From 5fdc19893e17ef93dd1f8c08e240f6dc3bbd5186 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 23 Jun 2016 13:41:20 +0200 Subject: oxnas: move target-specific modules into target's modules.mk Signed-off-by: Daniel Golle --- package/kernel/linux/modules/block.mk | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'package/kernel/linux/modules/block.mk') diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index c83f98ddbd..0c8d9b1fe9 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -151,22 +151,6 @@ endef $(eval $(call KernelPackage,ata-nvidia-sata)) -define KernelPackage/ata-oxnas-sata - TITLE:=oxnas Serial ATA support - KCONFIG:=CONFIG_SATA_OXNAS - DEPENDS:=@TARGET_oxnas - FILES:=$(LINUX_DIR)/drivers/ata/sata_oxnas.ko - AUTOLOAD:=$(call AutoLoad,41,sata_oxnas,1) - $(call AddDepends/ata) -endef - -define KernelPackage/ata-oxnas-sata/description - SATA support for OX934 core found in the OX82x/PLX782x SoCs -endef - -$(eval $(call KernelPackage,ata-oxnas-sata)) - - define KernelPackage/ata-pdc202xx-old SUBMENU:=$(BLOCK_MENU) TITLE:=Older Promise PATA controller support -- cgit v1.2.3