summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6dfbb4a..2df66f9 100644
--- a/Makefile
+++ b/Makefile
@@ -157,9 +157,6 @@ wct4xxp-objs:=wct4xxp_base.o vpm450m.o
#HOTPLUG_FIRMWARE=no
ifeq ($(HOTPLUG_FIRMWARE),yes)
CFLAGS+=-DHOTPLUG_FIRMWARE
-VPM450M_FIRMWARE_HEADER=
-else
-VPM450M_FIRMWARE_HEADER=vpm450m_fw.h
endif
# Also build xpp in the subdirectory xpp/ . But only for >=2.6.10 and only
@@ -191,7 +188,7 @@ modules: $(BUILDVER)
linux24: prereq vpm450m_fw.h $(MODULESO) $(BINS)
-linux26: prereq $(VPM450M_FIRMWARE_HEADER) $(BINS)
+linux26: prereq vpm450m_fw.h $(BINS)
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
$(KMAKE) modules