mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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:
parent
33ff10ea55
commit
de5b074bf5
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue