svn commit: r286915 - head/sys/modules/am335x_dmtpps

Ian Lepore ian at FreeBSD.org
Wed Aug 19 02:37:31 UTC 2015


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>


More information about the svn-src-head mailing list