From: miod Date: Sun, 13 Jul 2014 21:18:26 +0000 (+0000) Subject: #$%#@$# CONSPEED X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=86ec54cdfe243d57b3736afd48d15470e1b74478;p=openbsd #$%#@$# CONSPEED --- diff --git a/sys/arch/hppa/stand/cdboot/Makefile b/sys/arch/hppa/stand/cdboot/Makefile index aa35b7118b7..e0408b0a2c5 100644 --- a/sys/arch/hppa/stand/cdboot/Makefile +++ b/sys/arch/hppa/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2013/10/15 22:49:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2014/07/13 21:18:26 miod Exp $ NOMAN= no man S =${.CURDIR}/../../../.. @@ -15,6 +15,7 @@ SRCS= srt0.S cdboot.c .PATH: ${.CURDIR}/../libsa SRCS+= pdc.c itecons.c dev_hppa.c dk.c elf32.c elf64.c +CPPFLAGS+=-DCONSPEED=9600 .PATH: ${S}/lib/libkern/arch/hppa ${S}/lib/libkern SRCS+= milli.S strlen.c strlcpy.c diff --git a/sys/arch/hppa64/stand/cdboot/Makefile b/sys/arch/hppa64/stand/cdboot/Makefile index c9be9681970..68704cde9b2 100644 --- a/sys/arch/hppa64/stand/cdboot/Makefile +++ b/sys/arch/hppa64/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2013/10/15 22:49:04 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2014/07/13 21:18:26 miod Exp $ NOMAN= no man S =${.CURDIR}/../../../.. @@ -15,6 +15,7 @@ SRCS= srt0.S cdboot.c .PATH: ${.CURDIR}/../libsa SRCS+= pdc.c itecons.c dev_hppa64.c dk.c +CPPFLAGS+=-DCONSPEED=9600 .PATH: ${S}/lib/libkern/arch/hppa ${S}/lib/libkern SRCS+= milli.S strlen.c strlcpy.c