diff options
| author | Joel Challis | 2021-08-03 19:49:33 +0200 |
|---|---|---|
| committer | GitHub | 2021-08-03 19:49:33 +0200 |
| commit | 34de7ca224d613e1ae19a45860e27c15d40254dd (patch) | |
| tree | 3176aa05dd5175ae1a7a56b5b881fc89c1aa18ef /build_test.mk | |
| parent | 3f419dc872d3ab61d129c644e114f62fd738e9d6 (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.mk | 2 |
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) |