aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-13 11:37:12 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-13 11:37:12 -0700
commiteffd74c3cc307c67059e30fa47359f9ca7d6d672 (patch)
tree16017791bf23425e2d4634d09073e4e58fba7271 /Makefile
parentebf66403aabf03d519c9f7307149720faf6e1d47 (diff)
parent5f902c1267a0ab2748f1ca0ebb837a6a5190cbf5 (diff)
Merge pull request #5456 from ctiller/cleaner-posix3
Splitting out a pure poll() based event engine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 78cbab5037..42cedf51c3 100644
--- a/Makefile
+++ b/Makefile
@@ -2511,6 +2511,7 @@ LIBGRPC_SRC = \
src/core/lib/iomgr/endpoint_pair_posix.c \
src/core/lib/iomgr/endpoint_pair_windows.c \
src/core/lib/iomgr/ev_poll_and_epoll_posix.c \
+ src/core/lib/iomgr/ev_poll_posix.c \
src/core/lib/iomgr/ev_posix.c \
src/core/lib/iomgr/exec_ctx.c \
src/core/lib/iomgr/executor.c \
@@ -2857,6 +2858,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/lib/iomgr/endpoint_pair_posix.c \
src/core/lib/iomgr/endpoint_pair_windows.c \
src/core/lib/iomgr/ev_poll_and_epoll_posix.c \
+ src/core/lib/iomgr/ev_poll_posix.c \
src/core/lib/iomgr/ev_posix.c \
src/core/lib/iomgr/exec_ctx.c \
src/core/lib/iomgr/executor.c \