From 4092ae3bde946904a9385a809d1c41d31cd72454 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sun, 29 Apr 2018 22:53:17 +0200 Subject: [PATCH] max32630-fthr: fix build / add btstack_crypto --- port/max32630-fthr/example/template/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/port/max32630-fthr/example/template/Makefile b/port/max32630-fthr/example/template/Makefile index cc16a0fbf..1e1d850d1 100644 --- a/port/max32630-fthr/example/template/Makefile +++ b/port/max32630-fthr/example/template/Makefile @@ -146,7 +146,8 @@ COMMON = \ btstack_tlv.o \ btstack_tlv_flash_bank.o \ btstack_stdin_embedded.o \ - + btstack_crypto.o \ + CLASSIC = \ btstack_link_key_db_tlv.o \ rfcomm.o \