CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
omap850.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
847d0c5
)
Makefile: Fixed config copy.
author
Victor Martinez
<pitillo@ono.com>
Mon, 1 Mar 2010 14:19:54 +0000
(14:19 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Mon, 1 Mar 2010 14:19:54 +0000
(14:19 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 103bcf47bf70140180b451b3f065798d41a89ebe..c04fc8c2cdd0a83b63153e23a441cf3f602f5127 100644
(file)
--- 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)