[coreboot] [PATCH] buildrom/filo build fix

Daniel Mack daniel at caiaq.de
Wed Sep 23 03:54:13 CEST 2009


buildrom does not currently build filo due to a missing include path.
This fixes it.

---

Index: Makefile
===================================================================
--- Makefile	(revision 94)
+++ Makefile	(working copy)
@@ -76,7 +76,7 @@
 LIBGCC = $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
 
 OBJS     := $(patsubst %,$(obj)/%,$(TARGETS-y))
-INCLUDES := -I$(INCPAYLOAD) -Iinclude -I$(ARCHDIR-y)/include -Ibuild
+INCLUDES := -I$(INCPAYLOAD) -I$(INCPAYLOAD)/$(ARCHDIR-y) -Iinclude -I$(ARCHDIR-y)/include -Ibuild
 INCLUDES += -I$(GCCINCDIR)
 
 try-run= $(shell set -e; \




More information about the coreboot mailing list