annotate makefile-frags/first-part @ 575:0198ac1e1a4f

cfile_symlink for GPF: a more robust approach
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 24 Jan 2019 23:43:00 +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