From 1a75044a3905f9f4664e57e37e3fb216dfb7a8f7 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 7 Sep 2014 18:00:16 +0100 Subject: libkms: move sources lists to makefile.sources Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz --- libkms/Makefile.sources | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libkms/Makefile.sources (limited to 'libkms/Makefile.sources') 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 -- cgit v1.2.3