In the uart module build ofw_bus_if.h on arm along with sparc64 as LINT

fails when built locally without it.
This commit is contained in:
Andrew Turner 2013-03-17 06:33:49 +00:00
parent 33ff10ea55
commit de5b074bf5

View file

@ -4,6 +4,9 @@
.if ${MACHINE_CPUARCH} == "sparc64"
uart_bus_ebus= uart_bus_ebus.c
.endif
.if ${MACHINE_CPUARCH} == "arm" || ${MACHINE_CPUARCH} == "sparc64"
ofw_bus_if= ofw_bus_if.h
.endif