Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/stand/ofwboot Ensure that NOMAN is defined ea...
details: https://anonhg.NetBSD.org/src/rev/a347cbf679b9
branches: trunk
changeset: 761340:a347cbf679b9
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Jan 24 19:27:18 2011 +0000
description:
Ensure that NOMAN is defined earlier.
diffstat:
sys/arch/ofppc/stand/ofwboot/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r 993703146aa0 -r a347cbf679b9 sys/arch/ofppc/stand/ofwboot/Makefile
--- a/sys/arch/ofppc/stand/ofwboot/Makefile Mon Jan 24 19:26:16 2011 +0000
+++ b/sys/arch/ofppc/stand/ofwboot/Makefile Mon Jan 24 19:27:18 2011 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.26 2011/01/22 19:19:21 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2011/01/24 19:27:18 joerg Exp $
S!= cd ${.CURDIR}/../../../.. ; pwd
-.include <bsd.own.mk>
-
PROG= ofwboot
+NOMAN= # defined
SRCS= ofwstart.S Locore.c boot.c ofdev.c net.c netif_of.c
SRCS+= mbr.c rdb.c vers.c
CFLAGS+= -msoft-float -Wno-main -ffreestanding
@@ -13,6 +12,9 @@
#CPPFLAGS+= -DOFWDUMP
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP -I${.CURDIR}
CPPFLAGS+= -DHEAP_VARIABLE
+
+.include <bsd.own.mk>
+
DBG= -Os -mmultiple
SRCS+= ofwmagic.S
@@ -21,7 +23,6 @@
SRCS+= byteorder.c
.PATH: ${S}/lib/libsa
-NOMAN= # defined
STRIPFLAG=
BINMODE= 444
Home |
Main Index |
Thread Index |
Old Index