mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.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
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|