From: Tom Zanussi <[email protected]> Use drm-psb instead of drm for emenlow.
Signed-off-by: Tom Zanussi <[email protected]> --- 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 549b960..de70e84 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.0.4 _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
