mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
95e3d202f2
NXP calls the family KW2xD in their material. http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/w-series-wireless-m0-plus-m4:KINETIS_W_SERIES
11 lines
265 B
Makefile
11 lines
265 B
Makefile
# define the module that is build
|
|
MODULE = cpu
|
|
|
|
# add a list of subdirectories, that should also be build
|
|
DIRS = periph $(RIOTCPU)/cortexm_common $(KINETIS_COMMON)
|
|
|
|
# (file triggers compiler bug. see #5775)
|
|
SRC_NOLTO += vectors.c
|
|
|
|
include $(RIOTBASE)/Makefile.base
|