From ae86a1d3ce057dd7ad1f39e0903143377210268c Mon Sep 17 00:00:00 2001 From: Ricky Sheaves Date: Thu, 19 Mar 2026 06:36:05 -0400 Subject: [PATCH] Fix typo in Makefile for LIBDAISY_DIR value In the HothouseExamples repo, the libDaisy submodule directory name is camelCase (rather than all lowercase): * libdaisy (incorrect) * libDaisy (correct) --- architecture/hothouse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/architecture/hothouse/Makefile b/architecture/hothouse/Makefile index 467dfd6e82..fcaa797cc9 100644 --- a/architecture/hothouse/Makefile +++ b/architecture/hothouse/Makefile @@ -4,7 +4,7 @@ USE_DAISYSP_LGPL=1 # Library Locations HOTHOUSE_DIR ?= ../../HothouseExamples -LIBDAISY_DIR ?= $(HOTHOUSE_DIR)/libdaisy +LIBDAISY_DIR ?= $(HOTHOUSE_DIR)/libDaisy DAISYSP_DIR ?= $(HOTHOUSE_DIR)/DaisySP # Sources