summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/Makefile.i86pc.shared
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/Makefile.i86pc.shared')
-rw-r--r--usr/src/uts/i86pc/Makefile.i86pc.shared19
1 files changed, 12 insertions, 7 deletions
diff --git a/usr/src/uts/i86pc/Makefile.i86pc.shared b/usr/src/uts/i86pc/Makefile.i86pc.shared
index 37da8ed6bb..18bc7610e2 100644
--- a/usr/src/uts/i86pc/Makefile.i86pc.shared
+++ b/usr/src/uts/i86pc/Makefile.i86pc.shared
@@ -42,6 +42,17 @@ PLATFORM = i86pc
UNAME_M = $(PLATFORM)
#
+# Definitions for the platform-specific /platform directories.
+#
+# IMPLEMENTATIONS is used to designate i86pc machines which have
+# platform specific modules. All code specific to a given implementation
+# resides in the appropriately named subdirectory. This requires
+# these platforms to have their own Makefiles to define ROOT_PLAT_DIRS,
+# USR_PLAT_DIRS, etc.
+#
+IMPLEMENTATIONS = i86hvm
+
+#
# Everybody needs to know how to build modstubs.o and to locate unix.o
#
UNIX_DIR = $(UTSBASE)/$(PLATFORM)/unix
@@ -246,12 +257,6 @@ DRV_KMODS += xsvc
DRV_KMODS += mc-amd
DRV_KMODS += tzmon
DRV_KMODS += battery
-DRV_KMODS += pv_cmdk
-DRV_KMODS += pv_rtls
-DRV_KMODS += xdf
-DRV_KMODS += xnf
-DRV_KMODS += xpv
-DRV_KMODS += xpvd
DRV_KMODS += cpudrv
@@ -299,7 +304,7 @@ SYS_KMODS +=
#
# 'Misc' Modules (/kernel/misc):
#
-MISC_KMODS += gfx_private pcie hvm_bootstrap
+MISC_KMODS += gfx_private pcie
#
# 'Dacf' modules (/kernel/dacf)