summaryrefslogtreecommitdiff
path: root/builddefs/bootloader.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 /builddefs/bootloader.mk
parent45406c0ca2649a16e28ce1020adb5fb8588220ca (diff)
Standardise error output. (#16220)
Diffstat (limited to 'builddefs/bootloader.mk')
-rw-r--r--builddefs/bootloader.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddefs/bootloader.mk b/builddefs/bootloader.mk
index 56ef7ff5d8..226213297e 100644
--- a/builddefs/bootloader.mk
+++ b/builddefs/bootloader.mk
@@ -204,5 +204,5 @@ ifeq ($(strip $(BOOTLOADER)), md-boot)
endif
ifeq ($(strip $(BOOTLOADER_TYPE)),)
- $(error No bootloader specified. Please set an appropriate 'BOOTLOADER' in your keyboard's 'rules.mk' file)
+ $(call CATASTROPHIC_ERROR,Invalid BOOTLOADER,No bootloader specified. Please set an appropriate 'BOOTLOADER' in your keyboard's 'rules.mk' file.)
endif