summaryrefslogtreecommitdiff
path: root/ecp/test
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-02-02 06:52:04 +0100
committerUros Majstorovic <majstor@majstor.org>2022-02-02 06:52:04 +0100
commit59e190202e57ab151fe8a23a2ca14615c1e8c4d9 (patch)
tree0e39cf7a63e266e2fd1d0e7667fadc5e6d6b82c0 /ecp/test
parent64b55e7e1236121ea4197d9a37cfec43b196cfe8 (diff)
fixed build
Diffstat (limited to 'ecp/test')
-rw-r--r--ecp/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/test/Makefile b/ecp/test/Makefile
index 5aeb57a..20b50e5 100644
--- a/ecp/test/Makefile
+++ b/ecp/test/Makefile
@@ -1,5 +1,5 @@
src_dir = ../src
-include $(src_dir)/common.mk
+include $(src_dir)/ecp/common.mk
CFLAGS += -I../util -Wno-int-to-void-pointer-cast
dep=../build-posix/*.a ../util/libecputil.a