projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ramips] initial support for Asus RT-N15
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt288x
/
Makefile
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
b/target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
index
4c22a6d
..
cac4187
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile
@@
-8,8
+8,8
@@
# under the terms of the GNU General Public License version 2 as published
# by the Free Software Foundation.
# under the terms of the GNU General Public License version 2 as published
# by the Free Software Foundation.
-obj-y := prom.o irq.o setup.o rt288x.o
platform
.o
+obj-y := prom.o irq.o setup.o rt288x.o
devices
.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
-obj-$(CONFIG_RT288X_MACH_
GENERIC) += mach-generic
.o
+obj-$(CONFIG_RT288X_MACH_
RT_N15) += mach-rt-n15
.o
This page took
0.041775 seconds
and
4
git commands to generate.