summaryrefslogtreecommitdiffstats
path: root/sys/modules/gpio
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2016-05-14 09:18:50 +0000
committerbz <bz@FreeBSD.org>2016-05-14 09:18:50 +0000
commite8436e7018a54dd03570b859b3715381576ae54b (patch)
treef859b79438e35117dbbf57ca41097083a4648030 /sys/modules/gpio
parentb43d7961473b4a53274b5d08fc67774f3084fa14 (diff)
downloadFreeBSD-src-e8436e7018a54dd03570b859b3715381576ae54b.zip
FreeBSD-src-e8436e7018a54dd03570b859b3715381576ae54b.tar.gz
Blind long shot. Add ofw_gpiobus.c to the SRCS list in the hope to
make the remaining MIPS kernels compile which set MODULES_OVERRIDE="gpio..."
Diffstat (limited to 'sys/modules/gpio')
-rw-r--r--sys/modules/gpio/gpiokeys/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/gpio/gpiokeys/Makefile b/sys/modules/gpio/gpiokeys/Makefile
index 95ffce1..69db58e 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
+SRCS= gpiokeys.c gpiokeys_codes.c ofw_gpiobus.c
SRCS+= bus_if.h device_if.h gpio_if.h ofw_bus_if.h
SRCS+= opt_platform.h opt_kbd.h
OpenPOWER on IntegriCloud