The object files for cbfs clutter target directories.  This fixes it.  I also added a cbfstool-clean target to the Makefile.<br><br>before:<br><br>myles@orangutan:targets$ ls emulation/qemu-x86/qemu-x86<br>Makefile           cbfstool      coreboot.rom.bootblock  fs.o         resize.o<br>
Makefile.settings  cbfstool.o    create.o                normal       romcc<br>add.o              config.py     delete.o                payload.elf  tools<br>bootblock.o        coreboot.rom  extract.o               print.o      util.o<br>
<br>after:<br>myles@orangutan:targets$ ls emulation/qemu-x86/qemu-x86<br>Makefile           cbfs       coreboot.rom            normal       romcc<br>Makefile.settings  config.py  coreboot.rom.bootblock  payload.elf<br><br>
I'm not particular about the name.  I chose cbfs because it is short.  cbfs-tools/ or something else would have been fine too.<br><br>Signed-off-by: Myles Watson <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>><br>
<br>Thanks,<br>Myles<br><br>