summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2015-08-19 02:37:30 +0000
committerian <ian@FreeBSD.org>2015-08-19 02:37:30 +0000
commit9ce140fe915206635bb15390349cbb1c054ecd46 (patch)
tree871705220ffd07e98baac018c424bc9b6d81ccaa /sys
parent307be44f0b04bc7e4832f5389d73558dd1408135 (diff)
downloadFreeBSD-src-9ce140fe915206635bb15390349cbb1c054ecd46.zip
FreeBSD-src-9ce140fe915206635bb15390349cbb1c054ecd46.tar.gz
Add required foo_if.h files to SRCS to fix build errors.
Pointed out by: gjb Pointy hat to: ian
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/am335x_dmtpps/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/am335x_dmtpps/Makefile b/sys/modules/am335x_dmtpps/Makefile
index 4d9deac..3ca4945 100644
--- a/sys/modules/am335x_dmtpps/Makefile
+++ b/sys/modules/am335x_dmtpps/Makefile
@@ -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>
OpenPOWER on IntegriCloud