diff options
author | Michael Buesch <mb@bu3sch.de> | 2006-06-26 00:24:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 09:58:19 -0700 |
commit | ca644bd5039566725b7c71a559e65ea91b7abfb5 (patch) | |
tree | bb742631c38a676267750d194ed6053489acfd88 /drivers/char/hw_random/Makefile | |
parent | 844dd05fec172d98b0dacecd9b9e9f6595204c13 (diff) | |
download | blackbird-obmc-linux-ca644bd5039566725b7c71a559e65ea91b7abfb5.tar.gz blackbird-obmc-linux-ca644bd5039566725b7c71a559e65ea91b7abfb5.zip |
[PATCH] Add Intel HW RNG driver
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/hw_random/Makefile')
-rw-r--r-- | drivers/char/hw_random/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Makefile b/drivers/char/hw_random/Makefile index aa752af468ce..d3118e3750a4 100644 --- a/drivers/char/hw_random/Makefile +++ b/drivers/char/hw_random/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_HW_RANDOM) += core.o +obj-$(CONFIG_HW_RANDOM_INTEL) += intel-rng.o |