summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7f9cd21..7ffb6cd 100644
--- a/Makefile
+++ b/Makefile
@@ -180,15 +180,15 @@ BINS:=$(filter-out $(MENUSELECT_UTILS),$(BINS))
all: menuselect.makeopts
@$(MAKE) _all
-_all: modules $(LIBTONEZONE_SO)
+_all: $(if $(MODULES),modules) programs $(LIBTONEZONE_SO)
programs: $(BINS)
modules: $(BUILDVER)
-linux24: prereq vpm450m_fw.h $(MODULESO) $(BINS)
+linux24: prereq vpm450m_fw.h $(MODULESO)
-linux26: prereq vpm450m_fw.h $(BINS)
+linux26: prereq vpm450m_fw.h
@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