diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2016-05-14 09:18:50 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2016-05-14 09:18:50 +0000 |
| commit | 404c979523df94692467d9bcb2d67f0dc794c836 (patch) | |
| tree | f859b79438e35117dbbf57ca41097083a4648030 /sys/modules/gpio | |
| parent | b3b9415f8fec8fa6d547222b2b7059596eb3a900 (diff) | |
Notes
Diffstat (limited to 'sys/modules/gpio')
| -rw-r--r-- | sys/modules/gpio/gpiokeys/Makefile | 2 |
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 |
