opnsense-src/sys/modules/pwm/pwmc/Makefile
Warner Losh 031beb4e23 sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:54:58 -06:00

17 lines
217 B
Makefile

.PATH: ${SRCTOP}/sys/dev/pwm
KMOD= pwmc
SRCS= pwmc.c
# Generated files...
SRCS+= \
bus_if.h \
device_if.h \
opt_platform.h \
pwmbus_if.h \
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>