FreeCalypso > hg > fc-audio-config
comparison aud-pirelli/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 | aud-minimal/Makefile@677abb56abac |
| children |
comparison
equal
deleted
inserted
replaced
| 7:677abb56abac | 8:74933941ea81 |
|---|---|
| 1 BINFILES= handheld.cfg handheld.vol headset.cfg headset.vol | |
| 2 INSTDIR= /opt/freecalypso/aud-pirelli | |
| 3 | |
| 4 all: ${BINFILES} | |
| 5 | |
| 6 handheld.cfg: handheld.src | |
| 7 tiaud-compile $< $@ | |
| 8 | |
| 9 handheld.vol: Makefile | |
| 10 tiaud-mkvol 150 $@ | |
| 11 | |
| 12 headset.cfg: headset.src | |
| 13 tiaud-compile $< $@ | |
| 14 | |
| 15 headset.vol: Makefile | |
| 16 tiaud-mkvol 150 $@ | |
| 17 | |
| 18 install: ${BINFILES} | |
| 19 mkdir -p ${INSTDIR} | |
| 20 install -c -m 644 ${BINFILES} ${INSTDIR} | |
| 21 | |
| 22 clean: | |
| 23 rm -f *.cfg *.vol |
