Hi,
it was reason for workaround rules already, and it's somewhat ugly: util/x86emu is the only part of coreboot that is linked into coreboot itself that lives in util/. It's not a utility and it does not really belong where it lives.
Thus, I suggest moving it to src/
---> svn mv util/x86emu src/devices/oprom
(plus necessary Makefile/Kconfig/#include changes to get it building again).
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Stefan Reinauer wrote:
---> svn mv util/x86emu src/devices/oprom
(plus necessary Makefile/Kconfig/#include changes to get it building again).
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Acked-by: Peter Stuge peter@stuge.se