2020-05-03 14:35:01 +02:00
|
|
|
MODULE = cpu
|
|
|
|
|
2020-09-28 19:47:41 +02:00
|
|
|
DIRS = $(RIOTCPU)/cortexm_common periph stmclk vectors
|
|
|
|
|
|
|
|
ifneq (,$(filter bootloader_stm32,$(USEMODULE)))
|
|
|
|
DIRS += bootloader
|
|
|
|
endif
|
2020-05-03 14:35:01 +02:00
|
|
|
|
|
|
|
include $(RIOTBASE)/Makefile.base
|