diff options
Diffstat (limited to 'examples/rules.mk')
| -rw-r--r-- | examples/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index e5fbee828..2d86d5c79 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -5,8 +5,9 @@ # Set all as default goal .DEFAULT_GOAL := all -# ESP32-S2 and RP2040 has its own CMake build system +# ESP32-SX and RP2040 has its own CMake build system ifneq ($(FAMILY),esp32s2) +ifneq ($(FAMILY),esp32s3) ifneq ($(FAMILY),rp2040) # --------------------------------------- # GNU Make build system @@ -136,6 +137,7 @@ else endif endif +endif endif # GNU Make # --------------------------------------- |
