Date: Sat, 14 May 2016 09:39:21 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r299740 - in head/sys/modules/gpio: . gpiokeys Message-ID: <201605140939.u4E9dLvw031497@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bz Date: Sat May 14 09:39:21 2016 New Revision: 299740 URL: https://svnweb.freebsd.org/changeset/base/299740 Log: 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 ;-) Modified: head/sys/modules/gpio/Makefile head/sys/modules/gpio/gpiokeys/Makefile Modified: head/sys/modules/gpio/Makefile ============================================================================== --- head/sys/modules/gpio/Makefile Sat May 14 09:18:50 2016 (r299739) +++ head/sys/modules/gpio/Makefile Sat May 14 09:39:21 2016 (r299740) @@ -25,6 +25,6 @@ # SUCH DAMAGE. # -SUBDIR = gpiobus gpioiic gpioled gpiokeys +SUBDIR = gpiobus gpioiic gpioled .include <bsd.subdir.mk> Modified: head/sys/modules/gpio/gpiokeys/Makefile ============================================================================== --- head/sys/modules/gpio/gpiokeys/Makefile Sat May 14 09:18:50 2016 (r299739) +++ head/sys/modules/gpio/gpiokeys/Makefile Sat May 14 09:39:21 2016 (r299740) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605140939.u4E9dLvw031497>