From 0eaf514b1f97cb1587815104477e43c50a3eebe6 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Mon, 31 Jan 2022 07:53:13 +0100 Subject: fixed build sys --- ecp/util/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ecp/util') diff --git a/ecp/util/Makefile b/ecp/util/Makefile index b3cbc7c..58d5086 100644 --- a/ecp/util/Makefile +++ b/ecp/util/Makefile @@ -1,6 +1,5 @@ -include ../src/Makefile.posix -CFLAGS=$(CFLAGS_PL) -I../src -LDFLAGS=$(LDFLAGS_PL) +include ../platform/posix.mk +CFLAGS += -I../src obj=util.o dep=../src/build-posix/*.a ./libecputil.a -- cgit v1.2.3