diff options
author | Joel Challis <git@zvecr.com> | 2021-10-17 22:37:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-17 22:37:48 +0100 |
commit | bd2f8ab88a8d1598cde47d3238ae8a49f1d7fbf9 (patch) | |
tree | d029505cd77fbf9a549017dbe28ef181632c226b /build_keyboard.mk | |
parent | bb80b2a40cd37042b25c721033c531f8c8d0cb16 (diff) |
Infer more when building features (#13890)
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 6910458532..36807911d8 100644 --- a/build_keyboard.mk +++ b/build_keyboard.mk @@ -399,6 +399,7 @@ VPATH += $(KEYBOARD_PATHS) VPATH += $(COMMON_VPATH) include common_features.mk +include generic_features.mk include $(TMK_PATH)/protocol.mk include $(TMK_PATH)/common.mk include bootloader.mk |