diff options
| author | Joel Challis <git@zvecr.com> | 2021-10-28 01:07:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-28 01:07:53 +0100 |
| commit | b780c797beb726839e99e3f4054f9b4c33331cdc (patch) | |
| tree | 019aed772e8204149727afb0841f9043a7084eda /Makefile | |
| parent | 6c507afcf212165dd5f3c3f6c026b517295c5090 (diff) | |
| download | qmk_firmware-b780c797beb726839e99e3f4054f9b4c33331cdc.tar.gz qmk_firmware-b780c797beb726839e99e3f4054f9b4c33331cdc.zip | |
Migrate makefile utilities to sub-directory (#14917)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -425,7 +425,8 @@ define SET_SILENT_MODE | |||
| 425 | endif | 425 | endif |
| 426 | endef | 426 | endef |
| 427 | 427 | ||
| 428 | include $(ROOT_DIR)/message.mk | 428 | include paths.mk |
| 429 | include $(BUILDDEFS_PATH)/message.mk | ||
| 429 | 430 | ||
| 430 | ifeq ($(strip $(BREAK_ON_ERRORS)), yes) | 431 | ifeq ($(strip $(BREAK_ON_ERRORS)), yes) |
| 431 | HANDLE_ERROR = exit 1 | 432 | HANDLE_ERROR = exit 1 |
