blob: aa27e2737f400ddc50d2cc729e156efe2c74ef61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
LIBDRM_INTEL_FILES := \
i915_pciids.h \
intel_bufmgr.c \
intel_bufmgr_priv.h \
intel_bufmgr_fake.c \
intel_bufmgr_gem.c \
intel_decode.c \
intel_chipset.h \
intel_chipset.c \
mm.c \
mm.h \
uthash.h
LIBDRM_INTEL_H_FILES := \
intel_bufmgr.h \
intel_aub.h \
intel_debug.h
|