annotate Makefile @ 15:ee565d95164c default tip

aud-caramel: create handheld.{cfg,vol} equal to hds4.{cfg,vol} The main audio channel on FC Caramel2 is not truly handheld, thus if someone is operating a C2 board in ACI mode, then doing AT@AUL="hds4" is more truthful than AT@AUL="handheld". However, the same audio mode needs to be named "handheld" for the UI firmware to pick it up in our Luna configuration.
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Nov 2021 08:23:16 +0000
parents ebdb8d68e157
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14
ebdb8d68e157 aud-caramel: first-cut audio config for FC-HDS4
Mychaela Falconia <falcon@freecalypso.org>
parents: 8
diff changeset
1 SUBDIR= aud-caramel aud-fcdev3b aud-gtamodem aud-minimal aud-pirelli
4
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 all: ${SUBDIR}
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5 ${SUBDIR}: FRC
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 cd $@; ${MAKE} ${MFLAGS}
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 clean: FRC
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9 rm -f a.out core errs
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
11
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
12 install: FRC
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
14
4d7c28689911 top level Makefile added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
15 FRC: