view tms470/makefile-frags/link-steps @ 112:fdecfb3bd860

.../drv_app/r2d/r2d_*.c: LCD include case fixes from Magnetite R2D is not used in Selenite, but we strive to keep the two source trees in sync as much as possible to reduce the diffs.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Oct 2018 16:56:22 +0000
parents 5ba0bee90efa
children d606941f1286
line wrap: on
line source

build_date.c:	${LIBS}
	../helpers/build-date ${CONFIG_NAME} > $@

build_date.obj:	build_date.c
	../tms470/toolwrap/cl470 -q -c -me -mt -o -pw2 -x -mw build_date.c

link.cmd:	${LINK_SCRIPT_SRC} Makefile lcfgen
	perl ../scripts/ti/make_cmd.pl lcfgen $@ 0 ${LINK_SCRIPT_SRC} \
		${SPECIAL_LINK_LIBS}

fwimage.out:	${LIBS} build_date.obj link.cmd
	../tms470/toolwrap/vlnk470 -farcall -x -o $@ -m fwimage.map $^

fwimage.m0:	fwimage.out
	../tms470/toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<