Skip to content

Commit

Permalink
libtinyaes: fix header installation
Browse files Browse the repository at this point in the history
Remove warning regarding multiple recipes for the same target file.

JIRA: CI-30
  • Loading branch information
nalajcie committed Mar 28, 2024
1 parent 0a59a26 commit a38e329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libtinyaes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a38e329

Please sign in to comment.