[gpio] add gpiospi to the gpio module.

This commit is contained in:
adrian 2016-05-27 01:42:55 +00:00
parent 921832baca
commit 0b0277fffe

View File

@ -25,6 +25,6 @@
# SUCH DAMAGE.
#
SUBDIR = gpiobus gpioiic gpioled gpiopps
SUBDIR = gpiobus gpioiic gpioled gpiopps gpiospi
.include <bsd.subdir.mk>