1
0
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:
Alexandre Abadie 2020-11-03 16:37:17 +01:00 committed by GitHub
commit 183996a2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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