* [U-Boot] [PATCH] drivers/bios_emulator: Fix compile error in .depend not being generated
@ 2009-12-16 20:12 Kumar Gala
2009-12-17 21:24 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Kumar Gala @ 2009-12-16 20:12 UTC (permalink / raw)
To: u-boot
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
In file included from biosemu.c:50:
biosemui.h:47:21: error: biosemu.h: No such file or directory
In file included from besys.c:51:
biosemui.h:47:21: error: biosemu.h: No such file or directory
In file included from bios.c:45:
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
x86emu/ops2.c:45:28: error: x86emu/x86emui.h: No such file or directory
x86emu/ops.c:76:28: error: x86emu/x86emui.h: No such file or directory
x86emu/prim_ops.c:103:28: error: x86emu/x86emui.h: No such file or
directory
x86emu/sys.c:43:28: error: x86emu/x86emui.h: No such file or directory
x86emu/debug.c:42: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>
---
drivers/bios_emulator/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/bios_emulator/Makefile b/drivers/bios_emulator/Makefile
index dd9c102..feba4da 100644
--- a/drivers/bios_emulator/Makefile
+++ b/drivers/bios_emulator/Makefile
@@ -23,6 +23,7 @@ EXTRA_CFLAGS += -I. -I./include -I$(TOPDIR)/include \
CFLAGS += $(EXTRA_CFLAGS)
HOSTCFLAGS += $(EXTRA_CFLAGS)
+CPPFLAGS += $(EXTRA_CFLAGS)
all: $(LIB)
--
1.6.0.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH] drivers/bios_emulator: Fix compile error in .depend not being generated
2009-12-16 20:12 [U-Boot] [PATCH] drivers/bios_emulator: Fix compile error in .depend not being generated Kumar Gala
@ 2009-12-17 21:24 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2009-12-17 21:24 UTC (permalink / raw)
To: u-boot
Dear Kumar Gala,
In message <1260994331-22733-1-git-send-email-galak@kernel.crashing.org> you wrote:
> 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
> In file included from biosemu.c:50:
> biosemui.h:47:21: error: biosemu.h: No such file or directory
> In file included from besys.c:51:
> biosemui.h:47:21: error: biosemu.h: No such file or directory
> In file included from bios.c:45:
> 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
> x86emu/ops2.c:45:28: error: x86emu/x86emui.h: No such file or directory
> x86emu/ops.c:76:28: error: x86emu/x86emui.h: No such file or directory
> x86emu/prim_ops.c:103:28: error: x86emu/x86emui.h: No such file or
> directory
> x86emu/sys.c:43:28: error: x86emu/x86emui.h: No such file or directory
> x86emu/debug.c:42: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>
> ---
> drivers/bios_emulator/Makefile | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"If you'll excuse me a minute, I'm going to have a cup of coffee."
- broadcast from Apollo 11's LEM, "Eagle", to Johnson Space Center,
Houston July 20, 1969, 7:27 P.M.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-12-17 21:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-16 20:12 [U-Boot] [PATCH] drivers/bios_emulator: Fix compile error in .depend not being generated Kumar Gala
2009-12-17 21:24 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox