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/platform/posix.mk | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 ecp/platform/posix.mk (limited to 'ecp/platform/posix.mk') diff --git a/ecp/platform/posix.mk b/ecp/platform/posix.mk deleted file mode 100644 index 7e7daeb..0000000 --- a/ecp/platform/posix.mk +++ /dev/null @@ -1,4 +0,0 @@ -CFLAGS += -O3 -DECP_WITH_PTHREAD=1 -DECP_WITH_HTABLE=1 -DECP_WITH_RBUF=1 -DECP_WITH_MSGQ=1 -DECP_WITH_VCONN=1 -DECP_WITH_DIRSRV -DECP_DEBUG=1 -LDFLAGS += -lm -pthread - -platform = posix -- cgit v1.2.3