aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bios
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/bios')
-rw-r--r--sys/modules/bios/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/bios/Makefile b/sys/modules/bios/Makefile
index d150806c045d..7d255a9c47ab 100644
--- a/sys/modules/bios/Makefile
+++ b/sys/modules/bios/Makefile
@@ -1,6 +1,10 @@
# $FreeBSD$
#
-SUBDIR= smapi smbios vpd
+SUBDIR= smbios vpd
+
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+= smapi
+.endif
.include <bsd.subdir.mk>