modules: fix several typos in block.mk

SVN-Revision: 15350
This commit is contained in:
Gabor Juhos 2009-04-23 14:22:31 +00:00
parent 6931d43546
commit f778c81d5f

View File

@ -36,12 +36,12 @@ $(eval $(call KernelPackage,ata-ahci))
define KernelPackage/ata-sil24 define KernelPackage/ata-sil24
SUBMENU:=3D$(BLOCK_MENU) SUBMENU:=$(BLOCK_MENU)
TITLE:=3DSilicon Image 3124/3132 SATA support TITLE:=Silicon Image 3124/3132 SATA support
DEPENDS:=3Dkmod-ata-core DEPENDS:=kmod-ata-core
KCONFIG:=3DCONFIG_SATA_SIL24 KCONFIG:=CONFIG_SATA_SIL24
FILES:=3D$(LINUX_DIR)/drivers/ata/sata_sil24.$(LINUX_KMOD_SUFFIX) FILES:=$(LINUX_DIR)/drivers/ata/sata_sil24.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=3D$(call AutoLoad,41,sata_sil24) AUTOLOAD:=$(call AutoLoad,41,sata_sil24)
endef endef
define KernelPackage/ata-sil24/description define KernelPackage/ata-sil24/description