summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f9b774f..8f166a0 100644
--- a/Makefile
+++ b/Makefile
@@ -192,9 +192,9 @@ programs: $(BINS)
modules: $(BUILDVER)
-linux24: prereq vpm450m_fw.h $(MODULESO) wct4xxp/wct4xxp.o
+linux24: prereq $(MODULESO) wct4xxp/wct4xxp.o
-linux26: prereq vpm450m_fw.h
+linux26: prereq
@if [ -z "$(KSRC)" -o ! -d "$(KSRC)" ]; then echo "You do not appear to have the sources for the $(KVERS) kernel installed."; exit 1 ; fi
$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
@@ -476,7 +476,7 @@ install-programs: $(BINS) install-libs install-include
$(INSTALL) $(BINS) $(BIN_DIR)
install-modules: install-$(BUILDVER)
-install-linux24: vpm450m_fw.h.o$(MODULES_BUILD)
+install-linux24: $(MODULES_BUILD)
$(INSTALL) -d $(MOD_DIR)
$(INSTALL) -m 644 $(MODULES_BUILD) $(MOD_DIR)