TARGET = STARTKIT
APP_NAME =
XCC_FLAGS = -g -Os -fno-xta-info
USED_MODULES = lib_xassert lib_logging lib_startkit_support
ENABLE_STAGED_BUILD = 0

#=============================================================================
# The following part of the Makefile includes the common build infrastructure
# for compiling XMOS applications. You should not need to edit below here.

XMOS_MAKE_PATH ?= ../..
include $(XMOS_MAKE_PATH)/xcommon/module_xcommon/build/Makefile.common
