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