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