FreeCalypso > hg > fc-audio-config
view aud-gtamodem/Makefile @ 11:46f49aa6ab8c
aud-fcdev3b: new spkr0 config with AEC and mic tuning
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Oct 2021 04:12:55 +0000 |
parents | 1d6b649d8b08 |
children |
line wrap: on
line source
BINFILES= para0.cfg para0.vol INSTDIR= /opt/freecalypso/aud-gtamodem all: ${BINFILES} para0.cfg: para0.src tiaud-compile $< $@ para0.vol: Makefile tiaud-mkvol 150 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol