2013-06-18 21:53:46 +00:00
|
|
|
--- a/tools/Makefile
|
|
|
|
+++ b/tools/Makefile
|
2014-11-29 22:43:59 +00:00
|
|
|
@@ -194,7 +194,7 @@ endif # !LOGO_BMP
|
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 \
|
2014-11-29 22:43:59 +00:00
|
|
|
- $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
|
2014-05-21 09:42:33 +00:00
|
|
|
+ -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) \
|