from building import * src = [] cwd = GetCurrentDir() include_path = [cwd] if GetDepend('LORA_RADIO_DRIVER_USING_LORA_RADIO_TESTER'): src += Glob('lora-radio-tester/lora-radio-tester.c') group = DefineGroup('lora-radio-driver/sample', src, depend = ['PKG_USING_LORA_RADIO_DRIVER'], CPPPATH = include_path) Return('group')