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


# include the target definition here to know which libs to link to
LOCAL_MODULE_DEPENDS := \
		platform/base/rtos/portable \
		platform/base/rtos/common \
		platform/base/rtos/user \

# list all modules APIs that are neccessary to compile this module
LOCAL_API_DEPENDS    := \

# This is a top-level module.
IS_TOP_LEVEL := yes
## ------------------------------------- ##
##	List all your sources here           ##
## ------------------------------------- ##

## ------------------------------------- ##
##  Do Not touch below this line         ##
## ------------------------------------- ##
include ${SOFT_WORKDIR}/env/compilation/make_rules.mk
