aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/Makefile
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2006-06-26 00:25:00 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-26 09:58:19 -0700
commit96d63c0297ccfd6d9059c614b3f5555d9441a2b3 (patch)
treec4d3abbb9b03456b8c258d75e2c3b260d8f9ccf5 /drivers/char/hw_random/Makefile
parentca644bd5039566725b7c71a559e65ea91b7abfb5 (diff)
downloadlinux-96d63c0297ccfd6d9059c614b3f5555d9441a2b3.tar.gz
[PATCH] Add AMD 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/hw_random/Makefile b/drivers/char/hw_random/Makefile
index d3118e3750a4a..40dbc097a5d66 100644
--- a/drivers/char/hw_random/Makefile
+++ b/drivers/char/hw_random/Makefile
@@ -4,3 +4,4 @@
obj-$(CONFIG_HW_RANDOM) += core.o
obj-$(CONFIG_HW_RANDOM_INTEL) += intel-rng.o
+obj-$(CONFIG_HW_RANDOM_AMD) += amd-rng.o