This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
forked from
Minki/linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ccc17c34d6
linux
/
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 12:46:20 +00:00
obj-$(CONFIG_CRYPTO_DEV_PADLOCK_AES)
+=
padlock-aes.o
Reference in New Issue
Copy Permalink