From e26fd1199ebab0d469fc3e037da5932d382f0669 Mon Sep 17 00:00:00 2001 From: "Lee, Chun-Yi" Date: Wed, 20 Oct 2010 13:51:19 +0800 Subject: gpu: Add Intel GMA500(Poulsbo) Stub Driver Currently, there have no GMA500(Poulsbo) native video driver to support intel opregion. So, use this stub driver to enable the acpi backlight control sysfs entry files by requrest acpi_video_register. [airlied: fix warnings] Signed-off-by: Lee, Chun-Yi Signed-off-by: Dave Airlie --- drivers/gpu/stub/Makefile | 1 + 1 file changed, 1 insertion(+) create mode 100644 drivers/gpu/stub/Makefile (limited to 'drivers/gpu/stub/Makefile') diff --git a/drivers/gpu/stub/Makefile b/drivers/gpu/stub/Makefile new file mode 100644 index 000000000000..cd940cc9d36d --- /dev/null +++ b/drivers/gpu/stub/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_STUB_POULSBO) += poulsbo.o -- cgit v1.2.3