diff options
Diffstat (limited to 'arch/mips/vr4181/osprey/Makefile')
-rw-r--r-- | arch/mips/vr4181/osprey/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/vr4181/osprey/Makefile b/arch/mips/vr4181/osprey/Makefile new file mode 100644 index 00000000000..34be0579088 --- /dev/null +++ b/arch/mips/vr4181/osprey/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for common code of NEC Osprey board +# + +obj-y := setup.o prom.o reset.o + +obj-$(CONFIG_KGDB) += dbg_io.o |