xref: /nrf52832-nimble/drivers/Sconscript (revision 150812a83cab50279bd772ef6db1bfaf255f2c5b)
1Import('RTT_ROOT')
2Import('rtconfig')
3from building import *
4
5cwd     = GetCurrentDir()
6src	= Glob('*.c')
7
8path = [cwd]
9
10group = DefineGroup('drivers', src, depend = [''], CPPPATH = path)
11
12Return('group')