mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01: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>
14 lines
236 B
Text
14 lines
236 B
Text
LIBDRM_INTEL_FILES := \
|
|
intel_bufmgr.c \
|
|
intel_bufmgr_priv.h \
|
|
intel_bufmgr_fake.c \
|
|
intel_bufmgr_gem.c \
|
|
intel_decode.c \
|
|
intel_chipset.h \
|
|
mm.c \
|
|
mm.h
|
|
|
|
LIBDRM_INTEL_H_FILES := \
|
|
intel_bufmgr.h \
|
|
intel_aub.h \
|
|
intel_debug.h
|