4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 01:23:30 +08:00

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