summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
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 /sys/modules/pcic
parent6525e9352125ef84d8dc9be7527c97103bd99a46 (diff)
downloadFreeBSD-src-21ab8fe695e63021b17631de9b39b8302af39240.zip
FreeBSD-src-21ab8fe695e63021b17631de9b39b8302af39240.tar.gz
pcic lkm for the pccard stuff.
Diffstat (limited to 'sys/modules/pcic')
-rw-r--r--sys/modules/pcic/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
new file mode 100644
index 0000000..5fed983
--- /dev/null
+++ b/sys/modules/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