massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
This commit is contained in:
@@ -9,7 +9,7 @@ define KernelPackage/pcmcia-au1000
|
||||
SUBMENU:=$(PCMCIA_MENU)
|
||||
TITLE:=RMI/AMD Au1000 PCMCIA support
|
||||
DEPENDS:=@TARGET_au1000 kmod-pcmcia-core
|
||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.$(LINUX_KMOD_SUFFIX)
|
||||
FILES:=$(LINUX_DIR)/drivers/pcmcia/au1x00_ss.ko
|
||||
AUTOLOAD:=$(call AutoLoad,41,au1x00_ss)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user