Enable ofwdump on powerpc (finally). Tested on G3 & G4 machines.

Submitted by:	Dan Stekloff  <dsteklof at c i s c o dot com>
Discussed with:	marcel
This commit is contained in:
Peter Grehan 2008-01-31 01:57:33 +00:00
parent 8f2948f1c1
commit 104954fe06
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175841
3 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ dev/fb/fb.c optional sc
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
dev/kbd/kbd.c optional sc
dev/ofw/openfirm.c optional aim
dev/ofw/openfirmio.c optional aim
dev/ofw/ofw_bus_if.m optional aim
dev/ofw/ofw_bus_subr.c optional aim
dev/ofw/ofw_console.c optional aim

View file

@ -366,6 +366,7 @@ _zzz= zzz
.if ${MACHINE_ARCH} == "powerpc"
_mount_smbfs= mount_smbfs
_nvram= nvram
_ofwdump= ofwdump
.endif
.if ${MACHINE_ARCH} == "sparc64"

View file

@ -2,7 +2,6 @@
PROG= ofwdump
MAN= ofwdump.8
MANSUBDIR= /sparc64
SRCS= ofwdump.c ofw_util.c
WARNS?= 6