CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Added general dtb-clean sections 3.3
authorVictor Martinez <pitillo@ono.com>
Mon, 27 Feb 2017 03:18:50 +0000 (03:18 +0000)
committerVictor Martinez <pitillo@ono.com>
Mon, 27 Feb 2017 03:18:50 +0000 (03:18 +0000)
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