1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/kinetis_common/Makefile

10 lines
175 B
Makefile
Raw Normal View History

# 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