summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6947e64..7987f15 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,9 @@ ifeq ($(BUILDVER),linux26)
UDEVRULES=yes
endif
HOTPLUG_FIRMWARE:=$(shell if grep CONFIG_FW_LOADER $(KINCLUDES)/linux/autoconf.h | grep -q undef; then echo "no"; else echo "yes"; fi)
+else
+ # Hotplug firmware loading is not supported on any other version then 2.6
+ HOTPLUG_FIRMWARE:=no
endif
ifeq ($(HOTPLUG_FIRMWARE),yes)