FreeCalypso > hg > fc-audio-config
view aud-fcdev3b/Makefile @ 8:74933941ea81
aud-pirelli audio mode config for Pirelli DP-L10
handheld and headset audio mode configs have been created for
Pirelli target. They can be used to switch between the two audio
modes with AT@AUL in the VPM environment, and they will be needed
if we ever port our handset firmware to this target.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 14 Jun 2021 02:59:53 +0000 |
parents | 25192a1bc0c3 |
children | 46f49aa6ab8c |
line wrap: on
line source
BINFILES= mcsi.cfg mcsi.vol spkrmax.cfg spkrmax.vol INSTDIR= /opt/freecalypso/aud-fcdev3b all: ${BINFILES} mcsi.cfg: mcsi.src tiaud-compile $< $@ mcsi.vol: Makefile tiaud-mkvol 150 $@ spkrmax.cfg: spkrmax.src tiaud-compile $< $@ spkrmax.vol: Makefile tiaud-mkvol 200 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol