summaryrefslogtreecommitdiff
path: root/tools/env/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/env/Makefile')
-rw-r--r--tools/env/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/env/Makefile b/tools/env/Makefile
index 9ce477c542..fb59e93e0d 100644
--- a/tools/env/Makefile
+++ b/tools/env/Makefile
@@ -27,7 +27,7 @@ HEADERS := fw_env.h
all: fw_printenv
fw_printenv: $(SOURCES) $(HEADERS)
- $(CROSS_COMPILE)gcc -Wall -DUSE_HOSTCC $(SOURCES) -o fw_printenv
+ $(CROSS_COMPILE)gcc -Wall -DUSE_HOSTCC -I../../include $(SOURCES) -o fw_printenv
clean:
rm -f fw_printenv crc32.c