summaryrefslogtreecommitdiff
path: root/libkms/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'libkms/Makefile.sources')
-rw-r--r--libkms/Makefile.sources23
1 files changed, 23 insertions, 0 deletions
diff --git a/libkms/Makefile.sources b/libkms/Makefile.sources
new file mode 100644
index 00000000..3191f516
--- /dev/null
+++ b/libkms/Makefile.sources
@@ -0,0 +1,23 @@
+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