summaryrefslogtreecommitdiff
path: root/hw/bsp/esp32s2
diff options
context:
space:
mode:
authorgraham sanderson <[email protected]>2021-06-01 09:09:25 -0500
committergraham sanderson <[email protected]>2021-06-01 09:09:25 -0500
commit6e29bf6e54ce08edb2ad5936805af0746639ff39 (patch)
tree8a05a2310e650587b4a513a823e60145de3d2137 /hw/bsp/esp32s2
parent8782d0b8df507a0d2e1f7a12a27a76d50e0d4477 (diff)
rename family.cmake to family_common.cmake
Diffstat (limited to 'hw/bsp/esp32s2')
-rw-r--r--hw/bsp/esp32s2/family.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/esp32s2/family.cmake b/hw/bsp/esp32s2/family.cmake
index 02957fa1d..9eb1627a1 100644
--- a/hw/bsp/esp32s2/family.cmake
+++ b/hw/bsp/esp32s2/family.cmake
@@ -7,4 +7,4 @@ set(SUPPORTED_TARGETS esp32s2)
# include basic family CMake functionality
set(FAMILY_MCUS ESP32S2)
-include(${CMAKE_CURRENT_LIST_DIR}/../family.cmake)
+include(${CMAKE_CURRENT_LIST_DIR}/../family_common.cmake)