From: Victor Martinez Date: Mon, 1 Mar 2010 14:19:54 +0000 (+0000) Subject: Makefile: Fixed config copy. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=9f834c44c279827e08f2523231af7eea2cee3321;p=kernel%2Fomap850.git Makefile: Fixed config copy. --- diff --git a/Makefile b/Makefile index 103bcf4..c04fc8c 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,8 @@ distclean: clean image-distclean modules-distclean map-distclean $(WORK)/linux-$(KERNEL_VERSION): config-$(KERNEL_VERSION) git clone $(GIT_REPOSITORY) $(WORK)/linux-$(KERNEL_VERSION) cd $(WORK)/linux-$(KERNEL_VERSION) && \ - cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config && \ make mrproper && \ + cp -v $(TOPDIR)/config-$(KERNEL_VERSION) .config && \ touch $(WORK)/linux-$(KERNEL_VERSION) $(WORK)/zImage-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION)