aboutsummaryrefslogtreecommitdiff
path: root/users/ibnuda/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'users/ibnuda/rules.mk')
-rw-r--r--users/ibnuda/rules.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/ibnuda/rules.mk b/users/ibnuda/rules.mk
index 1cf315ebe..c4b096c4a 100644
--- a/users/ibnuda/rules.mk
+++ b/users/ibnuda/rules.mk
@@ -1,14 +1,8 @@
1COMBO_ENABLE = yes 1COMBO_ENABLE = yes
2COMMAND_ENABLE = yes
3CONSOLE_ENABLE = yes 2CONSOLE_ENABLE = yes
4TAP_DANCE_ENABLE = yes
5 3
6SRC += ibnuda.c 4SRC += ibnuda.c
7 5
8ifeq ($(strip $(TAP_DANCE_ENABLE)), yes)
9 SRC += tapdance.c
10endif
11
12ifeq ($(strip $(COMBO_ENABLE)), yes) 6ifeq ($(strip $(COMBO_ENABLE)), yes)
13 SRC += combo.c 7 SRC += combo.c
14endif 8endif