home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / arch / i386 / crypto / Makefile
Encoding:
Makefile  |  2006-08-11  |  148 b   |  10 lines

  1. # i386/crypto/Makefile 
  2. # Arch-specific CryptoAPI modules.
  3.  
  4. obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o
  5.  
  6. aes-i586-y := aes-i586-asm.o aes.o
  7.