diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2015-08-19 02:37:30 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2015-08-19 02:37:30 +0000 |
| commit | 0bab5ea492f389c7b4ddffbdbf02a36ab5d98eb2 (patch) | |
| tree | 871705220ffd07e98baac018c424bc9b6d81ccaa | |
| parent | c915ff03491a35dd023500cdfa4f92274549d137 (diff) | |
Notes
| -rw-r--r-- | sys/modules/am335x_dmtpps/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/am335x_dmtpps/Makefile b/sys/modules/am335x_dmtpps/Makefile index 4d9deac4fa072..3ca49452c693c 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> |
