Skip to content

Fixed casing of Crypto folder in Makefile#1

Open
faijdherbe wants to merge 1 commit into
dragino:mainfrom
faijdherbe:makefile
Open

Fixed casing of Crypto folder in Makefile#1
faijdherbe wants to merge 1 commit into
dragino:mainfrom
faijdherbe:makefile

Conversation

@faijdherbe

Copy link
Copy Markdown

On case-sensitive filesystems like ext4 the folder $(wildcard $(TREMO_SDK_PATH)/Middlewares/LoRa/system/crypto/ does not exist, as it is actually called Crypto instead of crypto. This causes the builds to fail.

By renaming the path in the Makefile builds succeeded again.

On case sensitive filesystems the makefile fails to include the
correct paths due to a mismatch in case. (crypto vs. Crypto)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant