Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Kumar Gala and committed by
Paul Mackerras
e4ccde02 7084ebaa

+4
+2
arch/powerpc/boot/Makefile
··· 147 147 targets += dtc-src/dtc-parser.tab.c 148 148 targets += dtc-src/dtc-lexer.lex.c 149 149 150 + clean-files += dtc-src/dtc-parser.tab.h 151 + 150 152 ifdef DTC_GENPARSER 151 153 BISON = bison 152 154 FLEX = flex
+2
arch/powerpc/kernel/Makefile
··· 104 104 PHONY += systbl_chk 105 105 systbl_chk: $(src)/systbl_chk.sh $(obj)/systbl_chk.i 106 106 $(call cmd,systbl_chk) 107 + 108 + clean-files := vmlinux.lds