mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MIPS also needs ofw_bus_if.h in some cases.
This commit is contained in:
parent
628c4b98fb
commit
3380918a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../../dev/iicbus
|
||||
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "arm" || \
|
||||
${MACHINE_CPUARCH} == "powerpc"
|
||||
${MACHINE_CPUARCH} == "mips" || ${MACHINE_CPUARCH} == "powerpc"
|
||||
ofw_bus_if= ofw_bus_if.h
|
||||
.endif
|
||||
KMOD = iicbb
|
||||
|
|
|
|||
Loading…
Reference in a new issue