aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/gpio
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2016-05-14 09:18:50 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2016-05-14 09:18:50 +0000
commit404c979523df94692467d9bcb2d67f0dc794c836 (patch)
treef859b79438e35117dbbf57ca41097083a4648030 /sys/modules/gpio
parentb3b9415f8fec8fa6d547222b2b7059596eb3a900 (diff)
downloadsrc-404c979523df94692467d9bcb2d67f0dc794c836.tar.gz
src-404c979523df94692467d9bcb2d67f0dc794c836.zip
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..."
Notes
Notes: svn path=/head/; revision=299739
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 95ffce104e62..69db58eeeaa2 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