summaryrefslogtreecommitdiff
path: root/src/app/ws2812b_dmap/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ws2812b_dmap/Makefile.inc')
-rw-r--r--src/app/ws2812b_dmap/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/ws2812b_dmap/Makefile.inc b/src/app/ws2812b_dmap/Makefile.inc
index ce0a386..a515d32 100644
--- a/src/app/ws2812b_dmap/Makefile.inc
+++ b/src/app/ws2812b_dmap/Makefile.inc
@@ -1,2 +1,4 @@
-loop ?= 1
-arch_drivers += ,stdin,neopixel
+ifdef app
+ override loop = 1
+ override arch_drivers += ,stdin,neopixel
+endif