arch/x86/Makefile defines the variable BITS as «an extension for files which are available in a 32 and 64-bit version to simplify shared Makefiles». BITS is set to 32 if CONFIG_X86_32 set, otherwise, it is set to 64. BITS is also used to set the compiler option -m32 or -m64.