You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
352 B

  1. SRC += konstantin.c
  2. ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
  3. SRC += rgb.c
  4. endif
  5. RGB_MATRIX_ENABLE ?= no
  6. ifneq ($(strip $(RGB_MATRIX_ENABLE)), no)
  7. SRC += rgb.c
  8. endif
  9. ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
  10. SRC += tap_dance.c
  11. endif
  12. ifneq (,$(filter yes,$(UNICODE_ENABLE) $(UNICODEMAP_ENABLE)))
  13. SRC += unicode.c
  14. endif
  15. EXTRAFLAGS += -flto