From: Victor Martinez Date: Mon, 1 Mar 2010 10:45:43 +0000 (+0000) Subject: Makefile: Fixed config copy. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=50e415def2a1c4d377fb5ee50a460cd12997a23a;p=kernel%2Fipaq191x.git Makefile: Fixed config copy. --- 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)