comparison 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 677abb56abac
children ebdb8d68e157
comparison
equal deleted inserted replaced
7:677abb56abac 8:74933941ea81
1 SUBDIR= aud-fcdev3b aud-gtamodem aud-minimal 1 SUBDIR= aud-fcdev3b aud-gtamodem aud-minimal aud-pirelli
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}