diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/cbfstool/Makefile.inc | 4 | ||||
-rw-r--r-- | util/x86emu/x86emu/Makefile.inc | 14 |
2 files changed, 7 insertions, 11 deletions
diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc index 3350646a4a73..806088a83d1f 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -1,6 +1,3 @@ -# -# -# ifdef POST_EVALUATION @@ -36,4 +33,3 @@ endif include $(top)/util/cbfstool/tools/Makefile.inc - diff --git a/util/x86emu/x86emu/Makefile.inc b/util/x86emu/x86emu/Makefile.inc index 3a5e8fbaf5e8..2c5f7a7eb954 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 |