summaryrefslogtreecommitdiff
path: root/build_test.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-08-03 18:49:33 +0100
committerGitHub <noreply@github.com>2021-08-03 18:49:33 +0100
commit34de7ca224d613e1ae19a45860e27c15d40254dd (patch)
tree3176aa05dd5175ae1a7a56b5b881fc89c1aa18ef /build_test.mk
parent3f419dc872d3ab61d129c644e114f62fd738e9d6 (diff)
Move print/debug files to quantum (#12069)
* move print/debug files to quantum * Update comments
Diffstat (limited to 'build_test.mk')
-rw-r--r--build_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_test.mk b/build_test.mk
index 4c09bf0278..b6b8782174 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -63,7 +63,7 @@ endif
$(TEST)_SRC += \
tests/test_common/main.c \
$(LIB_PATH)/printf/printf.c \
- $(COMMON_DIR)/printf.c
+ $(QUANTUM_PATH)/logging/print.c
$(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC)
$(TEST_OBJ)/$(TEST)_INC := $($(TEST)_INC) $(VPATH) $(GTEST_INC)