CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
ipaq191x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561bfc6
)
Makefile: Fixed config copy.
author
Victor Martinez
<pitillo@ono.com>
Mon, 1 Mar 2010 10:45:43 +0000
(10:45 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Mon, 1 Mar 2010 10:45:43 +0000
(10:45 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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)