summaryrefslogtreecommitdiffstats
path: root/baseline/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'baseline/Makefile')
-rw-r--r--baseline/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/baseline/Makefile b/baseline/Makefile
index a929bc6..dad45a0 100644
--- a/baseline/Makefile
+++ b/baseline/Makefile
@@ -3,6 +3,7 @@ CC ?= gcc
3override CFLAGS = -pthread -O2 -I.. 3override CFLAGS = -pthread -O2 -I..
4LDFLAGS = -lrt 4LDFLAGS = -lrt
5COMMON = ../extra.h 5COMMON = ../extra.h
6$(shell mkdir -p bin)
6 7
7# Handle cases where we're also profiling with the MMDC on the i.MX6Q 8# Handle cases where we're also profiling with the MMDC on the i.MX6Q
8ifneq ($(shell grep "define MMDC 1" ../extra.h),) 9ifneq ($(shell grep "define MMDC 1" ../extra.h),)