Enable ofwdump(8) on ARM as this is a useful tool to inspect a flattened
device tree.
This commit is contained in:
parent
48f2ce50e5
commit
98ef42faa8
@ -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