提交 e4ccde02 编写于 作者: K Kumar Gala 提交者: Paul Mackerras

[POWERPC] Remove generated files on make clean

vmlinux.lds and dtc-parser.tab.h get created but never cleaned up.
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 7084ebaa
...@@ -147,6 +147,8 @@ HOSTCFLAGS += -I$(src)/dtc-src/ -I$(src)/libfdt/ ...@@ -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 $< ...@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册