projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fixes, do not count interrupts without interrupt source as spurious (#1755)
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
arch
/
mips
/
adm5120
/
Makefile
diff --git
a/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
b/target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
index
7ea82a1
..
f3e0e7f
100644
(file)
--- a/
target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
+++ b/
target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
@@
-3,5
+3,6
@@
#
obj-y := setup.o prom.o irq.o memory.o int-handler.o adm5120_info.o
#
obj-y := setup.o prom.o irq.o memory.o int-handler.o adm5120_info.o
+obj-y += gpio.o
EXTRA_AFLAGS := $(CFLAGS)
EXTRA_AFLAGS := $(CFLAGS)
This page took
0.023599 seconds
and
4
git commands to generate.