summaryrefslogtreecommitdiff
path: root/src/app/ws2812b_uart/Makefile.inc
blob: 643d85eead5603cb315d7dbcb46eabcf1e492e48 (plain)
1
2
3
4
5
6
7
8
9
10
# vim:ft=make
#
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0

ifdef app
	CONFIG_loop = y
	override arch_drivers += ,stdin,neopixel
endif