diff options
Diffstat (limited to 'arch/mips/ddb5xxx/ddb5476/Makefile')
-rw-r--r-- | arch/mips/ddb5xxx/ddb5476/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/ddb5xxx/ddb5476/Makefile b/arch/mips/ddb5xxx/ddb5476/Makefile new file mode 100644 index 00000000000..61eec363cb0 --- /dev/null +++ b/arch/mips/ddb5xxx/ddb5476/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for the NEC DDB Vrc-5476 specific kernel interface routines | ||
3 | # under Linux. | ||
4 | # | ||
5 | |||
6 | obj-y += setup.o irq.o int-handler.o nile4_pic.o vrc5476_irq.o | ||
7 | obj-$(CONFIG_KGDB) += dbg_io.o | ||
8 | |||
9 | EXTRA_AFLAGS := $(CFLAGS) | ||