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

9 lines
164 B
Makefile

.PATH: ${SRCTOP}/sys/dev/rtsx
KMOD= rtsx
SRCS= rtsx.c
SRCS+= device_if.h bus_if.h pci_if.h mmcbr_if.h opt_mmccam.h opt_cam.h mmc_sim_if.h
.include <bsd.kmod.mk>