diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 22:36:43 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-02-18 22:36:43 +0000 |
commit | 31739dcfef65c3158ebda47946c248906d2e4739 (patch) | |
tree | 151d663b0258fe34d3f140f5a9aacdd4b1eba6dc /sys/arch/powerpc/stand/Makefile.inc | |
parent | 0c496decfd5eec41b0d11bb2d665daa70d3a65b1 (diff) |
Add the necessary pieces to boot on a PowerMAC, does not currently work,
Debugging in progress.
Diffstat (limited to 'sys/arch/powerpc/stand/Makefile.inc')
-rw-r--r-- | sys/arch/powerpc/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/stand/Makefile.inc b/sys/arch/powerpc/stand/Makefile.inc index 4c210d72c06..d54183cc6f4 100644 --- a/sys/arch/powerpc/stand/Makefile.inc +++ b/sys/arch/powerpc/stand/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.2 1996/12/28 06:31:09 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.3 1997/02/18 22:36:40 rahnds Exp $ # $NetBSD: Makefile.inc,v 1.1 1996/09/30 16:34:59 ws Exp $ .if !defined(__stand_makefile_inc) @@ -25,7 +25,7 @@ INCLUDES+= -I. -I$(.CURDIR)/.. -I$(S)/arch -I$(S) -I$(S)/lib/libsa DEFS+= -DSTANDALONE -DRELOC=0x$(RELOC) -DLOADADDR=0x$(LOADADDR) \ -DFIREPOWERBUGS CFLAGS+= $(INCLUDES) $(DEFS) $(EXTRACFLAGS) -LDFLAGS= -X -N -Ttext $(RELOC) -e $(ENTRY) +LDFLAGS?= -X -N -Ttext $(RELOC) -e $(ENTRY) cleandir: rm -rf lib machine |