diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-01 22:23:31 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-01 23:32:47 +0300 |
commit | 9b11fe5f4902c3f26b0d7d9ad5bd46eae624cf32 (patch) | |
tree | 0dc27ee413ae214c9e6503d0d68889351abd8067 /drivers | |
parent | 8edb381d6705811b278527907a5ae2a9c4db8074 (diff) | |
download | linux-9b11fe5f4902c3f26b0d7d9ad5bd46eae624cf32.tar.xz |
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')
-rw-r--r-- | drivers/gpu/drm/radeon/Makefile | 2 |
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 |