]> git.sur5r.net Git - u-boot/blobdiff - tools/env/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / tools / env / Makefile
index ea2d5b5a01b9937e4dd5da492a096b1731bab427..9629ee58ef1298d5ef8edfad8b6e329fb61131fb 100644 (file)
@@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
 SRCS   := $(obj)crc32.c  fw_env.c  fw_env_main.c
 HEADERS        := fw_env.h
 
-CPPFLAGS := -Wall -DUSE_HOSTCC
+CPPFLAGS := -Wall -DUSE_HOSTCC -I$(SRCTREE)/include
 
 ifeq ($(MTD_VERSION),old)
 CPPFLAGS += -DMTD_OLD