opnsense-src/sys/modules/i2c/pcf8574/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
226 B
Makefile

.PATH: ${SRCTOP}/sys/dev/iicbus/gpio/
KMOD = pcf8574
SRCS = pcf8574.c
SRCS+= \
bus_if.h \
device_if.h \
gpio_if.h \
iicbus_if.h \
opt_platform.h \
.if !empty(OPT_FDT)
SRCS+= ofw_bus_if.h
.endif
.include <bsd.kmod.mk>