utility/profiler/profiler.mk

NAME := apps_utility_profiler
$(NAME)_AUTO_PROTOTYPE := 1
$(NAME)_SOURCES := main.c
# Add the app directory to the global includes so 'app_profiler_definitions.h' is visible to the profiler component
$(NAME)_GLOBAL_INCLUDES := .
# Add the profiler component to the build
# Hint: To this project .mk add:
# $(NAME)_GLOBAL_DEFINES += PROFILER_DISABLED
# to disabling profiling
$(NAME)_REQUIRED_COMPONENTS := components.gecko_os.util.profiler
# Include the webapp resource files
$(NAME)_REQUIRED_COMPONENTS += resources.gecko_os.webapp
$(NAME)_RESOURCE_MANIFEST_PATH := resources/manifest.cfg