rt-thread/bsp/imx6sx/iMX6_Platform_SDK/sdk/Makefile

17 lines
232 B
Makefile
Raw Normal View History

2015-08-09 09:36:12 +08:00
include $(SDK_ROOT)/mk/common.mk
# Export the target library name to all child make invocations.
TARGET_LIB_NAME = sdk
export TARGET_LIB_NAME
SUBDIRS = \
drivers \
common \
core \
utility
include $(SDK_ROOT)/mk/targets.mk