diff options
Diffstat (limited to 'i386/Makefrag')
-rw-r--r-- | i386/Makefrag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/i386/Makefrag b/i386/Makefrag index c55505c..92838fe 100644 --- a/i386/Makefrag +++ b/i386/Makefrag @@ -40,9 +40,6 @@ vpath %.S $(sysdep)/i386at $(sysdep)/i386 objfiles += busses.o cirbuf.o vpath busses.c $(srcdir)/chips -# FPE emulation -objfiles += fpe.o - # Mig-generated objfiles += mach_i386_server.o @@ -132,11 +129,3 @@ i386-installed-headers= \ rpc.h syscall_sw.h \ thread_status.h trap.h vm_param.h \ vm_types.h) - - -# Cheat, cheat, cheat. -fpe.o: fpe.b_elf - uudecode $< -vpath fpe.b_elf $(sysdep)/i386 - -fpe.d:; touch $@ |