You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|