mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
ccd23b44ea
It will be useful as FDT sees increasing usage on FreeBSD/mips. Sponsored by: DARPA, AFRL
8 lines
205 B
Makefile
8 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
|