summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2024-08-12 23:25:29 +1000
committerGitHub <noreply@github.com>2024-08-12 23:25:29 +1000
commitdccada95aaad475ebe6da5d98fd0e2b428b19034 (patch)
treecee78bd4091c4b667f83c5f48d447ee6db85a48d
parent380e0c9cad72ac29f858bef85c8b8eb35b6931f0 (diff)
Remove debugging prints. (#24271)
-rw-r--r--builddefs/build_keyboard.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/builddefs/build_keyboard.mk b/builddefs/build_keyboard.mk
index e6bb1bcb5b..8427573181 100644
--- a/builddefs/build_keyboard.mk
+++ b/builddefs/build_keyboard.mk
@@ -35,15 +35,12 @@ endif
35 35
36# Force expansion 36# Force expansion
37override TARGET := $(TARGET) 37override TARGET := $(TARGET)
38$(info TARGET=$(TARGET))
39 38
40ifneq ($(FORCE_LAYOUT),) 39ifneq ($(FORCE_LAYOUT),)
41 override TARGET := $(TARGET)_$(FORCE_LAYOUT) 40 override TARGET := $(TARGET)_$(FORCE_LAYOUT)
42 $(info TARGET=$(TARGET))
43endif 41endif
44ifneq ($(CONVERT_TO),) 42ifneq ($(CONVERT_TO),)
45 override TARGET := $(TARGET)_$(CONVERT_TO) 43 override TARGET := $(TARGET)_$(CONVERT_TO)
46 $(info TARGET=$(TARGET))
47endif 44endif
48 45
49# Object files and generated keymap directory 46# Object files and generated keymap directory