Add support for the MOS65XX family such as the MOS 6502.

Signed-off-by: Sebastian Macke <sebastian@macke.de>
diff --git a/config.mk b/config.mk
index 3b078a7..afbd095 100644
--- a/config.mk
+++ b/config.mk
@@ -4,7 +4,7 @@
 ################################################################################
 # Specify which archs you want to compile in. By default, we build all archs.
 
-CAPSTONE_ARCHS ?= arm aarch64 m68k mips powerpc sparc systemz x86 xcore tms320c64x m680x evm
+CAPSTONE_ARCHS ?= arm aarch64 m68k mips powerpc sparc systemz x86 xcore tms320c64x m680x evm mos65xx
 
 
 ################################################################################