summaryrefslogtreecommitdiff
path: root/software/performance_counters/Makefile
diff options
context:
space:
mode:
authorMegan Wachs <megan@sifive.com>2017-03-01 12:12:05 -0800
committerMegan Wachs <megan@sifive.com>2017-03-01 12:12:05 -0800
commit7e9363b050a0eb593e83c16a288a4b08664b93ce (patch)
treedfaa6fccb78e7aefa914dc27ee6a671a26ceee79 /software/performance_counters/Makefile
parentb7c778c4e0b26e719226053a204142c0cb54dd4b (diff)
Add a 'performance counters' demo.
Diffstat (limited to 'software/performance_counters/Makefile')
-rw-r--r--software/performance_counters/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/software/performance_counters/Makefile b/software/performance_counters/Makefile
new file mode 100644
index 0000000..eb3e8f1
--- /dev/null
+++ b/software/performance_counters/Makefile
@@ -0,0 +1,6 @@
+TARGET = performance_counters
+C_SRCS += performance_counters.c
+CFLAGS += -O2 -fno-builtin-printf
+
+BSP_BASE = ../../bsp
+include $(BSP_BASE)/env/common.mk