Inspired by r262522, fix make depend. This fixes the build of gpio modules.
Approved by: adrian (mentor)
This commit is contained in:
parent
1da073f26b
commit
c23018483d
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user