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/util/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ecp/util') diff --git a/ecp/util/Makefile b/ecp/util/Makefile index 58d5086..72b6290 100644 --- a/ecp/util/Makefile +++ b/ecp/util/Makefile @@ -1,8 +1,8 @@ -include ../platform/posix.mk -CFLAGS += -I../src +src_dir = ../src +include $(src_dir)/common.mk obj=util.o -dep=../src/build-posix/*.a ./libecputil.a +dep=../build-posix/*.a ./libecputil.a %.o: %.c %.h -- cgit v1.2.3