Skip to content

Commit

Permalink
Fix CMAKE_FLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei-grovety committed Jan 17, 2023
1 parent 2fafcc2 commit e27a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/aot/corstone300.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ PKG_CFLAGS = ${PKG_COMPILE_OPTS} \
-I${CMSIS_NN_PATH}/Include \
-I${CMSIS_PATH}/CMSIS/DSP/Include \
-isystem$(STANDALONE_CRT_DIR)/include
CMAKE_FLAGS = -DCMAKE_TOOLCHAIN_FILE=$(ETHOSU_TEST_ROOT)/arm-none-eabi-gcc.cmake \
CMAKE_FLAGS = -DCMAKE_TOOLCHAIN_FILE=${TVM_ROOT}/tests/python/contrib/test_ethosu/reference_system/arm-none-eabi-gcc.cmake \
-DCMAKE_SYSTEM_PROCESSOR=cortex-m55

PKG_LDFLAGS = -lm -specs=nosys.specs -static -T ${AOT_TEST_ROOT}/corstone300.ld
Expand Down

0 comments on commit e27a6bd

Please sign in to comment.