# HG changeset patch # User Mychaela Falconia # Date 1636186996 0 # Node ID ee565d95164c81fcaf9182fbcfaa3d7952a07bbb # Parent ebdb8d68e157653a67c9193eabd197aef3a367d3 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. diff -r ebdb8d68e157 -r ee565d95164c aud-caramel/Makefile --- a/aud-caramel/Makefile Sat Nov 06 04:28:43 2021 +0000 +++ b/aud-caramel/Makefile Sat Nov 06 08:23:16 2021 +0000 @@ -1,8 +1,14 @@ -BINFILES= hds4.cfg hds4.vol +BINFILES= handheld.cfg handheld.vol hds4.cfg hds4.vol INSTDIR= /opt/freecalypso/aud-caramel all: ${BINFILES} +handheld.cfg: hds4.src + tiaud-compile $< $@ + +handheld.vol: Makefile + tiaud-mkvol 150 $@ + hds4.cfg: hds4.src tiaud-compile $< $@