Create a puc module. Not connected to the build until I can test it on
more machines.
This commit is contained in:
parent
8773a80baf
commit
40c949ffa4
10
sys/modules/puc/Makefile
Normal file
10
sys/modules/puc/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/puc
|
||||
KMOD= puc
|
||||
SRCS= bus_if.h device_if.h pci_if.h card_if.h \
|
||||
puc.c puc_pci.c puc_pccard.c pucdata.c \
|
||||
opt_puc.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user