diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-build.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index d3c47281f..dfd422744 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -97,9 +97,8 @@ pkg-install: FORCE @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG) install $(INSTALL_TARGETS) || true; } source: $(DL_DIR)/$(LINUX_SOURCE) -prepare: +prepare: $(LINUX_DIR)/.configured @mkdir -p $(STAMP_DIR) $(PACKAGE_DIR) - @$(MAKE) $(LINUX_DIR)/.configured compile: prepare $(STAMP_DIR)/.linux-compile |