From 50e415def2a1c4d377fb5ee50a460cd12997a23a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 1 Mar 2010 10:45:43 +0000 Subject: [PATCH] Makefile: Fixed config copy. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7148104..8aaa64b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(WORK)/linux-$(KERNEL_VERSION).tar.bz2: $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 - cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config + cp -v $(TOPDIR)/config-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION)/.config touch $(WORK)/linux-$(KERNEL_VERSION) $(WORK)/zImage-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION) -- 2.26.2