aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@yeah.nah.nz>2021-05-16 19:38:05 +1200
committerDavid Phillips <david@yeah.nah.nz>2021-05-16 19:38:05 +1200
commit50af9be8086dda5febc62f2e9f254720180a748b (patch)
tree20b469357acfa8da4572cf761c22c8201e508442 /Makefile
parent9de30f1f92924be479dd3ed07a4638e46a83098b (diff)
downloadcds9k-50af9be8086dda5febc62f2e9f254720180a748b.tar.xz
Add reset driver and consumer for debugging it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dd7ef7c..8dd0872 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
+ccflags-y := -Wall -Werror
obj-m := cds9k-mfd-spi.o
obj-m += cds9k-gpio.o
obj-m += cds9k-led.o
+obj-m += cds9k-reset.o
+obj-m += simple-reset-consumer.o
SRC := $(shell pwd)