diff options
author | Joel Challis <git@zvecr.com> | 2022-11-21 02:03:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 02:03:38 +0000 |
commit | fe577daf966f34ae056f685c5a260473635c5ec8 (patch) | |
tree | 3f1a27d5a5ff4b0722d19317796e0d0d5fd22bbf /Makefile | |
parent | e451703680a10322b7a6e74d1e3778f1776fb561 (diff) |
Remove .noci functionality (#19122)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ endef # if we are going to compile all keyboards, match the rest of the rule # for each of them define PARSE_ALL_KEYBOARDS - $$(eval $$(call PARSE_ALL_IN_LIST,PARSE_KEYBOARD,$(shell util/list_keyboards.sh noci | sort -u))) + $$(eval $$(call PARSE_ALL_IN_LIST,PARSE_KEYBOARD,$(shell util/list_keyboards.sh | sort -u))) endef # Prints a list of all known keymaps for the given keyboard |