From b57dbc54291543e817dcb41c2873260875ca86b9 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 3 Feb 2021 22:40:06 +0000 Subject: [PATCH] samd: enable new port file --- lib/sam/d/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sam/d/Makefile b/lib/sam/d/Makefile index 380ade30..e184cc28 100644 --- a/lib/sam/d/Makefile +++ b/lib/sam/d/Makefile @@ -31,6 +31,8 @@ TGT_CFLAGS += $(STANDARD_FLAGS) ARFLAGS = rcs OBJS = +OBJS += port.o + VPATH += ../../cm3:../common include ../../Makefile.include