mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Enable pcfclock as a kernel loadable module.
PR: 16804 Submitted by: sascha@schumann.cx Approved by: jkh (release engineer)
This commit is contained in:
parent
b73c482a1c
commit
cb166ce422
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57620
@ -5,7 +5,7 @@
|
||||
SUBDIR= aha amr an aue ccd cd9660 coda cue dc fdesc fxp if_disc if_ef if_ppp \
|
||||
if_sl if_tun ipfilter ipfw joy kernfs kue md mfs mii mlx msdos \
|
||||
ncp netgraph nfs ntfs nullfs \
|
||||
nwfs portal procfs rl sf sis sk ste ti tl \
|
||||
nwfs pcfclock portal procfs rl sf sis sk ste ti tl \
|
||||
ugen uhid ukbd ulpt umapfs umass umodem ums union usb vn vpo vr wb xl
|
||||
|
||||
# XXX some of these can move to the general case when de-i386'ed
|
||||
|
8
sys/modules/pcfclock/Makefile
Normal file
8
sys/modules/pcfclock/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ppbus
|
||||
KMOD= pcfclock
|
||||
SRCS= pcfclock.c opt_pcfclock.h
|
||||
SRCS+= bus_if.h device_if.h ppbus_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user