diff options
| author | Nick Brassel | 2025-05-19 01:22:31 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-19 01:22:31 +0200 |
| commit | a4ef1ae736cd58375affed966cf1399fe8df5774 (patch) | |
| tree | e44dfc10fb79960bbe4c0e34c2b9130924cbc16f /Makefile | |
| parent | 81355045cc7a59238485d340724a01f6d1d5d537 (diff) | |
gcc15 AVR compilation fixes (#25238)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |