diff options
Diffstat (limited to 'arch/mips/vr41xx/nec-cmbvr4133/Makefile')
-rw-r--r-- | arch/mips/vr41xx/nec-cmbvr4133/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/vr41xx/nec-cmbvr4133/Makefile b/arch/mips/vr41xx/nec-cmbvr4133/Makefile new file mode 100644 index 000000000000..5835cae54aca --- /dev/null +++ b/arch/mips/vr41xx/nec-cmbvr4133/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for the NEC-CMBVR4133 +# + +obj-y := init.o setup.o + +obj-$(CONFIG_PCI) += m1535plus.o +obj-$(CONFIG_ROCKHOPPER) += irq.o |