- -I without parameter is no good idea, it did eat -DMODULE

This commit is contained in:
Karsten Keil 2005-12-27 18:43:18 +00:00
parent c3669c66a0
commit f604d153eb
1 changed files with 2 additions and 0 deletions

View File

@ -3,7 +3,9 @@
# EXTRA_CFLAGS += -S -g
#
ifdef MINCLUDES
CFLAGS += -I$(MINCLUDES)
endif
ifdef CONFIG_MISDN_MEMDEBUG
EXTRA_CFLAGS += -DMISDN_MEMDEBUG
endif