3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 14:54:17 +00:00
2022-04-02 18:12:00 +05:00

14 lines
241 B
Makefile

# 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