aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipe-loader/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-10-14 17:44:12 +0100
committerEmil Velikov <[email protected]>2014-11-16 01:03:42 +0000
commitdfa61dc37e2aa497279030321eb8c7d539d68c79 (patch)
treed30808e6f176b0543e4d7fd4b827d8e76b362dfa /src/gallium/auxiliary/pipe-loader/Makefile.sources
parent631090e1557437faa89f4dfd452a194241707363 (diff)
pipe-loader: consolidate sources into Makefile.sources
Drop the unneeded subdir-objects. Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/pipe-loader/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/pipe-loader/Makefile.sources8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.sources b/src/gallium/auxiliary/pipe-loader/Makefile.sources
new file mode 100644
index 00000000000..d6e3c2c060a
--- /dev/null
+++ b/src/gallium/auxiliary/pipe-loader/Makefile.sources
@@ -0,0 +1,8 @@
+COMMON_SOURCES := \
+ pipe_loader.c \
+ pipe_loader.h \
+ pipe_loader_priv.h \
+ pipe_loader_sw.c
+
+DRM_SOURCES := \
+ pipe_loader_drm.c