From 2665d7f09e8f1b23744fd19243b2747f654e4656 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 19 Oct 2006 06:20:55 +0000 Subject: cleanup/rewrite of the kernel build process SVN-Revision: 5226 --- target/linux/brcm-2.4/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'target/linux/brcm-2.4') diff --git a/target/linux/brcm-2.4/Makefile b/target/linux/brcm-2.4/Makefile index 14b73f8f5c..e15eb09b5f 100644 --- a/target/linux/brcm-2.4/Makefile +++ b/target/linux/brcm-2.4/Makefile @@ -10,12 +10,5 @@ LINUX_VERSION:=2.4.32 LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c -include ./config include $(INCLUDE_DIR)/kernel-build.mk - -$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches - @$(CP) config $(LINUX_DIR)/.config - touch $@ - +$(eval $(call BuildKernel)) -- cgit v1.2.3