Skip to content

Commit

Permalink
Staging: Dream: separate Kconfig/Makefile into subdirectory
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Machek authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 4d62691 commit 347a799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/

0 comments on commit 347a799

Please sign in to comment.