[POWERPC] Remove generated files on make clean
vmlinux.lds and dtc-parser.tab.h get created but never cleaned up. Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
7084ebaa26
commit
e4ccde0262
@@ -147,6 +147,8 @@ HOSTCFLAGS += -I$(src)/dtc-src/ -I$(src)/libfdt/
|
|||||||
targets += dtc-src/dtc-parser.tab.c
|
targets += dtc-src/dtc-parser.tab.c
|
||||||
targets += dtc-src/dtc-lexer.lex.c
|
targets += dtc-src/dtc-lexer.lex.c
|
||||||
|
|
||||||
|
clean-files += dtc-src/dtc-parser.tab.h
|
||||||
|
|
||||||
ifdef DTC_GENPARSER
|
ifdef DTC_GENPARSER
|
||||||
BISON = bison
|
BISON = bison
|
||||||
FLEX = flex
|
FLEX = flex
|
||||||
|
@@ -104,3 +104,5 @@ quiet_cmd_systbl_chk = CALL $<
|
|||||||
PHONY += systbl_chk
|
PHONY += systbl_chk
|
||||||
systbl_chk: $(src)/systbl_chk.sh $(obj)/systbl_chk.i
|
systbl_chk: $(src)/systbl_chk.sh $(obj)/systbl_chk.i
|
||||||
$(call cmd,systbl_chk)
|
$(call cmd,systbl_chk)
|
||||||
|
|
||||||
|
clean-files := vmlinux.lds
|
||||||
|
Reference in New Issue
Block a user