diff options
Diffstat (limited to 'arch/mips/vr4181/common/Makefile')
-rw-r--r-- | arch/mips/vr4181/common/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/mips/vr4181/common/Makefile b/arch/mips/vr4181/common/Makefile new file mode 100644 index 00000000000..f7587ca64ea --- /dev/null +++ b/arch/mips/vr4181/common/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for common code of NEC vr4181 based boards +# + +obj-y := irq.o int_handler.o serial.o time.o + +EXTRA_AFLAGS := $(CFLAGS) |