From 2f603ad6a4e9163d7d85ec66798919d1ed3bad1b Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Fri, 29 Jul 2011 23:32:44 -0500 Subject: [PATCH 05/17] emenlow: switch to psb Use drm-psb instead of drm for emenlow. Signed-off-by: Tom Zanussi --- drivers/gpu/Makefile | 2 +- drivers/video/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile index cc92778..7585044 100644 --- a/drivers/gpu/Makefile +++ b/drivers/gpu/Makefile @@ -1 +1 @@ -obj-y += drm/ vga/ stub/ +obj-y += drm-psb/ vga/ stub/ diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index d83e967..f6fe3bd 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -19,7 +19,7 @@ source "drivers/char/agp/Kconfig" source "drivers/gpu/vga/Kconfig" -source "drivers/gpu/drm/Kconfig" +source "drivers/gpu/drm-psb/Kconfig" source "drivers/gpu/stub/Kconfig" -- 1.7.5.4