openap-cvs
[Top][All Lists]
Advanced

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

[openap-cvs] : prism2 Makefile,1.2,1.3


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : prism2 Makefile,1.2,1.3
Date: Mon, 29 Jul 2002 21:21:23 -0400

Update of /cvsroot/openap/prism2
In directory subversions:/tmp/cvs-serv31547/prism2

Modified Files:
        Makefile 
Log Message:
use the right kernel source tree when building, thanks to "Sergio M. Ammirata"
<address@hidden> for noticing.



Index: Makefile
===================================================================
RCS file: /cvsroot/openap/prism2/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile    16 Jul 2002 23:32:48 -0000      1.2
+++ Makefile    30 Jul 2002 01:21:21 -0000      1.3
@@ -1,6 +1,6 @@
 # Edit this path to match with your system (it should point to the root
 # directory of the Linux kernel source)
-KERNEL_PATH=$(TOPDIR)/linux
+KERNEL_PATH=$(KERNEL_DIR)
 
 # Systems using external pcmcia-cs package (instead of kernel-tree pcmcia
 # modules):
@@ -9,7 +9,7 @@
 # directory and compiling pcmcia-cs package or by configuring PCMCIA_PATH
 # and using this Makefile with 'make pccard; make install_pccard'.
 # Leave this blank for kernel-tree PCMCIA compilations (CONFIG_PCMCIA):
-PCMCIA_PATH=$(TOPDIR)/pcmcia-cs
+#PCMCIA_PATH=$(TOPDIR)/pcmcia-cs
 
 CFLAGS=-O2 -D__KERNEL__ -DMODULE -Wall -c
 




reply via email to

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