From: <gregkh@suse.de>
To: pavel@ucw.cz, gregkh@suse.de, greg@kroah.com,
linux-kernel@vger.kernel.org
Subject: patch staging-dream-separate-kconfig-makefile-into-subdirectory.patch added to gregkh-2.6 tree
Date: Mon, 17 Aug 2009 14:23:12 -0700 [thread overview]
Message-ID: <1250544192149@kroah.org> (raw)
In-Reply-To: <20090808122701.GD11163@elf.ucw.cz>
This is a note to let you know that I've just added the patch titled
Subject: Staging: Dream: separate Kconfig/Makefile into subdirectory
to my gregkh-2.6 tree. Its filename is
staging-dream-separate-kconfig-makefile-into-subdirectory.patch
This tree can be found at
http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/
>From pavel@ucw.cz Mon Aug 17 13:03:17 2009
From: Pavel Machek <pavel@ucw.cz>
Date: Sat, 8 Aug 2009 14:27:02 +0200
Subject: Staging: Dream: separate Kconfig/Makefile into subdirectory
To: Greg KH <greg@kroah.com>
Cc: kernel list <linux-kernel@vger.kernel.org>
Message-ID: <20090808122701.GD11163@elf.ucw.cz>
Content-Disposition: inline
Separate Kconfig/Makefile glue from dream into subdirectory. I plan to
add few more drivers, and changing staging/Makefile each time sounds
like inviting conflicts.
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/staging/Kconfig | 6 ++----
drivers/staging/Makefile | 3 +--
2 files changed, 3 insertions(+), 6 deletions(-)
--- a/drivers/staging/Kconfig
+++ b/drivers/staging/Kconfig
@@ -99,6 +99,8 @@ source "drivers/staging/epl/Kconfig"
source "drivers/staging/android/Kconfig"
+source "drivers/staging/dream/Kconfig"
+
source "drivers/staging/dst/Kconfig"
source "drivers/staging/pohmelfs/Kconfig"
@@ -131,10 +133,6 @@ source "drivers/staging/cpc-usb/Kconfig"
source "drivers/staging/pata_rdc/Kconfig"
-source "drivers/staging/dream/smd/Kconfig"
-
-source "drivers/staging/dream/camera/Kconfig"
-
source "drivers/staging/udlfb/Kconfig"
source "drivers/staging/hv/Kconfig"
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -32,6 +32,7 @@ obj-$(CONFIG_INPUT_MIMIO) += mimio/
obj-$(CONFIG_TRANZPORT) += frontier/
obj-$(CONFIG_EPL) += epl/
obj-$(CONFIG_ANDROID) += android/
+obj-$(CONFIG_ANDROID) += dream/
obj-$(CONFIG_DST) += dst/
obj-$(CONFIG_POHMELFS) += pohmelfs/
obj-$(CONFIG_STLC45XX) += stlc45xx/
@@ -48,6 +49,4 @@ obj-$(CONFIG_VT6656) += vt6656/
obj-$(CONFIG_USB_CPC) += cpc-usb/
obj-$(CONFIG_RDC_17F3101X) += pata_rdc/
obj-$(CONFIG_FB_UDL) += udlfb/
-obj-$(CONFIG_MSM_ADSP) += dream/qdsp5/ dream/smd/
-obj-$(CONFIG_MSM_CAMERA) += dream/camera/
obj-$(CONFIG_HYPERV) += hv/
prev parent reply other threads:[~2009-08-17 21:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 10:35 Dream in staging: separate Kconfig/Makefile into subdirectory Pavel Machek
2009-07-21 12:16 ` Bartlomiej Zolnierkiewicz
2009-07-21 10:38 ` Pavel Machek
2009-07-27 15:37 ` Greg KH
2009-08-05 15:27 ` Pavel Machek
2009-08-05 16:06 ` Greg KH
2009-08-05 23:01 ` Pavel Machek
2009-08-08 12:27 ` Pavel Machek
2009-08-17 20:36 ` patch staging-dream-separate-kconfig-makefile-into-subdirectory.patch added to gregkh-2.6 tree gregkh
2009-08-17 21:23 ` gregkh [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1250544192149@kroah.org \
--to=gregkh@suse.de \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).