From ec879e041bd2a646b18f552e967f91e67caf7149 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 12 Aug 2010 22:46:31 +0000 Subject: [PATCH] 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. --- sys/modules/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6418c7b5168..8d8b394fcba 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 -- 2.45.0