From 9e1252ae20bd863daeaf2a410c09fc76659f03e3 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sat, 14 May 2016 09:39:21 +0000 Subject: [PATCH] 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 ;-) --- sys/modules/gpio/Makefile | 2 +- sys/modules/gpio/gpiokeys/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/gpio/Makefile b/sys/modules/gpio/Makefile index 47eba812ccfa..648c33aba58f 100644 --- a/sys/modules/gpio/Makefile +++ b/sys/modules/gpio/Makefile @@ -25,6 +25,6 @@ # SUCH DAMAGE. # -SUBDIR = gpiobus gpioiic gpioled gpiokeys +SUBDIR = gpiobus gpioiic gpioled .include diff --git a/sys/modules/gpio/gpiokeys/Makefile b/sys/modules/gpio/gpiokeys/Makefile index 69db58eeeaa2..95ffce104e62 100644 --- a/sys/modules/gpio/gpiokeys/Makefile +++ b/sys/modules/gpio/gpiokeys/Makefile @@ -5,7 +5,7 @@ .PATH: ${.CURDIR}/../../../dev/gpio/ 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+= opt_platform.h opt_kbd.h