Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened
device tree.
This commit is contained in:
parent
db5ef4fc77
commit
f13753b37a
@ -498,6 +498,10 @@ _spkrtest= spkrtest
|
||||
_zzz= zzz
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
_ofwdump= ofwdump
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
.if ${MK_ACPI} != "no"
|
||||
_acpi= acpi
|
||||
|
Loading…
Reference in New Issue
Block a user