diff options
Diffstat (limited to 'software/performance_counters/Makefile')
-rw-r--r-- | software/performance_counters/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/software/performance_counters/Makefile b/software/performance_counters/Makefile deleted file mode 100644 index eb3e8f1..0000000 --- a/software/performance_counters/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -TARGET = performance_counters -C_SRCS += performance_counters.c -CFLAGS += -O2 -fno-builtin-printf - -BSP_BASE = ../../bsp -include $(BSP_BASE)/env/common.mk |