diff options
| author | hathach <[email protected]> | 2025-07-02 11:02:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-02 11:03:50 +0700 |
| commit | a42184b6fec468e8524b1f1152bed4285a79cfc7 (patch) | |
| tree | dd914c18806e2470172f530310f3826d3b1838c2 /hw/bsp/stm32c0 | |
| parent | 0d6cb38163692fa8795d75b8eda9454c579bea4a (diff) | |
remove legacy DEPS_SUBMODULES in make
Diffstat (limited to 'hw/bsp/stm32c0')
| -rw-r--r-- | hw/bsp/stm32c0/family.mk | 2 |
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 |
