summaryrefslogtreecommitdiffstats
path: root/src/gbm/Makefile.sources
diff options
context:
space:
mode:
authorRob Herring <[email protected]>2016-05-03 21:02:40 -0500
committerEmil Velikov <[email protected]>2016-05-23 12:07:46 +0100
commit7d79eec4561b992ab2e007a67ffd1c34beb60f5d (patch)
tree710a323c6367d53ce293dc4273b8b1c93c181f33 /src/gbm/Makefile.sources
parentfc1806e041b4ce93ab9b5710164bf96d725437ba (diff)
gbm: split out source file to Makefile.sources
In preparation to add Android build support, split out the source file lists to Makefile.sources Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Eric Anholt <[email protected]> [Emil Velikov: Whitespace cleanup.] Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gbm/Makefile.sources')
-rw-r--r--src/gbm/Makefile.sources11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gbm/Makefile.sources b/src/gbm/Makefile.sources
new file mode 100644
index 00000000000..7a2d6a43548
--- /dev/null
+++ b/src/gbm/Makefile.sources
@@ -0,0 +1,11 @@
+gbm_core_FILES = \
+ main/backend.c \
+ main/backend.h \
+ main/common_drm.h \
+ main/gbm.c \
+ main/gbm.h \
+ main/gbmint.h
+
+gbm_dri_FILES = \
+ backends/dri/gbm_dri.c \
+ backends/dri/gbm_driint.h