Searched hist:d02ffbf8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | Makefile | d02ffbf8 Wed Dec 16 14:12:11 CST 2009 Kumar Gala <galak@kernel.crashing.org> drivers/bios_emulator: Fix compile error in .depend not being generated make -C drivers/bios_emulator/ make[2]: Entering directory `drivers/bios_emulator' In file included from atibios.c:49: biosemui.h:47:21: error: biosemu.h: No such file or directory ... x86emu/decode.c:40:28: error: x86emu/x86emui.h: No such file or directory ... Due to lack of proper CPPFLAGS being passed to .depend generation rule Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
|