Date: Fri, 18 Jul 2014 18:11:25 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r268853 - stable/9/sys/modules/xenhvm Message-ID: <201407181811.s6IIBPkt006459@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Fri Jul 18 18:11:24 2014 New Revision: 268853 URL: http://svnweb.freebsd.org/changeset/base/268853 Log: Generate *all* the needed autogenerated header files. For some reason normal builds still work without this, but "make universe" requires it. Tested with "make universe". This is a direct commit to stable/9 because this module does not exist in head or stable/10. Modified: stable/9/sys/modules/xenhvm/Makefile Modified: stable/9/sys/modules/xenhvm/Makefile ============================================================================== --- stable/9/sys/modules/xenhvm/Makefile Fri Jul 18 18:09:20 2014 (r268852) +++ stable/9/sys/modules/xenhvm/Makefile Fri Jul 18 18:11:24 2014 (r268853) @@ -13,9 +13,11 @@ SRCS= xenhvm_mod.c \ balloon.c blkfront.c blkback.c control.c netback.c netfront.c \ xenpci.c evtchn.c gnttab.c features.c evtchn_dev.c \ xenbus.c xenbusb.c xenbusb_front.c xenbusb_back.c \ - xenbus_if.c xenbus_if.h xenbusb_if.c xenbusb_if.h \ - xenstore.c xenstore_dev.c -MFILES= xen/xenbus/xenbus_if.m xen/xenbus/xenbusb_if.m + xenbus_if.c xenbus_if.h xenbusb_if.c xenbusb_if.h \ + xenstore.c xenstore_dev.c \ + bus_if.h device_if.h pci_if.h vnode_if.h +MFILES= xen/xenbus/xenbus_if.m xen/xenbus/xenbusb_if.m \ + kern/bus_if.m kern/device_if.m dev/pci/pci_if.m CFLAGS+= -DXENHVM -DMODXENHVM .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407181811.s6IIBPkt006459>