diff options
Diffstat (limited to 'src/gbm/Makefile.sources')
-rw-r--r-- | src/gbm/Makefile.sources | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gbm/Makefile.sources b/src/gbm/Makefile.sources new file mode 100644 index 0000000000..7a2d6a4354 --- /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 |