mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dea1676ef6
The ISR names have been changed to match the name of the IRQ number they are servicing.
10 lines
175 B
Makefile
10 lines
175 B
Makefile
# define the module that is build
|
|
MODULE = kinetis_common
|
|
|
|
DIRS += periph
|
|
|
|
# (file triggers compiler bug. see #5775)
|
|
SRC_NOLTO += vectors.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|