blob: a8f76bc7dd1fc3b8112afe02d126e52bebd24977 [file] [log] [blame]
Christophe Favergeon53f828f2019-03-25 13:42:44 +01001CMSISDSP = 1
2
3ROOT=".."
4
5config = CMSISDSP
6
7if config == CMSISDSP:
Christophe Favergeone7de2432021-09-07 13:28:35 +02008 extensionName = 'internal'
Christophe Favergeon53f828f2019-03-25 13:42:44 +01009 setupName = 'CMSISDSP'
10 setupDescription = 'CMSIS-DSP Python API'
11 cflags="-DCMSISDSP"
12