diff options
Diffstat (limited to 'SD-VBS/common')
-rw-r--r-- | SD-VBS/common/makefiles/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SD-VBS/common/makefiles/Makefile.common b/SD-VBS/common/makefiles/Makefile.common index 9c28cfc..964ece6 100644 --- a/SD-VBS/common/makefiles/Makefile.common +++ b/SD-VBS/common/makefiles/Makefile.common | |||
@@ -30,8 +30,8 @@ BMARK_DIR := $(TOP_DIR)/benchmarks/$(BMARK) | |||
30 | TOOL_DIR := $(TOP_DIR)/tools | 30 | TOOL_DIR := $(TOP_DIR)/tools |
31 | LIBLITMUS ?= /home/litmus/liblitmus | 31 | LIBLITMUS ?= /home/litmus/liblitmus |
32 | ifneq ($(shell grep "define LITMUS 1" ../../../../../extra.h),) | 32 | ifneq ($(shell grep "define LITMUS 1" ../../../../../extra.h),) |
33 | CFLAGS += -I${LIBLITMUS}/include | 33 | override CFLAGS += -I${LIBLITMUS}/include -I${LIBLITMUS}/arch/arm/include |
34 | LDFLAGS += -L${LIBLITMUS} -llitmus | 34 | override LDFLAGS += -L${LIBLITMUS} -llitmus |
35 | endif | 35 | endif |
36 | #The options set below and specific to each benchmark. Disparity takes 2 input images, whereas Tracking can take any >1 input images =. | 36 | #The options set below and specific to each benchmark. Disparity takes 2 input images, whereas Tracking can take any >1 input images =. |
37 | 37 | ||