diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-06-06 16:46:53 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2015-09-15 11:26:49 -0400 |
| commit | 0fb2970b4b6bfc26817a731b8bc29a9bf9177c20 (patch) | |
| tree | 433c6102e92c1099273f824ddd13d94a9ce5e92e /drivers/gpu/drm/armada/Makefile | |
| parent | 64291f7db5bd8150a74ad2036f1037e6a0428df2 (diff) | |
drm/armada: remove non-component support
Now that the transition of TDA998x to the component helpers is complete,
remove the non-componentised support from the Armada DRM driver. All
outputs are expected to use the component helpers from now on.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/gpu/drm/armada/Makefile')
| -rw-r--r-- | drivers/gpu/drm/armada/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/armada/Makefile b/drivers/gpu/drm/armada/Makefile index d6f43e06150a..ffd673615772 100644 --- a/drivers/gpu/drm/armada/Makefile +++ b/drivers/gpu/drm/armada/Makefile | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | armada-y := armada_crtc.o armada_drv.o armada_fb.o armada_fbdev.o \ | 1 | armada-y := armada_crtc.o armada_drv.o armada_fb.o armada_fbdev.o \ |
| 2 | armada_gem.o armada_output.o armada_overlay.o \ | 2 | armada_gem.o armada_overlay.o |
| 3 | armada_slave.o | ||
| 4 | armada-y += armada_510.o | 3 | armada-y += armada_510.o |
| 5 | armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o | 4 | armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o |
| 6 | 5 | ||
