xref: /linux/drivers/gpu/drm/clients/Makefile (revision 2c1ed907520c50326b8f604907a8478b27881a2e)
1a49e7e81SThomas Zimmermann# SPDX-License-Identifier: GPL-2.0
2a49e7e81SThomas Zimmermann
3*f7b42442SJocelyn Falempesubdir-ccflags-y += -I$(src)/..
4*f7b42442SJocelyn Falempe
5a49e7e81SThomas Zimmermanndrm_client_lib-y := drm_client_setup.o
6*f7b42442SJocelyn Falempedrm_client_lib-$(CONFIG_DRM_CLIENT_LOG) += drm_log.o
7a49e7e81SThomas Zimmermanndrm_client_lib-$(CONFIG_DRM_FBDEV_EMULATION) += drm_fbdev_client.o
8a49e7e81SThomas Zimmermannobj-$(CONFIG_DRM_CLIENT_LIB) += drm_client_lib.o
9