From 587e2b7f30583f916853e1785d3bfb610f047825 Mon Sep 17 00:00:00 2001 From: houdek Date: Fri, 5 May 2017 14:07:04 +0000 Subject: [PATCH 1/1] Makefile: target clean --- build/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/Makefile b/build/Makefile index 01fcb61..34cdc22 100644 --- a/build/Makefile +++ b/build/Makefile @@ -12,3 +12,6 @@ rootfs-overlay/lib/modules/3.10.96/kernel: linux-3.10/vmlinux: $(MAKE) -C $(@D) + +clean: + rm buildroot/images/rootfs.cpio.uboot -- 2.39.2