blob: 0e75a71c8feef450c83769f73090a244bfd284f4 [file] [log] [blame]
Christophe Favergeon53f828f2019-03-25 13:42:44 +01001CMSISDSP = 1
2
3ROOT=".."
4
5config = CMSISDSP
6
7if config == CMSISDSP:
8 extensionName = 'cmsisdsp'
9 setupName = 'CMSISDSP'
10 setupDescription = 'CMSIS-DSP Python API'
11 cflags="-DCMSISDSP"
12