mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 18:26:40 +07:00
7 lines
169 B
Makefile
7 lines
169 B
Makefile
|
|
||
|
ccflags-y := -Iinclude/drm
|
||
|
|
||
|
udl-y := udl_drv.o udl_modeset.o udl_connector.o udl_encoder.o udl_main.o udl_fb.o udl_transfer.o udl_gem.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_UDL) := udl.o
|