mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #15367 from leandrolanzieri/pr/stm32/vendor_submake
cpu/stm32/vendor: use submake to fetch CMSIS headers
This commit is contained in:
commit
183996a2e0
@ -63,7 +63,7 @@ INCLUDES += -I$(STM32CMSIS_INCLUDE_DIR)
|
||||
# the time to ensure it's correctly updated when versions in the packages are
|
||||
# updated.
|
||||
$(STM32FAM_INCLUDE_FILE): FORCE
|
||||
$(Q)make -C $(RIOTCPU)/stm32/include/vendor
|
||||
$(Q)+$(MAKE) -C $(RIOTCPU)/stm32/include/vendor
|
||||
|
||||
# The vectors source file requires the family headers to be fetched before since
|
||||
# it's generated from the CMSIS content
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user