summaryrefslogtreecommitdiffstats
path: root/build_keyboard.mk
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-02-05 12:32:31 +1100
committerGitHub <noreply@github.com>2022-02-04 17:32:31 -0800
commite987ce16525137efb50ce02a6552384851b49f88 (patch)
tree7d884608e7913d8f4c95c088d4fa6c7108c3aeef /build_keyboard.mk
parent45406c0ca2649a16e28ce1020adb5fb8588220ca (diff)
Standardise error output. (#16220)
Diffstat (limited to 'build_keyboard.mk')
-rw-r--r--build_keyboard.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk
index 80c295d9be..f727760465 100644
--- a/build_keyboard.mk
+++ b/build_keyboard.mk
@@ -140,7 +140,7 @@ ifeq ("$(wildcard $(KEYMAP_PATH))", "")
# If we haven't found a keymap yet fall back to community layouts
include build_layout.mk
else
- $(error Could not find keymap)
+ $(call CATASTROPHIC_ERROR,Invalid keymap,Could not find keymap)
# this state should never be reached
endif
endif