From b4c5dea65c9cb6e9f66f2fbe65f9043758b4e75a Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Fri, 27 May 2016 01:42:55 +0000 Subject: [PATCH] [gpio] add gpiospi to the gpio module. --- sys/modules/gpio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/gpio/Makefile b/sys/modules/gpio/Makefile index 666a842c8ac..c46f9aa73cd 100644 --- a/sys/modules/gpio/Makefile +++ b/sys/modules/gpio/Makefile @@ -25,6 +25,6 @@ # SUCH DAMAGE. # -SUBDIR = gpiobus gpioiic gpioled gpiopps +SUBDIR = gpiobus gpioiic gpioled gpiopps gpiospi .include