Add required foo_if.h files to SRCS to fix build errors.

Pointed out by:	      gjb
Pointy hat to:	      ian
This commit is contained in:
Ian Lepore 2015-08-19 02:37:30 +00:00
parent c915ff0349
commit 0bab5ea492
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286915

View File

@ -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>