Add pst as a module
This commit is contained in:
parent
66eb91c1e0
commit
d7d54aa109
@ -99,6 +99,7 @@ SUBDIR= accf_data \
|
||||
pps \
|
||||
procfs \
|
||||
pseudofs \
|
||||
pst \
|
||||
raidframe \
|
||||
${_random} \
|
||||
rc \
|
||||
|
9
sys/modules/pst/Makefile
Normal file
9
sys/modules/pst/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/pst
|
||||
|
||||
KMOD= pst
|
||||
SRCS= pst-pci.c pst-iop.c pst-raid.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user