You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
CUSTOM_ONESHOT_ENABLE ?= no
|
|
ifeq ($(strip $(CUSTOM_ONESHOT_ENABLE)), yes)
|
|
SRC += $(USER_PATH)/features/oneshot.c
|
|
OPT_DEFS += -DCUSTOM_ONESHOT_ENABLE
|
|
endif
|