Select the types of activity you want to include in your feed.
1# 2# Makefile for the skein secure hash algorithm 3# 4obj-$(CONFIG_CRYPTO_SKEIN) += skein.o \ 5 skein_api.o \ 6 skein_block.o 7 8obj-$(CONFIG_CRYPTO_THREEFISH) += threefish_block.o \ 9 threefish_api.o