diff --git a/components/maix/Kconfig b/components/maix/Kconfig index e69de29b..aec45d2d 100644 --- a/components/maix/Kconfig +++ b/components/maix/Kconfig @@ -0,0 +1,5 @@ +config BUILD_WITH_MAIXPY + bool "Used to indicate that maixpy ​​is compiling" + default y + help + application code can use this macro to do special process when compiling MaixPy.