mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
11 lines
198 B
Makefile
11 lines
198 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ow
|
|
|
|
KMOD= owc
|
|
SRCS= owc_gpiobus.c
|
|
SRCS+= gpio_if.h gpiobus_if.h owll_if.h ofw_bus_if.h bus_if.h device_if.h
|
|
SRCS+= opt_platform.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|