Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106103890
D8609.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
756 B
Referenced Files
None
Subscribers
None
D8609.diff
View Options
Index: head/sys/modules/Makefile
===================================================================
--- head/sys/modules/Makefile
+++ head/sys/modules/Makefile
@@ -550,6 +550,7 @@
_agp= agp
_an= an
_aout= aout
+_bios= bios
_bktr= bktr
_bxe= bxe
_cardbus= cardbus
@@ -730,7 +731,6 @@
.if ${MK_EISA} != "no"
_ahb= ahb
.endif
-_bios= bios
_cm= cm
.if ${MK_SOURCELESS_UCODE} != "no"
_ctau= ctau
Index: head/sys/modules/bios/Makefile
===================================================================
--- head/sys/modules/bios/Makefile
+++ head/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>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 11:23 AM (12 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15604220
Default Alt Text
D8609.diff (756 B)
Attached To
Mode
D8609: Build smbios.ko as a module for amd64 and i386
Attached
Detach File
Event Timeline
Log In to Comment