aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNick Brassel2025-05-19 01:22:31 +0200
committerGitHub2025-05-19 01:22:31 +0200
commita4ef1ae736cd58375affed966cf1399fe8df5774 (patch)
treee44dfc10fb79960bbe4c0e34c2b9130924cbc16f /Makefile
parent81355045cc7a59238485d340724a01f6d1d5d537 (diff)
gcc15 AVR compilation fixes (#25238)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c68ee7418a..f1e3bf856f 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ ifeq ($(ROOT_DIR),)
endif
include paths.mk
+include $(BUILDDEFS_PATH)/support.mk
TEST_OUTPUT_DIR := $(BUILD_DIR)/test
ERROR_FILE := $(BUILD_DIR)/error_occurred