CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Makefile: Fixed config copy.
authorVictor Martinez <pitillo@ono.com>
Mon, 1 Mar 2010 10:45:43 +0000 (10:45 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 1 Mar 2010 10:45:43 +0000 (10:45 +0000)
Makefile

index 7148104752ba1aa13ef712e4c89c6ccc15ea44ed..8aaa64b40e8bb33a5a1fdd8d435e103a2e5b3e88 100644 (file)
--- 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)