1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. 14# 15 16BHYVE_OBJS = $(COMMON_OBJS) \ 17 atkbdc.o \ 18 bhyverun_machdep.o \ 19 e820.o \ 20 inout.o \ 21 ioapic.o \ 22 fwctl.o \ 23 mptbl.o \ 24 pci_fbuf.o \ 25 pci_lpc.o \ 26 pci_passthru.o \ 27 pctestdev.o \ 28 post.o \ 29 pm.o \ 30 ps2kbd.o \ 31 ps2mouse.o \ 32 rfb.o \ 33 rtc.o \ 34 spinup_ap.o \ 35 task_switch.o \ 36 vga.o \ 37 vmexit.o \ 38 xmsr.o 39 40include ../Makefile.com 41 42CPPFLAGS += -I. 43 44install: all $(ROOTUSRSBINPROG) 45