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

21 lines
255 B
Makefile

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