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>
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to