hi all, since the xcompile file is generated for different compiler, i think it should be included under the PHONY distclean, am i right?
Signed-off-by Cai Bai Yin <[email protected]>
Index: Makefile =================================================================== --- Makefile (revision 5668) +++ Makefile (working copy) @@ -163,7 +163,7 @@ distclean: clean $(Q)rm -rf build # should be $(obj) ? - $(Q)rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* + $(Q)rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .xcompile # This include must come _before_ the pattern rules below! # Order _does_ matter for pattern rules.
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

