From 92c0e732d8316c764ac281ce8514a14d2f01d525 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 24 Mar 2016 17:55:00 +0300 Subject: build: images -- Add missing cleanups In commit 9469dae61c we've dropped implicit cleanups as a pattern but in images dir we use additional custom rules so simply drop files built. Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/Makefile b/images/Makefile index 4ced69988..a29a04922 100644 --- a/images/Makefile +++ b/images/Makefile @@ -108,7 +108,7 @@ endif endif mrproper-y += $(obj)/*.pb-c.c $(obj)/*.pb-c.h -cleanup-y += $(obj)/*.c.d +cleanup-y += $(obj)/*.o $(obj)/*.d $(obj)/*.s $(obj)/*.i cleanup-y += $(obj)/google/protobuf/*.d cleanup-y += $(obj)/google/protobuf/*.h cleanup-y += $(obj)/google/protobuf/*.c -- cgit v1.2.3