projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix ar7 compile
[openwrt.git]
/
target
/
linux
/
ar7-2.6
/
files
/
arch
/
mips
/
ar7
/
Makefile
1
2
obj-y
:=
\
3
prom.o \
4
setup.o \
5
memory.o \
6
irq.o \
7
time.o \
8
platform.o \
9
gpio.o \
10
clock.o \
11
vlynq.o
12
13
obj-
$(
CONFIG_PCI
) +=
\
14
vlynq-pci.o
15
16
EXTRA_AFLAGS
:= $(
CFLAGS
)
This page took
0.047361 seconds
and
5
git commands to generate.