aboutsummaryrefslogtreecommitdiff
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)
downloadqmk_firmware-34de7ca224d613e1ae19a45860e27c15d40254dd.tar.gz
qmk_firmware-34de7ca224d613e1ae19a45860e27c15d40254dd.zip
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 4c09bf027..b6b878217 100644
--- a/build_test.mk
+++ b/build_test.mk
@@ -63,7 +63,7 @@ endif
63$(TEST)_SRC += \ 63$(TEST)_SRC += \
64 tests/test_common/main.c \ 64 tests/test_common/main.c \
65 $(LIB_PATH)/printf/printf.c \ 65 $(LIB_PATH)/printf/printf.c \
66 $(COMMON_DIR)/printf.c 66 $(QUANTUM_PATH)/logging/print.c
67 67
68$(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC) 68$(TEST_OBJ)/$(TEST)_SRC := $($(TEST)_SRC)
69$(TEST_OBJ)/$(TEST)_INC := $($(TEST)_INC) $(VPATH) $(GTEST_INC) 69$(TEST_OBJ)/$(TEST)_INC := $($(TEST)_INC) $(VPATH) $(GTEST_INC)