annotate tms470/makefile-frags/clean-always @ 104:82ae724ca0d7

OSL reconstruction fixed to support memory supervision
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 23 Jul 2018 01:47:29 +0000
parents 68ffaa96dea3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 clean: FRC
43
68ffaa96dea3 tms470/makefile-frags: changes for Selenite
Mychaela Falconia <falcon@freecalypso.org>
parents: 42
diff changeset
2 rm -f fwimage.* ramimage.* link.cmd link_ram.cmd
42
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 rm -f build_date.* flash-script
2b8d11ddf653 tms470/makefile-frags: pruned import from Magnetite
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done