summaryrefslogtreecommitdiffstats
path: root/lkm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-08-24 09:06:24 +0000
committerphk <phk@FreeBSD.org>1995-08-24 09:06:24 +0000
commit21ab8fe695e63021b17631de9b39b8302af39240 (patch)
tree2e65b2a0aabfeab13a88a872691071c058a437bf /lkm
parent6525e9352125ef84d8dc9be7527c97103bd99a46 (diff)
downloadFreeBSD-src-21ab8fe695e63021b17631de9b39b8302af39240.zip
FreeBSD-src-21ab8fe695e63021b17631de9b39b8302af39240.tar.gz
pcic lkm for the pccard stuff.
Diffstat (limited to 'lkm')
-rw-r--r--lkm/Makefile4
-rw-r--r--lkm/pcic/Makefile10
2 files changed, 12 insertions, 2 deletions
diff --git a/lkm/Makefile b/lkm/Makefile
index c9ebc81..dfe1093 100644
--- a/lkm/Makefile
+++ b/lkm/Makefile
@@ -1,8 +1,8 @@
-# $Id: Makefile,v 1.10 1995/06/13 20:51:13 wollman Exp $
+# $Id: Makefile,v 1.11 1995/06/25 17:31:34 sos Exp $
SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
ipfw kernfs linux msdos nfs nullfs \
- portal procfs socksys syscons umapfs union
+ pcic portal procfs socksys syscons umapfs union
#
# Doesn't work:
# mfs
diff --git a/lkm/pcic/Makefile b/lkm/pcic/Makefile
new file mode 100644
index 0000000..5fed983
--- /dev/null
+++ b/lkm/pcic/Makefile
@@ -0,0 +1,10 @@
+# $Id: Makefile,v 1.1 1995/03/20 19:25:49 wollman Exp $
+
+.PATH: ${.CURDIR}/../../sys/pccard
+KMOD= pcic_mod
+SRCS= pcic.c
+NOMAN=
+PSEUDO_LKM=
+CFLAGS+= -DLKM -Dlkm_pcic=xxxinit
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud