summaryrefslogtreecommitdiffstats
path: root/users/cameronjlarsen/rules.mk
blob: 59d14ca61f955c943f02153c547cd1e61a0d1d38 (plain)
1
2
3
4
5
CUSTOM_ONESHOT_ENABLE ?= no
ifeq ($(strip $(CUSTOM_ONESHOT_ENABLE)), yes)
    SRC += $(USER_PATH)/features/oneshot.c
    OPT_DEFS += -DCUSTOM_ONESHOT_ENABLE
endif