projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adm5120 timing specific routines, was part of the IRQ handling rewritte
[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
..
deb1adf
100644
(file)
--- a/
target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
+++ b/
target/linux/adm5120-2.6/files/arch/mips/adm5120/Makefile
@@
-2,6
+2,8
@@
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
#
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
#
-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 adm5120_info.o
+obj-y += gpio.o
+obj-y += time.o
EXTRA_AFLAGS := $(CFLAGS)
EXTRA_AFLAGS := $(CFLAGS)
This page took
0.033951 seconds
and
4
git commands to generate.