add dependency on rb532 target for its CF module

SVN-Revision: 13704
master
Nicolas Thill 16 years ago
parent 72d9008fa7
commit 48c661f867
  1. 2
      package/kernel/modules/block.mk

@ -70,7 +70,7 @@ $(eval $(call KernelPackage,ata-ixp4xx-cf))
define KernelPackage/ata-rb532-cf
SUBMENU:=$(BLOCK_MENU)
TITLE:=RB532 Compact Flash support
DEPENDS:=kmod-ata-core
DEPENDS:=@TARGET_rb532 kmod-ata-core
KCONFIG:= \
CONFIG_PATA_PLATFORM \
CONFIG_PATA_RB532

Loading…
Cancel
Save