From f604d153ebefde8a1be5ad6b3b53d66005caf36b Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Tue, 27 Dec 2005 18:43:18 +0000 Subject: [PATCH] - -I without parameter is no good idea, it did eat -DMODULE --- drivers/isdn/hardware/mISDN/Makefile.v2.6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/isdn/hardware/mISDN/Makefile.v2.6 b/drivers/isdn/hardware/mISDN/Makefile.v2.6 index 6cf3b8b..83a4fd5 100644 --- a/drivers/isdn/hardware/mISDN/Makefile.v2.6 +++ b/drivers/isdn/hardware/mISDN/Makefile.v2.6 @@ -3,7 +3,9 @@ # EXTRA_CFLAGS += -S -g # +ifdef MINCLUDES CFLAGS += -I$(MINCLUDES) +endif ifdef CONFIG_MISDN_MEMDEBUG EXTRA_CFLAGS += -DMISDN_MEMDEBUG endif