2013-06-18 21:53:46 +00:00
|
|
|
--- a/tools/Makefile
|
|
|
|
+++ b/tools/Makefile
|
2014-08-08 21:03:14 +00:00
|
|
|
@@ -193,7 +193,7 @@
|
2014-05-21 09:42:33 +00:00
|
|
|
# Define _GNU_SOURCE to obtain the getline prototype from stdio.h
|
2013-06-18 21:53:46 +00:00
|
|
|
#
|
2014-05-21 09:42:33 +00:00
|
|
|
HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \
|
|
|
|
- $(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \
|
|
|
|
+ -I$(srctree)/include \
|
|
|
|
-I$(srctree)/lib/libfdt \
|
|
|
|
-I$(srctree)/tools \
|
2013-06-18 21:53:46 +00:00
|
|
|
-DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
|