Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 02:37:31 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286915 - head/sys/modules/am335x_dmtpps
Message-ID:  <201508190237.t7J2bVgt069454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508190237.t7J2bVgt069454>