11 lines
266 B
Makefile
11 lines
266 B
Makefile
NANOAPP_NAME := do_nothing
|
|
NANOAPP_SRC_FILES := do_nothing.cc
|
|
|
|
NANOAPP_ID := 0x476f6f6754fffffd
|
|
NANOAPP_VERSION := 0x00000001
|
|
NANOAPP_NAME_STRING := \"CHQTS\ Do\ Nothing\"
|
|
|
|
COMMON_CFLAGS += -DNANOAPP_MINIMUM_LOG_LEVEL=CHRE_LOG_LEVEL_DEBUG
|
|
|
|
include ../shared_make.mk
|