## ----------------------------------------------------------- ##
## Don't touch the next line unless you know what you're doing.##
## ----------------------------------------------------------- ##
include ${SOFT_WORKDIR}/env/compilation/make_vars.mk

# Name of the module
LOCAL_NAME := platform/base/rtos/portable/GCC/NDS32

# List of submodules which contain code we need to include in the final lib
LOCAL_MODULE_DEPENDS := \


LOCAL_API_DEPENDS    := \
				platform/ \
				platform/chip/hal \
				platform/base/os-al \
				platform/base/rtos/common \
				platform/chip/boot/ \

include src/make.srcs

# This is a top-level module
IS_TOP_LEVEL :=
## ------------------------------------- ##
##  Do Not touch below this line         ##
## ------------------------------------- ##
include ${SOFT_WORKDIR}/env/compilation/make_rules.mk
