openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : pcmcia-cs Makefile,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : pcmcia-cs Makefile,1.2,1.3
Date: Wed, 31 Jul 2002 20:08:45 -0400

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

Modified Files:
        Makefile 
Log Message:
1. fixup for kenel pcmcia support in Makefile
2. Now this subdir handles installing pcmcia file in /etc on the target


Index: Makefile
===================================================================
RCS file: /cvsroot/openap/pcmcia-cs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    8 May 2002 06:21:40 -0000       1.2
+++ Makefile    1 Aug 2002 00:08:43 -0000       1.3
@@ -12,7 +12,11 @@
 ifndef CONFIG_PCMCIA
 #DIRS := modules clients wireless $(DIRS)
 endif
-DIRS = cardmgr modules
+DIRS = cardmgr etc
+ifndef CONFIG_PCMCIA
+DIRS := modules $(DIRS)
+endif
+
 default: all
 
 help:




reply via email to

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