projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The RB513 CF driver is now a module, enable it by default for the RB1xx profile.
[openwrt.git]
/
target
/
linux
/
adm5120
/
files
/
drivers
/
block
/
rb1xx
/
Makefile
diff --git
a/target/linux/adm5120/files/drivers/block/rb1xx/Makefile
b/target/linux/adm5120/files/drivers/block/rb1xx/Makefile
index
672aaa6
..
9e46301
100644
(file)
--- a/
target/linux/adm5120/files/drivers/block/rb1xx/Makefile
+++ b/
target/linux/adm5120/files/drivers/block/rb1xx/Makefile
@@
-1,2
+1,3
@@
## Makefile for the RB1xx CF port
-obj-y += bdev.o ata.o
+obj-$(CONFIG_BLK_DEV_CF_MIPS) += rb153-cf.o
+rb153-cf-objs := bdev.o ata.o
This page took
0.021603 seconds
and
4
git commands to generate.