From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: Thomas Cameron writes: this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. --- make/linux.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/linux.mk') diff --git a/make/linux.mk b/make/linux.mk index 479ca9e84..14ace8f86 100644 --- a/make/linux.mk +++ b/make/linux.mk @@ -95,6 +95,8 @@ $(STAGING_DIR)/include/linux/version.h: $(LINUX_DIR)/.configured linux: $(STAGING_DIR)/include/linux/version.h $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/modules.dep +linux-source: $(DL_DIR)/$(LINUX_SOURCE) + # This has been renamed so we do _NOT_ by default run this on 'make clean' linuxclean: clean rm -f $(LINUX_KERNEL) -- cgit v1.2.3