prevent some modules from being built on ubicom32 since they do not compile or link

SVN-Revision: 18595
This commit is contained in:
Florian Fainelli
2009-11-29 00:33:32 +00:00
parent 27d2411711
commit 8ba061b3cf
3 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ BLOCK_MENU:=Block Devices
define KernelPackage/ata-core
SUBMENU:=$(BLOCK_MENU)
TITLE:=Serial and Parallel ATA support
DEPENDS:=@PCI_SUPPORT @LINUX_2_6 +kmod-scsi-core
DEPENDS:=@PCI_SUPPORT @LINUX_2_6 +kmod-scsi-core @!TARGET_ubicom32
KCONFIG:=CONFIG_ATA
FILES:=$(LINUX_DIR)/drivers/ata/libata.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,21,libata)