Move include/callback.h and include/remote-sim.h to include/gdb/.
[deliverable/binutils-gdb.git] / sim / mn10200 / Makefile.in
index dd9581ced2656f5cc93fbf54ceb2fcf4f9b6ee41..563a4edec7ba7d5ee01e7760d475c9b8bef0e04f 100644 (file)
 ## COMMON_PRE_CONFIG_FRAG
 
 SIM_OBJS = interp.o table.o simops.o sim-load.o
-SIM_EXTRA_CFLAGS = -I$(srcdir)/../../newlib/libc/sys/sysmec
+SIM_EXTRA_CFLAGS = -I$(srcdir)/../../newlib/libc/sys/sysmec -DNEED_UI_LOOP_HOOK
 SIM_EXTRA_CLEAN = clean-extra
 
 # Select mn10200 support in nltvals.def.
 NL_TARGET = -DNL_TARGET_mn10200
 
-INCLUDE = mn10200_sim.h $(srcdir)/../../include/callback.h
+INCLUDE = mn10200_sim.h $(srcdir)/../../include/gdb/callback.h
 
 ## COMMON_POST_CONFIG_FRAG
 
@@ -48,5 +48,5 @@ clean-extra:
        rm -f table.c simops.h gencode
 
 interp.o: interp.c table.c $(INCLUDE)
-simops.o: simops.c $(INCLUDE)
+simops.o: simops.c simops.h $(INCLUDE)
 table.o: table.c
This page took 0.023633 seconds and 4 git commands to generate.