mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 06:58:16 +02:00
In preparation to add Android build support, split out the source file lists to Makefile.sources Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Eric Anholt <eric@anholt.net> [Emil Velikov: Whitespace cleanup.] Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
11 lines
191 B
Text
11 lines
191 B
Text
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
|