annotate makefile-frags/first-part @ 658:e0d243b18f3b

scripts/config-luna.sh helper added
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 08 May 2020 01:17:05 +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