- refer to how to use 57600bps console on the 2nd EUMB serial case.
This commit is contained in:
parent
7aad948b25
commit
b06d491b48
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2008/04/07 13:25:31 nisimura Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2008/04/07 14:55:24 nisimura Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
|
@ -10,7 +10,7 @@ CLEANFILES+= vers.c vers.o ${PROG} ${PROG}.bin
|
|||
CFLAGS+= -Wall -Wno-main -ffreestanding -msoft-float -mmultiple
|
||||
CPPFLAGS+= -D_STANDALONE -DSUPPORT_DHCP
|
||||
CPPFLAGS+= -DCONSNAME=\"com\" -DCONSPORT=0x3f8 -DCONSSPEED=115200
|
||||
#CPPFLAGS+= -DCONSNAME=\"eumb\" -DCONSPORT=0x4500 -DCONSSPEED=115200
|
||||
#CPPFLAGS+= -DCONSNAME=\"eumb\" -DCONSPORT=0x4600 -DCONSSPEED=57600
|
||||
#CPPFLAGS+= -DSTART_DDB_SESSION
|
||||
CPPFLAGS+= -Wall -nostdinc -I. -I${.OBJDIR} -I${S}
|
||||
DBG= -Os
|
||||
|
|
Loading…
Reference in New Issue