mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 17:46:48 +07:00
8 lines
187 B
Makefile
8 lines
187 B
Makefile
|
shmob-drm-y := shmob_drm_backlight.o \
|
||
|
shmob_drm_crtc.o \
|
||
|
shmob_drm_drv.o \
|
||
|
shmob_drm_kms.o \
|
||
|
shmob_drm_plane.o
|
||
|
|
||
|
obj-$(CONFIG_DRM_SHMOBILE) += shmob-drm.o
|