mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/common/slwstk6000b: cleanup slwrb41* includes
This commit is contained in:
parent
b7783e67a8
commit
22aae93efb
@ -1,7 +1,5 @@
|
||||
include $(RIOTBOARD)/common/slwstk6000b/module-info.mk
|
||||
|
||||
INCLUDES += -I$(RIOTBOARD)/common/slwstk6000b/include
|
||||
# add module specific includes
|
||||
# add BOARD_MODULE specific includes
|
||||
INCLUDES += -I$(RIOTBOARD)/common/slwstk6000b/modules/$(BOARD_MODULE)/include
|
||||
|
||||
# set default port depending on operating system
|
||||
@ -12,7 +10,8 @@ PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
||||
include $(RIOTMAKE)/tools/serial.inc.mk
|
||||
|
||||
# setup JLink for flashing
|
||||
export JLINK_DEVICE := $(MODULE_JLINK_DEVICE)
|
||||
include $(RIOTBOARD)/common/slwstk6000b/slwstk6000b.info.mk
|
||||
export JLINK_DEVICE = $(word 2, $(SLWSTK6000B_MOTHERBOARD_VARS_$(BOARD_MODULE)))
|
||||
|
||||
# include board common
|
||||
include $(RIOTBOARD)/common/silabs/Makefile.include
|
||||
|
@ -1,3 +1 @@
|
||||
BOARD_MODULE = slwrb4150a
|
||||
|
||||
include $(RIOTBOARD)/common/slwstk6000b/Makefile.include
|
||||
|
@ -1,3 +1 @@
|
||||
BOARD_MODULE = slwrb4162a
|
||||
|
||||
include $(RIOTBOARD)/common/slwstk6000b/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user