mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
27133d25fe
- fixes to cortexm-common - Added ARM CMSIS headers to cortexm_common - thread_exit fixes to cortexm-common - cortexm-common adjusted documentation - cortexm_common added eINT dINT defines for now
6 lines
94 B
Makefile
6 lines
94 B
Makefile
|
|
# define the module that is build
|
|
MODULE = cortexm_common
|
|
|
|
include $(RIOTBASE)/Makefile.base
|