From: Victor Martinez Date: Mon, 27 Feb 2017 03:18:50 +0000 (+0000) Subject: Added general dtb-clean sections X-Git-Url: http://gitweb/?a=commitdiff_plain;h=refs%2Fheads%2F3.3;p=kernel%2Fvexpress.git Added general dtb-clean sections --- diff --git a/Makefile b/Makefile index eaa3b7c..f276c6c 100644 --- 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