Browse Source

Fix file size check for parallel make (#5012)

zvecr 6 years ago
parent
commit
4082d880bc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build_keyboard.mk

+ 1 - 0
build_keyboard.mk

@@ -369,5 +369,6 @@ $(KEYBOARD_OUTPUT)_CONFIG := $(PROJECT_CONFIG)
 # Default target.
 all: build check-size
 build: elf cpfirmware
+check-size: build
 
 include $(TMK_PATH)/rules.mk