svn commit: r254596 - head/sys/modules/vmm
Ulrich Spoerlein
uqs at FreeBSD.org
Wed Aug 21 08:01:53 UTC 2013
Author: uqs
Date: Wed Aug 21 08:01:52 2013
New Revision: 254596
URL: http://svnweb.freebsd.org/changeset/base/254596
Log:
Fix 'make depend'.
Modified:
head/sys/modules/vmm/Makefile
Modified: head/sys/modules/vmm/Makefile
==============================================================================
--- head/sys/modules/vmm/Makefile Wed Aug 21 07:45:47 2013 (r254595)
+++ head/sys/modules/vmm/Makefile Wed Aug 21 08:01:52 2013 (r254596)
@@ -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
More information about the svn-src-head
mailing list