diff options
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 |