Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add target 'check-md5' to build_keyboard.mk #11338

Merged
merged 8 commits into from
Dec 31, 2020
Merged
Prev Previous commit
Next Next commit
Update tmk_core/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
mtei and fauxpark authored Dec 30, 2020
commit 78d22818e622712d56124833b03d8aac9bdfd8ae
4 changes: 2 additions & 2 deletions tmk_core/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,9 @@ check-size:
$(SILENT) || echo "(Firmware size check does not yet support $(MCU) microprocessors; skipping.)"
endif

MD5SUM_CMD = md5sum
MD5SUM ?= md5sum
ifneq ($(filter Darwin FreeBSD,$(shell uname -s)),)
MD5SUM_CMD = md5
MD5SUM = md5
endif

check-md5:
Expand Down