openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : pcmcia-cs/modules Makefile,1.1.1.1,1.2


From: David C Wang <address@hidden>
Subject: [openap-cvs] : pcmcia-cs/modules Makefile,1.1.1.1,1.2
Date: Wed, 08 May 2002 02:21:43 -0400

Update of /cvsroot/openap/pcmcia-cs/modules
In directory subversions:/tmp/cvs-serv30380/modules

Modified Files:
        Makefile 
Log Message:
updated pcmcia-cs pristine sources to openap release 1.1


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/modules/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- Makefile    8 May 2002 05:58:19 -0000       1.1.1.1
+++ Makefile    8 May 2002 06:21:41 -0000       1.2
@@ -11,8 +11,10 @@
 # than -O3 because it yields smaller code; this is not performance
 # critical stuff.
 
-CFLAGS = -O2 -Wall -Wstrict-prototypes -pipe
-CPPFLAGS += $(PCDEBUG) -D__KERNEL__ -DMODULE
+PRISM_CFLAGS = -Dfinal_version -UPRISM2_MONITOR
+CFLAGS = -g -O2 -Wall -Wstrict-prototypes -pipe $(PRISM_CFLAGS)
+
+CPPFLAGS += $(PCDEBUG) -D__KERNEL__ -DMODULE -DCONFIG_AMD_ELAN
 CC = $(KCC) $(AFLAGS) $(KFLAGS)
 
 SRCS    = cs.c cistpl.c rsrc_mgr.c bulkmem.c ds.c
@@ -39,8 +41,8 @@
 SRCS   += m8xx_pcmcia.c
 MODULES        += m8xx_pcmcia.o
 else
-SRCS   += i82365.c tcic.c
-MODULES        += i82365.o tcic.o
+SRCS   += i82365.c
+MODULES        += i82365.o
 endif
 endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]