view scripts/mkcomp-test.sh @ 12:be16a5124f86

components/aci-classic: ati_ext sourceset added, should be complete now
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 27 Sep 2016 03:27:40 +0000
parents 352f80da6813
children 6323e661f2ed
line wrap: on
line source

#!/bin/sh

BUILD_DIR=build-sb
GPRS=1
MMI=0
SRVC=1
USE_STR2IND=0

export BUILD_DIR GPRS MMI SRVC USE_STR2IND

exec scripts/mk-component.sh "$@"