Hi! Our configure includes pc-bios/optionrom/ into SUBDIRS variable in config-host.mak when i386 compiler is available, so `make all` will visit this subdir when building things. This will (re)build the roms in pc-bios/optionroms/ directory, but wont update the binaries in pc-bios/ which will be used to install things.
So the question is: why do we build them? Thanks, /mjt