Revision 48d4e137ea3174dc77efe1cc20570e95af2ffc9e authored by Linus Torvalds on 18 June 2012, 19:20:36 UTC, committed by Linus Torvalds on 18 June 2012, 19:20:36 UTC
Pull a crypto fix from Herbert Xu:
 "This push fixes another bug in the atmel-rng that made it produce
  completely useless output."

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  hwrng: atmel-rng - fix data valid check
2 parent s 9023a40 + c475c06
Raw File
Makefile
#
# Makefile for the Linux TIPC layer
#

obj-$(CONFIG_TIPC) := tipc.o

tipc-y	+= addr.o bcast.o bearer.o config.o \
	   core.o handler.o link.o discover.o msg.o  \
	   name_distr.o  subscr.o name_table.o net.o  \
	   netlink.o node.o node_subscr.o port.o ref.o  \
	   socket.o log.o eth_media.o
back to top