SConscript 228 B

12345678910
  1. from building import *
  2. import rtconfig
  3. cwd = GetCurrentDir()
  4. src = Glob('src/*.c')
  5. path = [cwd]
  6. group = DefineGroup('get_irq_priority', src, depend = ['PKG_USING_GET_IRQ_PRIORITY'], CPPPATH = path)
  7. Return('group')