diff options
author | Ralf Baechle | 2012-09-27 18:09:45 +0200 |
---|---|---|
committer | Ralf Baechle | 2012-09-27 18:09:45 +0200 |
commit | 8922c9b4b2e3b1b845b46e8da61ad228d8f1b121 (patch) | |
tree | 0342521aa22e175a1c22c38f005ec7fd2037ff99 /arch/mips/bcm63xx/Makefile | |
parent | 73d155b304575435cd9f6deeb93fbd4d2a6cc9af (diff) | |
parent | 22df90f6bb687db58298084a200782dd0148d247 (diff) |
Merge branch 'broadcom' of git://dev.phrozen.org/mips-next into mips-for-linux-next
Diffstat (limited to 'arch/mips/bcm63xx/Makefile')
-rw-r--r-- | arch/mips/bcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm63xx/Makefile b/arch/mips/bcm63xx/Makefile index 833af72c852a..9bbb30a9dc20 100644 --- a/arch/mips/bcm63xx/Makefile +++ b/arch/mips/bcm63xx/Makefile @@ -1,6 +1,6 @@ obj-y += clk.o cpu.o cs.o gpio.o irq.o prom.o setup.o timer.o \ dev-dsp.o dev-enet.o dev-flash.o dev-pcmcia.o dev-rng.o \ - dev-spi.o dev-uart.o dev-wdt.o + dev-spi.o dev-uart.o dev-wdt.o dev-usb-usbd.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o obj-y += boards/ |