projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] prevent gpio-buttons registration failure
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
arch
/
mips
/
bcm63xx
/
Makefile
diff --git
a/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
b/target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
index
4f2423c
..
b9343a8
100644
(file)
--- a/
target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
+++ b/
target/linux/brcm63xx/files/arch/mips/bcm63xx/Makefile
@@
-3,8
+3,11
@@
obj-y += dev-uart.o
obj-y += dev-pcmcia.o
obj-y += dev-usb-ohci.o
obj-y += dev-usb-ehci.o
+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/
This page took
0.020336 seconds
and
4
git commands to generate.