mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../arm/ti/am335x
|
|
|
|
KMOD= am335x_dmtpps
|
|
SRCS= am335x_dmtpps.c
|
|
|
|
SRCS+= bus_if.h device_if.h ofw_bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|