## ----------------------------------------------------------- ##
## 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/user


# include the target definition here to know which libs to link to
LOCAL_MODULE_DEPENDS := \

# list all modules APIs that are neccessary to compile this module
LOCAL_API_DEPENDS    := \
				platform/base/rtos/portable/GCC/NDS32 \
				platform/ \
				platform/chip/hal \
				platform/chip/boot/ \
				platform/base/rtos/common

## ------------------------------------- ##
##	List all your sources here           ##
## ------------------------------------- ##
include src/make.srcs
IS_TOP_LEVEL :=
## ------------------------------------- ##
##  Do Not touch below this line         ##
## ------------------------------------- ##
include ${SOFT_WORKDIR}/env/compilation/make_rules.mk
