mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
- 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
|