mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c9b371bb7f
- made use common Makefiles - changed name of linkerscript
10 lines
244 B
Makefile
10 lines
244 B
Makefile
export CORTEX = cortex-m0
|
|
|
|
# this CPU implementation doesn't use CMSIS initialisation
|
|
export CFLAGS += -DDONT_USE_CMSIS_INIT
|
|
|
|
# use the hwtimer compatibility module
|
|
USEMODULE += hwtimer_compat
|
|
|
|
include $(RIOTCPU)/Makefile.include.cortex_common
|