diff options
Diffstat (limited to 'sim/mips/Makefile.in')
-rw-r--r-- | sim/mips/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index ffac389..31ef4f5 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -1,13 +1,15 @@ # Makefile template for Configure for the MIPS simulator. # Written by Cygnus Support. +## COMMON_PRE_CONFIG_FRAG + SIM_OBJS = interp.o # FIXME: Hack to find syscall.h? Better support for syscall.h # is in progress. SIM_EXTRA_CFLAGS = -I$(srcdir)/../../newlib/libc/sys/idt SIM_EXTRA_CLEAN = clean-extra -@COMMON_MAKEFILE_FRAG@ +## COMMON_POST_CONFIG_FRAG interp.o: interp.c engine.c support.h config.h |