Author: ian
Date: Wed Aug 19 02:37:30 2015
New Revision: 286915
URL: https://svnweb.freebsd.org/changeset/base/286915

Log:
  Add required foo_if.h files to SRCS to fix build errors.
  
  Pointed out by:             gjb
  Pointy hat to:              ian

Modified:
  head/sys/modules/am335x_dmtpps/Makefile

Modified: head/sys/modules/am335x_dmtpps/Makefile
==============================================================================
--- head/sys/modules/am335x_dmtpps/Makefile     Wed Aug 19 01:44:56 2015        
(r286914)
+++ head/sys/modules/am335x_dmtpps/Makefile     Wed Aug 19 02:37:30 2015        
(r286915)
@@ -5,4 +5,6 @@
 KMOD=  am335x_dmtpps
 SRCS=  am335x_dmtpps.c
 
+SRCS+= bus_if.h device_if.h ofw_bus_if.h
+
 .include <bsd.kmod.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to