Move low-level Linux x86 debug register code to a shared file
[deliverable/binutils-gdb.git] / gdb / Makefile.in
index 6cc41ffd34f735a02223e289dfbf1a0f4de26919..ae50041053cc3a86d2a9abe741c58216a2775465 100644 (file)
@@ -968,7 +968,7 @@ i386-linux-nat.h common/common-defs.h common/errors.h common/common-types.h \
 common/common-debug.h common/cleanups.h common/gdb_setjmp.h \
 common/common-exceptions.h target/target.h common/symbol.h \
 common/common-regcache.h fbsd-tdep.h nat/linux-personality.h \
-common/common-remote-fileio.h nat/x86-linux.h
+common/common-remote-fileio.h nat/x86-linux.h nat/x86-linux-dregs.h
 
 # Header files that already have srcdir in them, or which are in objdir.
 
@@ -2303,6 +2303,10 @@ x86-linux.o: ${srcdir}/nat/x86-linux.c
        $(COMPILE) $(srcdir)/nat/x86-linux.c
        $(POSTCOMPILE)
 
+x86-linux-dregs.o: ${srcdir}/nat/x86-linux-dregs.c
+       $(COMPILE) $(srcdir)/nat/x86-linux-dregs.c
+       $(POSTCOMPILE)
+
 #
 # gdb/tui/ dependencies
 #
This page took 0.026119 seconds and 4 git commands to generate.