mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 22:00:17 +01:00
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
23 lines
271 B
Text
23 lines
271 B
Text
LIBKMS_FILES := \
|
|
internal.h \
|
|
linux.c \
|
|
dumb.c \
|
|
api.c
|
|
|
|
LIBKMS_VMWGFX_FILES := \
|
|
vmwgfx.c
|
|
|
|
LIBKMS_INTEL_FILES := \
|
|
intel.c
|
|
|
|
LIBKMS_NOUVEAU_FILES := \
|
|
nouveau.c
|
|
|
|
LIBKMS_RADEON_FILES := \
|
|
radeon.c
|
|
|
|
LIBKMS_EXYNOS_FILES := \
|
|
exynos.c
|
|
|
|
LIBKMS_H_FILES := \
|
|
libkms.h
|