mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
Instead disconnect gpiokeys from the build until it's fixed and buildable; the SUBDIR list was not ordered properly anyway ;-)
14 lines
258 B
Makefile
14 lines
258 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/gpio/
|
|
|
|
KMOD= gpiokeys
|
|
SRCS= gpiokeys.c gpiokeys_codes.c
|
|
SRCS+= bus_if.h device_if.h gpio_if.h ofw_bus_if.h
|
|
SRCS+= opt_platform.h opt_kbd.h
|
|
|
|
CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/
|
|
|
|
.include <bsd.kmod.mk>
|