1#
2# Power Test TCM Nanoapp Makefile
3#
4
5# Nanoapp Configuration ########################################################
6
7NANOAPP_NAME = power_test_tcm
8NANOAPP_ID = 0x0123456789000010
9NANOAPP_NAME_STRING = \"Power\ Test\ TCM\"
10
11# Common Compiler Flags ########################################################
12
13COMMON_CFLAGS += -DCHRE_TCM_BUILD
14
15# Makefile Includes ############################################################
16
17include ../common/power_test.mk