This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_kernel-5.15
mirror of
https://gitee.com/openkylin/platform_kernel-5.15.git
Watch
9
Star
0
Fork
You've already forked platform_kernel-5.15
0
Code
Issues
Projects
Releases
Wiki
Activity
ccc17c34d6
platform_kernel-5.15
/
drivers
/
crypto
/
Makefile
2 lines
54 B
Makefile
Raw
Normal View
History
Unescape
Escape
[CRYPTO] padlock: Get rid of padlock-generic.c Merge padlock-generic.c into padlock-aes.c and compile AES as a standalone module. We won't make a monolithic padlock.ko with all supported algorithms, instead we'll compile each driver into its own module. Signed-off-by: Michal Ludvig <michal@logix.cz> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2006-08-06 20:46:20 +08:00
obj-$(CONFIG_CRYPTO_DEV_PADLOCK_AES)
+=
padlock-aes.o