]> Git Repo - linux.git/blob - drivers/gpu/drm/udl/Makefile
crypto: akcipher - Drop sign/verify operations
[linux.git] / drivers / gpu / drm / udl / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 udl-y := \
4         udl_drv.o \
5         udl_edid.o \
6         udl_main.o \
7         udl_modeset.o \
8         udl_transfer.o
9
10 obj-$(CONFIG_DRM_UDL) := udl.o
This page took 0.028141 seconds and 4 git commands to generate.