Inspired by r262522, fix make depend. This fixes the build of gpio modules.

Approved by:	adrian (mentor)
This commit is contained in:
Luiz Otavio O Souza 2014-02-27 13:26:41 +00:00
parent 7661de35d1
commit de290ab842
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262559
3 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@
KMOD= gpiobus
SRCS= gpiobus.c
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h opt_platform.h
CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/

View File

@ -34,6 +34,7 @@
KMOD= gpioiic
SRCS= gpioiic.c
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h iicbus_if.h iicbb_if.h
SRCS+= opt_platform.h
CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/

View File

@ -33,7 +33,7 @@
KMOD= gpioled
SRCS= gpioled.c
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h opt_platform.h
CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/