rt-thread/bsp/imx/imx6ull-smart/libraries/sdk/CORTEXA/SConscript

11 lines
169 B
Python
Raw Normal View History

from building import *
cwd = GetCurrentDir()
src = []
path = [cwd + '/Include']
group = DefineGroup('libraries', src, depend = [''], CPPPATH = path)
Return('group')