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

mihai at FreeBSD.org mihai at FreeBSD.org
Mon Aug 10 18:46:27 UTC 2015


Author: mihai
Date: Mon Aug 10 18:46:26 2015
New Revision: 289538
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=289538

Log:
  sys: modules: vmm-arm: Makefile: compile new vgic.c file

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	Mon Aug 10 18:46:06 2015	(r289537)
+++ soc2015/mihai/bhyve-on-arm-head/sys/modules/vmm-arm/Makefile	Mon Aug 10 18:46:26 2015	(r289538)
@@ -16,6 +16,7 @@
 	mmu.c		\
 	vmm_stat.c	\
 	arm.c		\
+	vgic.c		\
 	hyp.S
 
 CLEANFILES=	hyp_assym.h hyp_genassym.o


More information about the svn-soc-all mailing list