From a38e329dccfa1ed8567b76c5df1e03a39d16d51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Bia=C5=82ow=C4=85s?= Date: Thu, 28 Mar 2024 11:26:43 +0100 Subject: [PATCH] libtinyaes: fix header installation Remove warning regarding multiple recipes for the same target file. JIRA: CI-30 --- libtinyaes/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libtinyaes/Makefile b/libtinyaes/Makefile index 3e2e116..aa42781 100644 --- a/libtinyaes/Makefile +++ b/libtinyaes/Makefile @@ -20,6 +20,7 @@ include $(static-lib.mk) ifeq ($(TARGET_SUBFAMILY), stm32l4x6) NAME := libtinyaes-stm32l4 SRCS := $(filter-out $(LOCAL_PATH)aes.c, $(ALL_SRCS)) + LOCAL_HEADERS_DIR := __none # prevent headers re-installation include $(static-lib.mk) endif