summaryrefslogtreecommitdiffstats
path: root/all_pairs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/Makefile')
-rw-r--r--all_pairs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/all_pairs/Makefile b/all_pairs/Makefile
index 0042372..f0b284e 100644
--- a/all_pairs/Makefile
+++ b/all_pairs/Makefile
@@ -1,7 +1,7 @@
1LIBLITMUS ?= /media/speedy/litmus/liblitmus 1LIBLITMUS ?= /media/speedy/litmus/liblitmus
2CC ?= gcc 2CC ?= gcc
3CFLAGS = -pthread -O2 -I.. -DPAIRED 3override CFLAGS += -pthread -O2 -I.. -DPAIRED
4LDFLAGS = -lrt 4LDFLAGS += -lrt
5COMMON = ../extra.h 5COMMON = ../extra.h
6 6
7# Handle cases where we're also profiling with the MMDC on the i.MX6Q 7# Handle cases where we're also profiling with the MMDC on the i.MX6Q