annotate makefile-frags/first-part @ 583:33be64a1f585

l1_rf12.c: low_agc number changed from Clara remnant to correct Rita value
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Mar 2019 21:04:28 +0000
parents 2bb8b1c11afc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
259
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents: 64
diff changeset
1 all: fwimage.bin flash-script
61
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 ${SUBDIR}: FRC
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 cd $@; ${MAKE} ${MFLAGS}
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 ${LIBS}: ${SUBDIR}
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 @true
dba3f097489e makefile-frags: initial concept
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8