From 18bd055226fec4a48cb22918ae624b26a62ecd2e Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Thu, 18 May 2017 19:36:28 +0200 Subject: [PATCH] board: saml21-xpro: make use of shared makefiles/boards/sam0.inc.mk --- boards/saml21-xpro/Makefile.include | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/boards/saml21-xpro/Makefile.include b/boards/saml21-xpro/Makefile.include index c96d71bec7..d705e25f3b 100644 --- a/boards/saml21-xpro/Makefile.include +++ b/boards/saml21-xpro/Makefile.include @@ -3,9 +3,4 @@ export CPU = saml21 export CPU_MODEL = saml21j18a export CFLAGS += -D__SAML21J18A__ -# setup serial terminal -PORT_LINUX ?= /dev/ttyACM0 -include $(RIOTMAKE)/tools/serial.inc.mk - -# this board uses openocd -include $(RIOTMAKE)/tools/openocd.inc.mk +include $(RIOTMAKE)/boards/sam0.inc.mk