summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/Makefile.files
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/Makefile.files')
-rw-r--r--usr/src/uts/intel/Makefile.files25
1 files changed, 25 insertions, 0 deletions
diff --git a/usr/src/uts/intel/Makefile.files b/usr/src/uts/intel/Makefile.files
index 7f464e2ec8..fe380ad770 100644
--- a/usr/src/uts/intel/Makefile.files
+++ b/usr/src/uts/intel/Makefile.files
@@ -24,6 +24,7 @@
# Copyright 2019 Joyent, Inc.
# Copyright 2018 Nexenta Systems, Inc.
# Copyright 2019 Peter Tribble.
+# Copyright 2022 Oxide Computer Company
#
#
@@ -100,6 +101,15 @@ CORE_OBJS += \
prmachdep.o
#
+# shared hypervisor functionality
+#
+CORE_OBJS += \
+ hma.o \
+ hma_asm.o \
+ hma_fpu.o \
+ smt.o \
+
+#
# ZFS file system module
#
ZFS_OBJS += \
@@ -358,3 +368,18 @@ ZEN_UDF_OBJS = zen_udf.o
#
IMC_OBJS = imc.o imc_decode.o imc_dump.o
IMCSTUB_OBJS = imcstub.o
+
+#
+# viona (VirtIO-Net Accelerated)
+#
+VIONA_OBJS = \
+ viona_main.o \
+ viona_ring.o \
+ viona_rx.o \
+ viona_tx.o \
+ viona_hook.o
+
+#
+# bhyve PCI-passthru
+#
+PPT_OBJS = ppt.o