1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-27 11:55:06 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=248411

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