mirror of
https://github.com/opnsense/src.git
synced 2026-03-27 13:13:13 -04:00
19 lines
242 B
Makefile
19 lines
242 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/gpio/
|
|
|
|
KMOD= gpioths
|
|
SRCS= gpioths.c
|
|
|
|
SRCS+= \
|
|
bus_if.h \
|
|
device_if.h \
|
|
gpio_if.h \
|
|
gpiobus_if.h \
|
|
ofw_bus_if.h \
|
|
opt_platform.h \
|
|
|
|
CFLAGS+= -I. -I${SRCTOP}/sys/dev/gpio/
|
|
|
|
.include <bsd.kmod.mk>
|