This website requires JavaScript.
Explore
Help
Register
Sign in
Techwizz
/
kernel-fxtec-pro1x
Watch
1
Star
0
Fork
You've already forked kernel-fxtec-pro1x
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ccc17c34d6
kernel-fxtec-pro1x
/
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 06:46:20 -06:00
obj-$(CONFIG_CRYPTO_DEV_PADLOCK_AES)
+=
padlock-aes.o
Reference in a new issue
Copy permalink