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 2015-08-19 02:37:30 +00:00
parent 307be44f0b
commit 9ce140fe91

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>