diff options
Diffstat (limited to 'all_pairs/Makefile')
| -rw-r--r-- | all_pairs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all_pairs/Makefile b/all_pairs/Makefile index 592db70..6405df0 100644 --- a/all_pairs/Makefile +++ b/all_pairs/Makefile | |||
| @@ -3,6 +3,7 @@ CC ?= gcc | |||
| 3 | override CFLAGS += -pthread -O2 -I.. -DPAIRED | 3 | override CFLAGS += -pthread -O2 -I.. -DPAIRED |
| 4 | LDFLAGS += -lrt | 4 | LDFLAGS += -lrt |
| 5 | COMMON = ../extra.h | 5 | COMMON = ../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 |
| 8 | ifneq ($(shell grep "define MMDC 1" ../extra.h),) | 9 | ifneq ($(shell grep "define MMDC 1" ../extra.h),) |
