CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
vexpress.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
557af04
)
Added general dtb-clean sections
3.3
author
Victor Martinez
<pitillo@ono.com>
Mon, 27 Feb 2017 03:18:50 +0000
(
03:18
+0000)
committer
Victor Martinez
<pitillo@ono.com>
Mon, 27 Feb 2017 03:18:50 +0000
(
03:18
+0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index eaa3b7c317b66baa88e698e4a51300295ea119b8..f276c6c90ffb149b81f106ee49a7fae679179a73 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,9
+14,9
@@
KERNEL_VERSION = 4.9.6
all: dtb image modules map
-clean: image-clean modules-clean map-clean
+clean:
dtb-clean
image-clean modules-clean map-clean
-distclean: clean image-distclean modules-distclean map-distclean
+distclean: clean
dtb-distclean
image-distclean modules-distclean map-distclean
$(WORK)/linux-$(KERNEL_VERSION).tar.xz:
wget -P $(WORK) https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(KERNEL_VERSION).tar.xz