diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-07-12 19:37:50 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-07-12 21:44:01 -0400 |
commit | b7bc96c3b298a1efd36a38e20f49ce61c90f3d97 (patch) | |
tree | 3270d066a6836b1258e05892bf877854adda0c19 /src/Makefile | |
parent | 977d0cf7117cb04902a2189321f2e40a20f9488b (diff) | |
download | kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.tar.gz kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.tar.xz kutter-b7bc96c3b298a1efd36a38e20f49ce61c90f3d97.zip |
neopixel: Add initial support for "neopixel" leds
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index c838e911..2eff8a93 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,4 +7,4 @@ src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c thermocouple.c src-$(CONFIG_HAVE_GPIO_I2C) += i2ccmds.c src-$(CONFIG_HAVE_GPIO_HARD_PWM) += pwmcmds.c src-$(CONFIG_HAVE_GPIO_BITBANGING) += lcd_st7920.c lcd_hd44780.c buttons.c \ - tmcuart.c spi_software.c + tmcuart.c spi_software.c neopixel.c |