2013-06-18 21:53:46 +00:00
|
|
|
--- a/tools/Makefile
|
|
|
|
+++ b/tools/Makefile
|
2013-07-15 23:18:36 +00:00
|
|
|
@@ -160,9 +160,9 @@
|
2013-06-18 21:53:46 +00:00
|
|
|
# Define __KERNEL_STRICT_NAMES to prevent typedef overlaps
|
|
|
|
#
|
|
|
|
HOSTCPPFLAGS = -include $(SRCTREE)/include/libfdt_env.h \
|
|
|
|
- -idirafter $(SRCTREE)/include \
|
|
|
|
+ -I $(SRCTREE)/include \
|
|
|
|
-idirafter $(OBJTREE)/include2 \
|
|
|
|
- -idirafter $(OBJTREE)/include \
|
|
|
|
+ -I $(OBJTREE)/include \
|
|
|
|
-I $(SRCTREE)/lib/libfdt \
|
|
|
|
-I $(SRCTREE)/tools \
|
|
|
|
-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|