mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 15:36:44 +07:00
0fb2970b4b
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>
7 lines
212 B
Makefile
7 lines
212 B
Makefile
armada-y := armada_crtc.o armada_drv.o armada_fb.o armada_fbdev.o \
|
|
armada_gem.o armada_overlay.o
|
|
armada-y += armada_510.o
|
|
armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o
|
|
|
|
obj-$(CONFIG_DRM_ARMADA) := armada.o
|