2007-10-11 11:11:46 +02:00
|
|
|
ifeq ($(CONFIG_X86_32),y)
|
2007-10-11 11:16:21 +02:00
|
|
|
include ${srctree}/arch/x86/crypto/Makefile_32
|
2007-10-11 11:11:46 +02:00
|
|
|
else
|
2007-10-11 11:17:03 +02:00
|
|
|
include ${srctree}/arch/x86/crypto/Makefile_64
|
2007-10-11 11:11:46 +02:00
|
|
|
endif
|