Some checks failed
Automatic Approve / automatic_approve (push) Has been cancelled
8 lines
161 B
Makefile
8 lines
161 B
Makefile
LANGUAGE_DIR = common/language
|
|
SRC += \
|
|
$(LANGUAGE_DIR)/language.c \
|
|
|
|
VPATH += $(TOP_DIR)/keyboards/keychron/$(LANGUAGE_DIR)
|
|
|
|
OPT_DEFS += -DLANGUAGE_ENABLE
|