See patch.
Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Properly cleanup null.o and builtin.o upon 'make clean'. Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> Index: Makefile =================================================================== --- Makefile (Revision 41) +++ Makefile (Arbeitskopie) @@ -60,7 +60,7 @@ +$(MAKE) -C $(patsubst _clean_%,%,$@) clean clean: $(SUBDIRS_CLEAN) - rm -f filo.elf filo config.h filo.iso + rm -f filo.elf filo config.h filo.iso null.o builtin.o distclean: clean rm -f Config Config.bak include/arch
-- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

