4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 04:43:30 +08:00
2015-08-09 09:36:12 +08:00

17 lines
232 B
Makefile

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