summaryrefslogtreecommitdiff
path: root/ecp/platform/posix.mk
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-01-31 22:22:19 +0100
committerUros Majstorovic <majstor@majstor.org>2022-01-31 22:22:19 +0100
commit76be7c9a79da62e0a52d932bdfdf56671c82e33d (patch)
tree6385d50acb932766a11ded22901f1b333eb9856d /ecp/platform/posix.mk
parent6594778ab99958c3efb7325e4203bb4e593fc1a6 (diff)
build fix
Diffstat (limited to 'ecp/platform/posix.mk')
-rw-r--r--ecp/platform/posix.mk4
1 files changed, 0 insertions, 4 deletions
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