diff options
Diffstat (limited to 'src/arch/x86/Makefile.am')
-rw-r--r-- | src/arch/x86/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.am b/src/arch/x86/Makefile.am index 4947118..c610592 100644 --- a/src/arch/x86/Makefile.am +++ b/src/arch/x86/Makefile.am @@ -3,9 +3,14 @@ lib_LIBRARIES = libarchx86.a libarchx86_a_SOURCES = \ instruction.h \ + op_dec.c \ + op_hlt.c \ + op_inc.c \ op_int.c \ op_nop.c \ op_mov.c \ + op_pop.c \ + op_push.c \ opcodes.h \ operand.h operand.c \ processor.h processor.c |