aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-05-09 20:26:47 +1200
committerDavid Phillips <david@yeah.nah.nz>2021-05-09 20:27:23 +1200
commit690ba570a2108987bbdf4aa4d73242300e55cd2d (patch)
treebb1f16e7efea7e8e0f9814ebe91f121866f5ecaf /Makefile
parent270c973f4b752e6bf9e977556d37aa61b73135b7 (diff)
downloadcds9k-690ba570a2108987bbdf4aa4d73242300e55cd2d.tar.xz
Add driver for PWM LED block
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e49ff6..dd7ef7c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
obj-m := cds9k-mfd-spi.o
obj-m += cds9k-gpio.o
+obj-m += cds9k-led.o
SRC := $(shell pwd)