summaryrefslogtreecommitdiff
path: root/software/demo_gpio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'software/demo_gpio/Makefile')
-rw-r--r--software/demo_gpio/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/software/demo_gpio/Makefile b/software/demo_gpio/Makefile
new file mode 100644
index 0000000..5f201a2
--- /dev/null
+++ b/software/demo_gpio/Makefile
@@ -0,0 +1,9 @@
+#See LICENSE for license details.
+
+TARGET=demo_gpio
+CFLAGS += -g
+CDEFINES += -DUSE_PLIC -DUSE_M_TIME
+
+SWDIR = ../
+
+include $(SWDIR)/shared/Makefile.shared