LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 3/7] Modifications to drivers/Kconfig and Makefile to configure
@ 2007-03-21  6:48 Wink Saville
  0 siblings, 0 replies; only message in thread
From: Wink Saville @ 2007-03-21  6:48 UTC (permalink / raw)
  To: linux-kernel

Signed-off-by: Wink Saville <wink@saville.com>
---
 drivers/Kconfig  |    2 ++
 drivers/Makefile |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/Kconfig b/drivers/Kconfig
index 050323f..f05a2bf 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -84,4 +84,6 @@ source "drivers/auxdisplay/Kconfig"

 source "drivers/kvm/Kconfig"

+source "drivers/trec/Kconfig"
+
 endmenu
diff --git a/drivers/Makefile b/drivers/Makefile
index 3a718f5..01724c0 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -81,3 +81,4 @@ obj-$(CONFIG_GENERIC_TIME)	+= clocksource/
 obj-$(CONFIG_DMA_ENGINE)	+= dma/
 obj-$(CONFIG_HID)		+= hid/
 obj-$(CONFIG_PPC_PS3)		+= ps3/
+obj-$(CONFIG_TREC)		+= trec/
-- 
1.5.0.rc2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2007-03-21  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21  6:48 [PATCH 3/7] Modifications to drivers/Kconfig and Makefile to configure Wink Saville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).