android_kernel_xiaomi_sdm845/arch/x86_64/crypto/Makefile

6 lines
135 B
Makefile
Raw Normal View History

ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/crypto/Makefile_32
else
include ${srctree}/arch/x86_64/crypto/Makefile_64
endif