Makefile.files (d4039345c8fe6e54a31d17d91e86e393fdcf401b) | Makefile.files (e760f15095bdc9fa107e7c20ed2a5e4fb5865c1d) |
---|---|
1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 369 unchanged lines hidden (view full) --- 378 viona_rx.o \ 379 viona_tx.o \ 380 viona_hook.o 381 382# 383# bhyve PCI-passthru 384# 385PPT_OBJS = ppt.o | 1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE --- 369 unchanged lines hidden (view full) --- 378 viona_rx.o \ 379 viona_tx.o \ 380 viona_hook.o 381 382# 383# bhyve PCI-passthru 384# 385PPT_OBJS = ppt.o |
386 387# 388# bhyve VT-d 389# 390VMM_VTD_OBJS = vtd.o |
|