diff options
Diffstat (limited to 'util/x86emu')
-rw-r--r-- | util/x86emu/x86emu/Makefile.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/util/x86emu/x86emu/Makefile.inc b/util/x86emu/x86emu/Makefile.inc index 3a5e8fbaf5..2c5f7a7eb9 100644 --- a/util/x86emu/x86emu/Makefile.inc +++ b/util/x86emu/x86emu/Makefile.inc @@ -1,7 +1,7 @@ -obj-y += debug.o -obj-y += decode.o -obj-y += fpu.o -obj-y += ops.o -obj-y += ops2.o -obj-y += prim_ops.o -obj-y += sys.o +obj-y += debug.o +obj-y += decode.o +obj-y += fpu.o +obj-y += ops.o +obj-y += ops2.o +obj-y += prim_ops.o +obj-y += sys.o |