SConscript 263 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 # SConscript for touch framework from building import * cwd = GetCurrentDir() src = ['touch.c'] CPPPATH = [cwd, cwd + '/../include'] group = DefineGroup('DeviceDrivers', src, depend = ['RT_USING_TOUCH', 'RT_USING_DEVICE'], CPPPATH = CPPPATH) Return('group')