diff options
Diffstat (limited to 'arch/mips/fw/lib/Makefile')
-rw-r--r-- | arch/mips/fw/lib/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/fw/lib/Makefile b/arch/mips/fw/lib/Makefile new file mode 100644 index 000000000000..84befc968fc4 --- /dev/null +++ b/arch/mips/fw/lib/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for generic prom monitor library routines under Linux. +# + +lib-$(CONFIG_64BIT) += call_o32.o |