mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
It will be useful as FDT sees increasing usage on FreeBSD/mips. Sponsored by: DARPA, AFRL
7 lines
205 B
Makefile
7 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR+= ofwdump
|
|
# uathload broken for n32 and n64 due to toolchain issues, only build for o32
|
|
.if ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "mipsel"
|
|
SUBDIR:= ${SUBDIR:Nuathload}
|
|
.endif
|