mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
987c75d717
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
ifeq ($(CONFIG_X86_32),y)
|
|
include ${srctree}/arch/x86/crypto/Makefile_32
|
|
else
|
|
include ${srctree}/arch/x86/crypto/Makefile_64
|
|
endif
|