mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
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>
This commit is contained in:
parent
bb3bcfa242
commit
d02ffbf8d7
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \
|
|||
|
||||
CFLAGS += $(EXTRA_CFLAGS)
|
||||
HOSTCFLAGS += $(EXTRA_CFLAGS)
|
||||
CPPFLAGS += $(EXTRA_CFLAGS)
|
||||
|
||||
all: $(LIB)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue