xref: /linux/drivers/gpu/drm/renesas/shmobile/Makefile (revision a23e1966932464e1c5226cb9ac4ce1d5fc10ba22)
1# SPDX-License-Identifier: GPL-2.0
2shmob-drm-y := shmob_drm_crtc.o \
3	       shmob_drm_drv.o \
4	       shmob_drm_kms.o \
5	       shmob_drm_plane.o
6
7obj-$(CONFIG_DRM_SHMOBILE)	+= shmob-drm.o
8