mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 15:04:03 +02:00
3fb6c53e6d
Fix the membase of the CF driver. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9416 3c298f89-4303-0410-b956-a3cf2f4a3e73
4 lines
108 B
Makefile
4 lines
108 B
Makefile
## Makefile for the RB1xx CF port
|
|
obj-$(CONFIG_BLK_DEV_CF_MIPS) += rb153-cf.o
|
|
rb153-cf-objs := bdev.o ata.o
|