Remove BUILD_TARGET64
[fw/openocd] / src / target / mips_mips64.c
index d91700dfe57db5951e6d67df33d1eb9728c61fb9..3a592f7f329a220a9a430e3aa0681990c7cab3e4 100644 (file)
@@ -16,8 +16,6 @@
 #include "config.h"
 #endif
 
-#if BUILD_TARGET64 == 1
-
 #include "breakpoints.h"
 #include "mips32.h"
 #include "mips64.h"
@@ -1193,5 +1191,3 @@ struct target_type mips_mips64_target = {
 
        .commands = mips64_commands_handlers,
 };
-
-#endif /* BUILD_TARGET64 */