Fix parallel builds by specifying *all* required headers in SRCS.

Submitted by:	manu
Pointy hat:	ian
This commit is contained in:
ian 2016-05-27 04:34:42 +00:00
parent 57d60af1d0
commit a7641ebddb
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -34,7 +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
SRCS+= ofw_bus_if.h 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 opt_platform.h
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h opt_platform.h ofw_bus_if.h
CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/

View File

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

View File

@ -34,7 +34,7 @@
KMOD= gpiospi
SRCS= gpiospi.c
SRCS+= device_if.h bus_if.h gpio_if.h gpiobus_if.h spibus_if.h
SRCS+= opt_gpio.h
SRCS+= ofw_bus_if.h opt_gpio.h
CFLAGS+= -I. -I${.CURDIR}/../../../dev/gpio/