From 22fc4273c7fd6091abba1beab3dd487715c65540 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 4 May 2013 16:32:53 +0200 Subject: Fix cleaning in scripts/mod Make sure devicetable-offsets.h is cleaned in the scripts/mod directory Signed-off-by: Andreas Schwab Tested-by: Geert Uytterhoeven Signed-off-by: Michal Marek --- scripts/mod/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/mod/Makefile b/scripts/mod/Makefile index 9415b566336..75d59fcd48b 100644 --- a/scripts/mod/Makefile +++ b/scripts/mod/Makefile @@ -37,6 +37,8 @@ scripts/mod/devicetable-offsets.s: scripts/mod/devicetable-offsets.c FORCE $(obj)/$(devicetable-offsets-file): scripts/mod/devicetable-offsets.s $(call cmd,offsets) +targets += $(devicetable-offsets-file) + # dependencies on generated files need to be listed explicitly $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o: $(obj)/elfconfig.h -- cgit v1.2.3