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:
parent
841dad02e9
commit
1a6947fb00
@ -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
|
||||||
|
@ -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>
|
|
Loading…
x
Reference in New Issue
Block a user