summaryrefslogtreecommitdiff
path: root/software/performance_counters/Makefile
blob: eb3e8f1bb0828ca5daaa503da66f36544d1da3f6 (plain)
1
2
3
4
5
6
TARGET = performance_counters
C_SRCS += performance_counters.c
CFLAGS += -O2 -fno-builtin-printf

BSP_BASE = ../../bsp
include $(BSP_BASE)/env/common.mk