summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2013-08-21 08:01:52 +0000
committeruqs <uqs@FreeBSD.org>2013-08-21 08:01:52 +0000
commitd87537a2b095167a800e978e0799ec24bbcdff23 (patch)
tree85a54cd17bf4bdefd560e40b3687a23ba4f8031c
parent16272df377fc658f2cc0b3a04a1e8ff5a9608f89 (diff)
downloadFreeBSD-src-d87537a2b095167a800e978e0799ec24bbcdff23.zip
FreeBSD-src-d87537a2b095167a800e978e0799ec24bbcdff23.tar.gz
Fix 'make depend'.
-rw-r--r--sys/modules/vmm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
index 8b565da..959f128 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
OpenPOWER on IntegriCloud