diff options
Diffstat (limited to 'arch/mips/ddb5xxx/ddb5477/Makefile')
-rw-r--r-- | arch/mips/ddb5xxx/ddb5477/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/ddb5xxx/ddb5477/Makefile b/arch/mips/ddb5xxx/ddb5477/Makefile new file mode 100644 index 000000000000..b79b43c9f93b --- /dev/null +++ b/arch/mips/ddb5xxx/ddb5477/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # Makefile for NEC DDB-Vrc5477 board | ||
3 | # | ||
4 | |||
5 | obj-y += int-handler.o irq.o irq_5477.o setup.o lcd44780.o | ||
6 | |||
7 | obj-$(CONFIG_RUNTIME_DEBUG) += debug.o | ||
8 | obj-$(CONFIG_KGDB) += kgdb_io.o | ||
9 | |||
10 | EXTRA_AFLAGS := $(CFLAGS) | ||