summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-08-12 22:46:31 +0000
committerimp <imp@FreeBSD.org>2010-08-12 22:46:31 +0000
commitec879e041bd2a646b18f552e967f91e67caf7149 (patch)
tree5eb1bf17daa7116d7f99243b1aa15eb8d6bc38f8 /sys/modules
parent534250dae1a0424b85f00f100b5636175befba65 (diff)
downloadFreeBSD-src-ec879e041bd2a646b18f552e967f91e67caf7149.zip
FreeBSD-src-ec879e041bd2a646b18f552e967f91e67caf7149.tar.gz
This depends on ACPI, so only build on i386:i386, amd64:amd64 and
ia64:ia64. It can't possibly work on pc98, or any of the embedded platforms, since they lack ACPI.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6418c7b..8d8b394 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -283,7 +283,7 @@ SUBDIR= ${_3dfx} \
ti \
tl \
tmpfs \
- tpm \
+ ${_tpm} \
trm \
${_twa} \
twe \
@@ -481,6 +481,7 @@ _nfe= nfe
_nve= nve
_nvram= nvram
_nxge= nxge
+_tpm= tpm
_wpi= wpi
_wpifw= wpifw
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
@@ -576,6 +577,7 @@ _sound= sound
_speaker= speaker
_splash= splash
_sppp= sppp
+_tpm= tpm
_twa= twa
_vesa= vesa
_x86bios= x86bios
@@ -620,6 +622,7 @@ _sound= sound
_splash= splash
_sppp= sppp
_streams= streams
+_tpm= tpm
_twa= twa
_wi= wi
_xe= xe
OpenPOWER on IntegriCloud