1# This file and its contents are supplied under the terms of the 2# Common Development and Distribution License ("CDDL"), version 1.0. 3# You may only use this file in accordance with the terms of version 4# 1.0 of the CDDL. 5# 6# A full copy of the text of the CDDL should have accompanied this 7# source. A copy of the CDDL is also available via the Internet at 8# http://www.illumos.org/license/CDDL. 9 10# Copyright 2023 OmniOS Community Edition (OmniOSce) Association. 11 12MODULE = vmm.so 13MDBTGT = kvm 14 15MODSRCS = vmm.c 16 17include $(SRC)/cmd/Makefile.cmd 18include $(SRC)/cmd/Makefile.cmd.64 19include $(SRC)/cmd/mdb/intel/Makefile.amd64 20include $(SRC)/cmd/mdb/Makefile.module 21 22CPPFLAGS += -DMP -D_MACHDEP 23CPPFLAGS += -I../../../../common 24CPPFLAGS += -I$(SRC)/uts/intel/io/vmm 25CPPFLAGS += -I$(SRC)/uts/intel/ 26CPPFLAGS += -I$(SRC)/uts/i86pc 27 28