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 aa7114a..06a89da 100644
--- a/Makefile
+++ b/Makefile
@@ -87,9 +87,6 @@ endif
ifeq ($(HOTPLUG_FIRMWARE),yes)
CFLAGS+=-DHOTPLUG_FIRMWARE
- VPM450M_FIRMWARE_HEADER=
-else
- VPM450M_FIRMWARE_HEADER=vpm450m_fw.h
endif
# CVS mirrors of SVN have .svnrevision files showing
@@ -144,7 +141,7 @@ all: $(BUILDVER) $(LIBTONEZONE_SO)
linux24: prereq vpm450m_fw.h $(MODULESO) $(BINS)
-linux26: prereq $(VPM450M_FIRMWARE_HEADER) $(BINS)
+linux26: prereq vpm450m_fw.h $(BINS)
@echo $(KSRC)
@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