aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/Makefile2
-rw-r--r--drivers/video/Kconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/Makefile b/drivers/gpu/Makefile
index 7585044b9d6a..cc9277885dd0 100644
--- a/drivers/gpu/Makefile
+++ b/drivers/gpu/Makefile
@@ -1 +1 @@
-obj-y += drm-psb/ vga/ stub/
+obj-y += drm/ vga/ stub/
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d9a1397059d1..a290be51a1f4 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-psb/Kconfig"
+source "drivers/gpu/drm/Kconfig"
source "drivers/gpu/stub/Kconfig"