diff options
Diffstat (limited to 'target/linux/ifxmips/files/arch/mips/danube/Makefile')
-rw-r--r-- | target/linux/ifxmips/files/arch/mips/danube/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/danube/Makefile b/target/linux/ifxmips/files/arch/mips/danube/Makefile new file mode 100644 index 000000000..fed8f2f45 --- /dev/null +++ b/target/linux/ifxmips/files/arch/mips/danube/Makefile @@ -0,0 +1,10 @@ +# +# Copyright 2007 openwrt.org +# John Crispin <blogic@openwrt.org> +# +# Makefile for Infineon Danube +# +obj-y := reset.o prom.o setup.o interrupt.o dma-core.o + +obj-$(CONFIG_PCI) += pci.o +obj-$(CONFIG_KGDB) += kgdb_serial.o |