Revert r299739. That did not make it better.
Instead disconnect gpiokeys from the build until it's fixed and buildable; the SUBDIR list was not ordered properly anyway ;-)
This commit is contained in:
parent
404c979523
commit
9e1252ae20
@ -25,6 +25,6 @@
|
|||||||
# SUCH DAMAGE.
|
# SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
SUBDIR = gpiobus gpioiic gpioled gpiokeys
|
SUBDIR = gpiobus gpioiic gpioled
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
.PATH: ${.CURDIR}/../../../dev/gpio/
|
.PATH: ${.CURDIR}/../../../dev/gpio/
|
||||||
|
|
||||||
KMOD= gpiokeys
|
KMOD= gpiokeys
|
||||||
SRCS= gpiokeys.c gpiokeys_codes.c ofw_gpiobus.c
|
SRCS= gpiokeys.c gpiokeys_codes.c
|
||||||
SRCS+= bus_if.h device_if.h gpio_if.h ofw_bus_if.h
|
SRCS+= bus_if.h device_if.h gpio_if.h ofw_bus_if.h
|
||||||
SRCS+= opt_platform.h opt_kbd.h
|
SRCS+= opt_platform.h opt_kbd.h
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user