blob: d5ff5166c8b1bc99c553251ab50bcf993fa0f993 [file] [log] [blame]
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08001# Specify which archs you want to compile in
2CAPSTONE_ARCHS =
danghvu6f52bf92013-12-19 22:43:01 -06003
Nguyen Anh Quynh5219f642013-12-22 13:00:48 +08004# Comment the line below if you don't want to ARM support
5CAPSTONE_ARCHS += arm
6
7# Comment the line below if you don't want to ARM64 support
8CAPSTONE_ARCHS += aarch64
9
10# Comment the line below if you don't want to Mips support
11CAPSTONE_ARCHS += mips
12
13# Comment the line below if you don't want to X86 support
14CAPSTONE_ARCHS += x86