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

Approved by:	adrian (mentor)
This commit is contained in:
loos 2014-02-27 13:26:41 +00:00
parent 1da073f26b
commit c23018483d
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/