rt-thread-official/components/SConscript

11 lines
176 B
Python
Raw Normal View History

# for module compile
Import('env')
Import('rtconfig')
# build each components
# build each modules
SConscript('hello/SConscript')
SConscript('thread/SConscript')