summaryrefslogtreecommitdiff
path: root/users/drashna/rules.mk
blob: e2c5a2995b9997dd020b26c4bcae77eef354a933 (plain)
1
2
3
4
5
6
7
8
9
10
11
SRC += drashna.c
EXTRAFLAGS        += -flto

ifeq ($(strip $(NO_SECRETS)), yes)
    OPT_DEFS += -DNO_SECRETS
endif

ifeq ($(strip $(INDICATOR_LIGHTS)), yes)
    OPT_DEFS += -DINDICATOR_LIGHTS
endif