From 76be7c9a79da62e0a52d932bdfdf56671c82e33d Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 31 Jan 2022 22:22:19 +0100 Subject: build fix --- ecp/test/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ecp/test/Makefile') diff --git a/ecp/test/Makefile b/ecp/test/Makefile index 29fc020..5aeb57a 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -1,7 +1,8 @@ -include ../platform/posix.mk -CFLAGS += -I../src -I../util -Wno-int-to-void-pointer-cast +src_dir = ../src +include $(src_dir)/common.mk +CFLAGS += -I../util -Wno-int-to-void-pointer-cast -dep=../src/build-posix/*.a ../util/libecputil.a +dep=../build-posix/*.a ../util/libecputil.a %.o: %.c $(CC) $(CFLAGS) -c $< -- cgit v1.2.3