From d04c0b6d396398414ee4e2d1e1ef945eb605b341 Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Tue, 24 Nov 2020 03:13:28 +0900 Subject: [PATCH] Add lclean target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 772173c..aea0405 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,10 @@ lsavedefconfig: make -C ./linux-brain savedefconfig mv ./linux-brain/defconfig ./linux-brain/arch/arm/configs/brain_defconfig +.PHONY: +lclean: + make -C ./linux-brain distclean + .PHONY: lbuild: make -j$(JOBS) -C ./linux-brain