From 8bb8bd9f6282a68a057851a1527f65f2faf62068 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 27 Feb 2017 03:18:50 +0000 Subject: [PATCH] Added general dtb-clean sections --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2