You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
457 B

#
# Power Test TCM Nanoapp Makefile
#
# Nanoapp Configuration ########################################################
NANOAPP_NAME = power_test_tcm
NANOAPP_ID = 0x0123456789000010
NANOAPP_NAME_STRING = \"Power\ Test\ TCM\"
# Common Compiler Flags ########################################################
COMMON_CFLAGS += -DCHRE_TCM_BUILD
# Makefile Includes ############################################################
include ../common/power_test.mk