mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
12 lines
210 B
Makefile
12 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|