massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
[openwrt.git] / package / ifxos / Makefile
index 7f13bc9..10bab88 100644 (file)
@@ -23,7 +23,7 @@ define KernelPackage/ifxos
   URL:=http://www.lantiq.com/
   MAINTAINER:=Lantiq
   DEPENDS:=@TARGET_ifxmips @BROKEN
-  FILES:=$(PKG_BUILD_DIR)/src/drv_ifxos.$(LINUX_KMOD_SUFFIX)
+  FILES:=$(PKG_BUILD_DIR)/src/drv_ifxos.ko
   AUTOLOAD:=$(call AutoLoad,10,drv_ifxos)
 endef
 
This page took 0.024614 seconds and 4 git commands to generate.