annotate Makefile @ 7:677abb56abac

create aud-minimal mode config Our FreeCalypso handset firmware will soon start requiring audio mode configuration files. handfree and headset modes can be omitted on targets that have no headset or loudspeaker support, but the basic handheld mode will always be required - if audio mode loading fails, then volume control via RV Audio Service won't work. The minimal handheld mode config created here should be correct for all currently supported targets.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 14 Jun 2021 00:57:24 +0000
parents 4d7c28689911
children 74933941ea81
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
677abb56abac create aud-minimal mode config
Mychaela Falconia <falcon@freecalypso.org>
parents: 4
diff changeset
1 SUBDIR= aud-fcdev3b aud-gtamodem aud-minimal
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: