]> Git Repo - linux.git/blob - drivers/crypto/Makefile
Linux-2.6.12-rc2
[linux.git] / drivers / crypto / Makefile
1
2 obj-$(CONFIG_CRYPTO_DEV_PADLOCK) += padlock.o
3
4 padlock-objs-$(CONFIG_CRYPTO_DEV_PADLOCK_AES) += padlock-aes.o
5
6 padlock-objs := padlock-generic.o $(padlock-objs-y)
7
This page took 0.032544 seconds and 4 git commands to generate.