diff options
| author | Takeshi ISHII | 2019-07-16 07:45:31 +0200 |
|---|---|---|
| committer | skullydazed | 2019-07-16 07:45:31 +0200 |
| commit | 0f95c0865cec9cefde37dcb1bca32360a6741f0d (patch) | |
| tree | eba1e273bdb908bd59e98179b957ce8d78733742 /build_keyboard.mk | |
| parent | 3538955778c253e68779605cc67c27e15d195729 (diff) | |
add 'objs-size' target into tmk_core/avr.mk (#5490)
Diffstat (limited to 'build_keyboard.mk')
| -rw-r--r-- | build_keyboard.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_keyboard.mk b/build_keyboard.mk index 0e3c5ea235..b086420653 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk @@ -398,6 +398,7 @@ $(KEYBOARD_OUTPUT)_CONFIG := $(PROJECT_CONFIG) all: build check-size build: elf cpfirmware check-size: build +objs-size: build include show_options.mk include $(TMK_PATH)/rules.mk |