pcic lkm for the pccard stuff.

This commit is contained in:
Poul-Henning Kamp 1995-08-24 09:06:24 +00:00
parent f2b46629be
commit f37f4df155
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10218
4 changed files with 24 additions and 4 deletions

View file

@ -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

10
lkm/pcic/Makefile Normal file
View file

@ -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>

View file

@ -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

10
sys/modules/pcic/Makefile Normal file
View file

@ -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>