blob: ba8f672d4abb7e20194e2c8ddca1985b401ba153 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.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>
|