[PATCH] New top-level Makefile breaks pcmcia-cs support

Pavel Roskin proski
Fri May 16 15:36:19 PDT 2003


On Thu, 15 May 2003, Pavel Roskin wrote:

> Bad news.  It doesn't work with pcmcia-cs drivers.  The INCLUDE keyword is
> ignored.  pcmcia-cs headers are not used.

The patch is attached.  The idea is to add the includes to $(CC).  Not
very graceful, but effective.

-- 
Regards,
Pavel Roskin
-------------- next part --------------
--- driver/modules/Makefile
+++ driver/modules/Makefile
@@ -11,3 +11,7 @@
 ifeq ($(TOPDIR)/Rules.make,$(wildcard $(TOPDIR)/Rules.make))
 include $(TOPDIR)/Rules.make
 endif
+
+ifneq ($(PCMCIA_PATH),)
+CC += -I$(PCMCIA_PATH)/include
+endif



More information about the Hostap mailing list