mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-25 15:28:18 +02:00
Will be used to consolidate the required sources lists as well as the install-able headers. This is turn will help us to avoid the duplication with the upcoming Android build support. v2: Rename the headers variable to *_H_FILES. v3: Rebase on top of symbol visibility patches. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
13 lines
192 B
Text
13 lines
192 B
Text
LIBDRM_FILES := \
|
|
xf86drm.c \
|
|
xf86drmHash.c \
|
|
xf86drmRandom.c \
|
|
xf86drmSL.c \
|
|
xf86drmMode.c \
|
|
xf86atomic.h \
|
|
libdrm.h \
|
|
libdrm_lists.h
|
|
|
|
LIBDRM_H_FILES := \
|
|
xf86drm.h \
|
|
xf86drmMode.h
|