mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/exca
|
|
|
|
KMOD= exca
|
|
SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|