mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
Add modules for cardbus and the cardbus bridge driver. Files needed
to build these to be committed next. Again, not added to sys/modules/Makefile
This commit is contained in:
parent
d4f495ae99
commit
10534a60e8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53340
17
sys/modules/cardbus/Makefile
Normal file
17
sys/modules/cardbus/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
S = ${.CURDIR}/../..
|
||||
.PATH: ${.CURDIR}/../../dev/cardbus
|
||||
KMOD= pccard
|
||||
SRCS= cardbus.c \
|
||||
device_if.h bus_if.h
|
||||
CLEANFILES+= device_if.h bus_if.h
|
||||
NOMAN=
|
||||
|
||||
device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
|
||||
perl $S/kern/makedevops.pl -h $S/kern/device_if.m
|
||||
|
||||
bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
|
||||
perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
|
||||
|
||||
.include <bsd.kmod.mk>
|
17
sys/modules/cbb/Makefile
Normal file
17
sys/modules/cbb/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
S = ${.CURDIR}/../..
|
||||
.PATH: ${.CURDIR}/../../pci
|
||||
KMOD= cbb
|
||||
SRCS= pccbb.c \
|
||||
device_if.h bus_if.h
|
||||
CLEANFILES+= device_if.h bus_if.h
|
||||
NOMAN=
|
||||
|
||||
device_if.h: $S/kern/makedevops.pl $S/kern/device_if.m
|
||||
perl $S/kern/makedevops.pl -h $S/kern/device_if.m
|
||||
|
||||
bus_if.h: $S/kern/makedevops.pl $S/kern/bus_if.m
|
||||
perl $S/kern/makedevops.pl -h $S/kern/bus_if.m
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user