mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 08:21:05 -05:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
|
|
.PATH: ${.CURDIR}/../../dev/superio
|
|
|
|
KMOD= superio
|
|
SRCS= superio.c
|
|
SRCS+= device_if.h bus_if.h isa_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|