3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 23:32:17 +00:00
Brooklyn/drivers/gpu/drm/tilcdc/Makefile

14 lines
241 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0
ifeq (, $(findstring -W,$(KCFLAGS)))
ccflags-y += -Werror
endif
tilcdc-y := \
tilcdc_plane.o \
tilcdc_crtc.o \
tilcdc_panel.o \
tilcdc_external.o \
tilcdc_drv.o
obj-$(CONFIG_DRM_TILCDC) += tilcdc.o