mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 07:44:13 -05:00
20 lines
272 B
Makefile
20 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/pwm
|
|
|
|
KMOD= pwmbus
|
|
SRCS= pwmbus.c
|
|
|
|
.if !empty(OPT_FDT)
|
|
SRCS+= ofw_pwm.c ofw_pwmbus.c ofw_bus_if.h
|
|
.endif
|
|
|
|
# Generated files...
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
opt_platform.h \
|
|
pwmbus_if.c \
|
|
pwmbus_if.h \
|
|
|
|
.include <bsd.kmod.mk>
|