1# SPDX-License-Identifier: GPL-2.0-only
2udl-y := udl_drv.o udl_modeset.o udl_main.o udl_transfer.o
3
4obj-$(CONFIG_DRM_UDL) := udl.o
5