Add commented out define for TSC board's boot0.

This commit is contained in:
imp 2006-04-13 17:44:05 +00:00
parent 3419654b4d
commit 6181ce87f1

View File

@ -6,6 +6,7 @@ NO_MAN=
LDFLAGS=-e 0 -T linker.cfg
CFLAGS=-O2 -mcpu=arm9 -ffreestanding -I${.CURDIR}/../inc
CFLAGS+=-DBOOT0_KB9202
#CFLAGS+=-DBOOT0_TSC
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
CLEANFILES=${OBJS} ${PROG} ${PROG}.out