massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
[openwrt/svn-archive/archive.git] / target / linux / au1000 / modules.mk
index 4c403f062af4935e4d16970afdad8e08bb525140..e001db428056188bad877fae59fb2bf2e1b4273e 100644 (file)
@@ -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