1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/kw41z: move boards common kw41z to specific boards

usb-kw41z and frdm-kw41z are affected by this change.
This commit is contained in:
Alexandre Abadie 2019-06-03 13:06:01 +02:00
parent 0d090ad7cb
commit 13c89b5feb
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,6 @@ export CPU_MODEL = mkw41z512vht4
# include this module into the build
INCLUDES += -I$(RIOTBOARD)/common/kw41z/include
USEMODULE += boards_common_kw41z
# This board comes with OpenSDA configured for JLink compatibility
DEBUG_ADAPTER ?= jlink

View File

@ -1 +1,4 @@
# This board uses the shared board_init function
USEMODULE += boards_common_kw41z
include $(RIOTBOARD)/common/kw41z/Makefile.include

View File

@ -1 +1,4 @@
# This board uses the shared board_init function
USEMODULE += boards_common_kw41z
include $(RIOTBOARD)/common/kw41z/Makefile.include