rules.mk 238 B

123456789
  1. VPATH += $(USER_PATH)/$(PLATFORM_PATH)
  2. VPATH += $(USER_PATH)/$(PLATFORM_PATH)/$(PLATFORM_KEY)
  3. CUSTOM_MATRIX_DELAY = on-demand
  4. ifneq ($(strip $(USROPT)),)
  5. include $(USER_PATH)/user_options.mk
  6. endif
  7. include $(USER_PATH)/user_featues.mk