Non-stop mode support.
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index 0d5c66be737f2d14b9db743e0d65bd085ed020c6..a62b25be4728dc1fb9d0f872afe1bf8544b452bb 100644 (file)
@@ -126,7 +126,7 @@ TAGFILES = $(SOURCES) ${HFILES} ${ALLPARAM} ${POSSLIBS}
 
 OBS = inferiors.o regcache.o remote-utils.o server.o signals.o target.o \
        utils.o version.o \
-       mem-break.o hostio.o \
+       mem-break.o hostio.o event-loop.o \
        $(XML_BUILTIN) \
        $(DEPFILES) $(LIBOBJS)
 GDBREPLAY_OBS = gdbreplay.o version.o
@@ -267,6 +267,7 @@ server_h = $(srcdir)/server.h $(regcache_h) config.h $(srcdir)/target.h \
 
 linux_low_h = $(srcdir)/linux-low.h
 
+event-loop.o: event-loop.c $(server_h)
 hostio.o: hostio.c $(server_h)
 hostio-errno.o: hostio-errno.c $(server_h)
 inferiors.o: inferiors.c $(server_h)
This page took 0.023889 seconds and 4 git commands to generate.