diff options
-rw-r--r-- | Makefile.flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags index 61bff4f66..f27c601c8 100644 --- a/Makefile.flags +++ b/Makefile.flags | |||
@@ -11,7 +11,7 @@ CPPFLAGS += $(call cc-option,-std=gnu99,) | |||
11 | 11 | ||
12 | CPPFLAGS += \ | 12 | CPPFLAGS += \ |
13 | -Iinclude -Ilibbb \ | 13 | -Iinclude -Ilibbb \ |
14 | $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) -I$(srctree)/libbb \ | 14 | $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include -I$(srctree)/libbb) \ |
15 | -include include/autoconf.h \ | 15 | -include include/autoconf.h \ |
16 | -D_GNU_SOURCE -DNDEBUG \ | 16 | -D_GNU_SOURCE -DNDEBUG \ |
17 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ | 17 | $(if $(CONFIG_LFS),-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) \ |