diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2013-08-21 08:01:52 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2013-08-21 08:01:52 +0000 |
| commit | f44b688c579859c67e33f57813d0dc012163b067 (patch) | |
| tree | 85a54cd17bf4bdefd560e40b3687a23ba4f8031c /sys/modules/vmm | |
| parent | 83fd94a416908944a6dfab0a11129e378bc5a318 (diff) | |
Notes
Diffstat (limited to 'sys/modules/vmm')
| -rw-r--r-- | sys/modules/vmm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile index 8b565da6eff4..959f128ddb65 100644 --- a/sys/modules/vmm/Makefile +++ b/sys/modules/vmm/Makefile @@ -2,11 +2,11 @@ KMOD= vmm -SRCS= opt_ddb.h device_if.h bus_if.h pci_if.h +SRCS= opt_acpi.h opt_ddb.h device_if.h bus_if.h pci_if.h CFLAGS+= -DVMM_KEEP_STATS -DSMP -CFLAGS+= -I${.CURDIR}/../../amd64/vmm -CFLAGS+= -I${.CURDIR}/../../amd64/vmm/io +CFLAGS+= -I${.CURDIR}/../../amd64/vmm +CFLAGS+= -I${.CURDIR}/../../amd64/vmm/io CFLAGS+= -I${.CURDIR}/../../amd64/vmm/intel # generic vmm support |
