From 4e5e10677829ddc52d4e5ef860ff76f984f5d038 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 19 Oct 2015 19:13:00 +0300 Subject: [PATCH] make: Don't forget to clean up obj-x Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- scripts/Makefile.build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.build b/scripts/Makefile.build index 78360a9ec..ee0b80006 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -74,6 +74,7 @@ $(foreach file, \ $(file:$(xsuffix).o=),$(file:.o=)))) all-objs += $(obj-x) deps += $(obj-x:.o=.d) +cleanup-y += $(obj-x) $(obj-x:.o=.d) endif ifneq ($(obj-e),)