projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[adm5120] fix of the board specific initialization of the GPIO pins
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
arch
/
mips
/
adm5120
/
Makefile
1
#
2
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
3
#
4
5
obj-y
:=
setup.o prom.o irq.o memory.o adm5120_info.o
6
obj-y
+=
gpio.o
7
obj-y
+=
time.o
8
obj-y
+=
reset.o
9
obj-y
+=
board.o
10
obj-y
+=
platform.o
11
obj-y
+=
trxsplit.o
12
13
EXTRA_AFLAGS
:= $(
CFLAGS
)
This page took
0.055244 seconds
and
5
git commands to generate.