Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109801973
D45964.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
517 B
Referenced Files
None
Subscribers
None
D45964.diff
View Options
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -3,8 +3,13 @@
KMOD= vmm
-SRCS= opt_acpi.h opt_bhyve_snapshot.h opt_ddb.h \
- acpi_if.h bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
+.if ${MACHINE_CPUARCH} == "amd64"
+SRCS+= opt_acpi.h \
+ opt_bhyve_snapshot.h \
+ opt_ddb.h
+.endif
+
+SRCS+= acpi_if.h bus_if.h device_if.h pci_if.h pcib_if.h vnode_if.h
CFLAGS+= -DVMM_KEEP_STATS
CFLAGS+= -I${SRCTOP}/sys/${MACHINE}/vmm
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 10, 5:44 PM (6 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16581089
Default Alt Text
D45964.diff (517 B)
Attached To
Mode
D45964: vmm: Conditionalize addition of opt_*.h headers
Attached
Detach File
Event Timeline
Log In to Comment