diff options
Diffstat (limited to 'package/button-hotplug/Makefile')
-rw-r--r-- | package/button-hotplug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/button-hotplug/Makefile b/package/button-hotplug/Makefile index f5a7fcd392..35791420f3 100644 --- a/package/button-hotplug/Makefile +++ b/package/button-hotplug/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/button-hotplug SUBMENU:=Other modules TITLE:=Button Hotplug driver - FILES:=$(PKG_BUILD_DIR)/button-hotplug.$(LINUX_KMOD_SUFFIX) + FILES:=$(PKG_BUILD_DIR)/button-hotplug.ko KCONFIG:= endef |