mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 01:23:30 +08:00
17 lines
232 B
Makefile
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
|