mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 02:20:15 +01:00
These tables are duplicated in several places, so move them into libutil so that they can be shared. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
8 lines
94 B
Text
8 lines
94 B
Text
UTIL_FILES := \
|
|
common.h \
|
|
format.c \
|
|
format.h \
|
|
kms.c \
|
|
kms.h \
|
|
pattern.c \
|
|
pattern.h
|