summaryrefslogtreecommitdiff
path: root/hw/bsp/stm32c0
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-02 11:02:37 +0700
committerhathach <[email protected]>2025-07-02 11:03:50 +0700
commita42184b6fec468e8524b1f1152bed4285a79cfc7 (patch)
treedd914c18806e2470172f530310f3826d3b1838c2 /hw/bsp/stm32c0
parent0d6cb38163692fa8795d75b8eda9454c579bea4a (diff)
remove legacy DEPS_SUBMODULES in make
Diffstat (limited to 'hw/bsp/stm32c0')
-rw-r--r--hw/bsp/stm32c0/family.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/stm32c0/family.mk b/hw/bsp/stm32c0/family.mk
index 9ff3a2fdf..bdb34454e 100644
--- a/hw/bsp/stm32c0/family.mk
+++ b/hw/bsp/stm32c0/family.mk
@@ -1,6 +1,4 @@
ST_FAMILY = c0
-DEPS_SUBMODULES += lib/CMSIS_5 hw/mcu/st/cmsis_device_$(ST_FAMILY) hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver
-
ST_CMSIS = hw/mcu/st/cmsis_device_$(ST_FAMILY)
ST_HAL_DRIVER = hw/mcu/st/stm32$(ST_FAMILY)xx_hal_driver