diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-01 21:00:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-01 21:00:41 +0000 |
commit | 0bda624fc7068c5090c97a6cacd0f9617d9c57b5 (patch) | |
tree | 1a667a98d90555ead32cd514e521d13d7c951536 /target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile | |
parent | d97b12f8b7a274a104cca079d235cddddb0f4a27 (diff) | |
download | upstream-0bda624fc7068c5090c97a6cacd0f9617d9c57b5.tar.gz upstream-0bda624fc7068c5090c97a6cacd0f9617d9c57b5.tar.bz2 upstream-0bda624fc7068c5090c97a6cacd0f9617d9c57b5.zip |
add the infrastructure to use a MPI/GPIO connected VoIP DSP
SVN-Revision: 16650
Diffstat (limited to 'target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile')
-rw-r--r-- | target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile b/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile index d121274cc3..b9343a8d6c 100644 --- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile +++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile @@ -7,6 +7,7 @@ obj-y += dev-usb-udc.o obj-y += dev-enet.o obj-y += dev-wdt.o obj-y += dev-spi.o +obj-y += dev-dsp.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-y += boards/ |