Skip to content

Commit c3c481c

Browse files
authored
Add CONFIG_XUANTIE_SVPBMT to CFLAGS
1 parent ac6dc19 commit c3c481c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bsp/cvitek/cv18xx_risc-v/rtconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
LFLAGS = DEVICE + ' -nostartfiles -Wl,--gc-sections,-Map=rtthread.map,-cref,-u,_start -T link.lds.generated' + ' -lsupc++ -lgcc -static'
4747
CPATH = ''
4848
LPATH = ''
49+
CFLAGS += ' -DCONFIG_XUANTIE_SVPBMT '
4950

5051
if BUILD == 'debug':
5152
CFLAGS += ' -O0 -ggdb'

0 commit comments

Comments
 (0)