diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -487,9 +487,7 @@ else endif CFLAGS += -I$(KERNEL_HEADERS) -# Sigh, some stupid versions of gcc can't seem to cope with '-iwithprefix include' -#CFLAGS+=-iwithprefix include -CFLAGS+=-isystem $(shell $(CC) -print-file-name=include) +CFLAGS += -iwithprefix include-fixed -iwithprefix include ifneq ($(DOASSERTS),y) CFLAGS+=-DNDEBUG |