socsvn commit: r288701 - soc2015/mihai/bhyve-on-arm-head/sys/modules/vmm-arm

mihai at FreeBSD.org mihai at FreeBSD.org
Thu Jul 23 17:59:02 UTC 2015


Author: mihai
Date: Thu Jul 23 17:59:00 2015
New Revision: 288701
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=288701

Log:
  soc2015: mihai: bhyve: sys: modules: vmm-arm: Makefile: add vmm_instruction_emul to the module

Modified:
  soc2015/mihai/bhyve-on-arm-head/sys/modules/vmm-arm/Makefile

Modified: soc2015/mihai/bhyve-on-arm-head/sys/modules/vmm-arm/Makefile
==============================================================================
--- soc2015/mihai/bhyve-on-arm-head/sys/modules/vmm-arm/Makefile	Thu Jul 23 17:57:53 2015	(r288700)
+++ soc2015/mihai/bhyve-on-arm-head/sys/modules/vmm-arm/Makefile	Thu Jul 23 17:59:00 2015	(r288701)
@@ -11,6 +11,7 @@
 .PATH: ${.CURDIR}/../../arm/vmm
 SRCS+=	vmm.c		\
 	vmm_dev.c	\
+	vmm_instruction_emul.c	\
 	vmm_mem.c	\
 	mmu.c		\
 	vmm_stat.c	\


More information about the svn-soc-all mailing list