X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=1bb028317f2bdc9107da7eb86f7835689b968c7e;hb=591ad98db3be2cd596ac5e0cfba7b164c3bdfb52;hp=bddcb861b49bbb90bc5646a7da5c55833f4689b5;hpb=88d7bd8cb9eb8d64bf7997600b0d64f7834047c5;p=linux-2.6 diff --git a/Makefile b/Makefile index bddcb861b4..1bb028317f 100644 --- a/Makefile +++ b/Makefile @@ -530,7 +530,7 @@ endif include $(srctree)/arch/$(ARCH)/Makefile # arch Makefile may override CC so keep this after arch Makefile is included -NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include) +NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include) CHECKFLAGS += $(NOSTDINC_FLAGS) # warn about C99 declaration after statement