aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2010-03-01 14:23:31 -0500
committerDave Airlie <airlied@redhat.com>2010-03-02 06:32:47 +1000
commit9b11fe5f4902c3f26b0d7d9ad5bd46eae624cf32 (patch)
tree0dc27ee413ae214c9e6503d0d68889351abd8067 /drivers/gpu
parentvga_switcheroo: fix build on platforms with no ACPI (diff)
downloadlinux-dev-9b11fe5f4902c3f26b0d7d9ad5bd46eae624cf32.tar.xz
linux-dev-9b11fe5f4902c3f26b0d7d9ad5bd46eae624cf32.zip
drm/radeon: fix typo in Makefile
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile
index 0adf49eea7fa..ed38262d9985 100644
--- a/drivers/gpu/drm/radeon/Makefile
+++ b/drivers/gpu/drm/radeon/Makefile
@@ -63,6 +63,6 @@ radeon-y += radeon_device.o radeon_kms.o \
evergreen.o
radeon-$(CONFIG_COMPAT) += radeon_ioc32.o
-radeon-$(CONFIG_VGA_SWITCHEROO) += radone_atpx_handler.o
+radeon-$(CONFIG_VGA_SWITCHEROO) += radeon_atpx_handler.o
obj-$(CONFIG_DRM_RADEON)+= radeon.o