diff options
author | Megan Wachs <megan@sifive.com> | 2017-03-01 12:12:05 -0800 |
---|---|---|
committer | Megan Wachs <megan@sifive.com> | 2017-03-01 12:12:05 -0800 |
commit | 7e9363b050a0eb593e83c16a288a4b08664b93ce (patch) | |
tree | dfaa6fccb78e7aefa914dc27ee6a671a26ceee79 /software/performance_counters/Makefile | |
parent | b7c778c4e0b26e719226053a204142c0cb54dd4b (diff) |
Add a 'performance counters' demo.
Diffstat (limited to 'software/performance_counters/Makefile')
-rw-r--r-- | software/performance_counters/Makefile | 6 |
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 |