Remove apm module

The apm code is about to be removed. Remove the module since it's
about to be useless.
This commit is contained in:
Warner Losh 2020-10-08 20:55:55 +00:00
parent 841dad02e9
commit 1a6947fb00
2 changed files with 0 additions and 14 deletions

View File

@ -41,7 +41,6 @@ SUBDIR= \
amr \ amr \
${_an} \ ${_an} \
${_aout} \ ${_aout} \
${_apm} \
${_arcmsr} \ ${_arcmsr} \
${_allwinner} \ ${_allwinner} \
${_armv8crypto} \ ${_armv8crypto} \
@ -744,7 +743,6 @@ _vmm= vmm
# XXX some of these can move now, but are untested on other architectures. # XXX some of these can move now, but are untested on other architectures.
_3dfx= 3dfx _3dfx= 3dfx
_3dfx_linux= 3dfx_linux _3dfx_linux= 3dfx_linux
_apm= apm
.if ${MK_SOURCELESS_HOST} != "no" .if ${MK_SOURCELESS_HOST} != "no"
_ce= ce _ce= ce
.endif .endif

View File

@ -1,12 +0,0 @@
# $FreeBSD$
.PATH: ${SRCTOP}/sys/i386/bios
KMOD= apm
SRCS= apm.c apm.h
SRCS+= device_if.h bus_if.h
EXPORT_SYMS= apm_display \
apm_softc
.include <bsd.kmod.mk>