diff options
Diffstat (limited to 'tools/env')
| -rw-r--r-- | tools/env/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/env/Makefile b/tools/env/Makefile index ea2d5b5a0..9629ee58e 100644 --- a/tools/env/Makefile +++ b/tools/env/Makefile @@ -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 |