summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/Makefile')
-rw-r--r--src/target/firmware/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/target/firmware/Makefile b/src/target/firmware/Makefile
index 0f4120f9..99a07063 100644
--- a/src/target/firmware/Makefile
+++ b/src/target/firmware/Makefile
@@ -84,7 +84,7 @@ BOARD_se_j100_ENVIRONMENTS=$(compal_COMMON_ENVIRONMENTS)
#
# List of all applications (meant to be overridden on command line)
-APPLICATIONS?=hello_world compal_dsp_dump layer1 loader rssi menu
+APPLICATIONS?=hello_world compal_dsp_dump layer1 loader rssi menu trx
# Applications specific env requirements
APP_loader_ENVIRONMENTS=compalram highram
@@ -105,6 +105,8 @@ ANY_APP_LIBS+= calypso/libcalypso.a \
../../shared/libosmocore/build-target/src/.libs/libosmocore.a \
../../shared/libosmocore/build-target/src/gsm/.libs/libosmogsm.a
+# Applications specific rules
+-include apps/trx/Makefile
#
# Build rules