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