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:
parent
0d090ad7cb
commit
13c89b5feb
@ -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
|
||||
|
@ -1 +1,4 @@
|
||||
# This board uses the shared board_init function
|
||||
USEMODULE += boards_common_kw41z
|
||||
|
||||
include $(RIOTBOARD)/common/kw41z/Makefile.include
|
||||
|
@ -1 +1,4 @@
|
||||
# This board uses the shared board_init function
|
||||
USEMODULE += boards_common_kw41z
|
||||
|
||||
include $(RIOTBOARD)/common/kw41z/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user