mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
Delete all Makefile.sources files
Delete all Makefile.sources as all the makefiles that use them have been replaced with Android.*.bp files for Soong.
This commit is contained in:
parent
21ac1816a4
commit
aefb5fa987
11 changed files with 0 additions and 161 deletions
|
|
@ -1,45 +0,0 @@
|
||||||
LIBDRM_FILES := \
|
|
||||||
xf86drm.c \
|
|
||||||
xf86drmHash.c \
|
|
||||||
xf86drmHash.h \
|
|
||||||
xf86drmRandom.c \
|
|
||||||
xf86drmRandom.h \
|
|
||||||
xf86drmSL.c \
|
|
||||||
xf86drmMode.c \
|
|
||||||
xf86atomic.h \
|
|
||||||
libdrm_macros.h \
|
|
||||||
libdrm_lists.h \
|
|
||||||
util_double_list.h \
|
|
||||||
util_math.h
|
|
||||||
|
|
||||||
LIBDRM_H_FILES := \
|
|
||||||
libsync.h \
|
|
||||||
xf86drm.h \
|
|
||||||
xf86drmMode.h
|
|
||||||
|
|
||||||
LIBDRM_INCLUDE_H_FILES := \
|
|
||||||
include/drm/drm.h \
|
|
||||||
include/drm/drm_fourcc.h \
|
|
||||||
include/drm/drm_mode.h \
|
|
||||||
include/drm/drm_sarea.h \
|
|
||||||
include/drm/i915_drm.h \
|
|
||||||
include/drm/mach64_drm.h \
|
|
||||||
include/drm/mga_drm.h \
|
|
||||||
include/drm/msm_drm.h \
|
|
||||||
include/drm/nouveau_drm.h \
|
|
||||||
include/drm/qxl_drm.h \
|
|
||||||
include/drm/r128_drm.h \
|
|
||||||
include/drm/radeon_drm.h \
|
|
||||||
include/drm/amdgpu_drm.h \
|
|
||||||
include/drm/savage_drm.h \
|
|
||||||
include/drm/sis_drm.h \
|
|
||||||
include/drm/tegra_drm.h \
|
|
||||||
include/drm/vc4_drm.h \
|
|
||||||
include/drm/via_drm.h \
|
|
||||||
include/drm/virtgpu_drm.h
|
|
||||||
|
|
||||||
LIBDRM_INCLUDE_ANDROID_H_FILES := \
|
|
||||||
android/gralloc_handle.h
|
|
||||||
|
|
||||||
LIBDRM_INCLUDE_VMWGFX_H_FILES := \
|
|
||||||
include/drm/vmwgfx_drm.h
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
LIBDRM_AMDGPU_FILES := \
|
|
||||||
amdgpu_asic_id.c \
|
|
||||||
amdgpu_bo.c \
|
|
||||||
amdgpu_cs.c \
|
|
||||||
amdgpu_device.c \
|
|
||||||
amdgpu_gpu_info.c \
|
|
||||||
amdgpu_internal.h \
|
|
||||||
amdgpu_vamgr.c \
|
|
||||||
amdgpu_vm.c \
|
|
||||||
handle_table.c \
|
|
||||||
handle_table.h
|
|
||||||
|
|
||||||
LIBDRM_AMDGPU_H_FILES := \
|
|
||||||
amdgpu.h
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
LIBDRM_ETNAVIV_FILES := \
|
|
||||||
etnaviv_device.c \
|
|
||||||
etnaviv_gpu.c \
|
|
||||||
etnaviv_bo.c \
|
|
||||||
etnaviv_bo_cache.c \
|
|
||||||
etnaviv_perfmon.c \
|
|
||||||
etnaviv_pipe.c \
|
|
||||||
etnaviv_cmd_stream.c \
|
|
||||||
etnaviv_drm.h \
|
|
||||||
etnaviv_priv.h
|
|
||||||
|
|
||||||
LIBDRM_ETNAVIV_H_FILES := \
|
|
||||||
etnaviv_drmif.h
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
||||||
LIBDRM_FREEDRENO_FILES := \
|
|
||||||
freedreno_device.c \
|
|
||||||
freedreno_pipe.c \
|
|
||||||
freedreno_priv.h \
|
|
||||||
freedreno_ringbuffer.c \
|
|
||||||
freedreno_bo.c \
|
|
||||||
freedreno_bo_cache.c \
|
|
||||||
msm/msm_bo.c \
|
|
||||||
msm/msm_device.c \
|
|
||||||
msm/msm_pipe.c \
|
|
||||||
msm/msm_priv.h \
|
|
||||||
msm/msm_ringbuffer.c
|
|
||||||
|
|
||||||
LIBDRM_FREEDRENO_KGSL_FILES := \
|
|
||||||
kgsl/kgsl_bo.c \
|
|
||||||
kgsl/kgsl_device.c \
|
|
||||||
kgsl/kgsl_drm.h \
|
|
||||||
kgsl/kgsl_pipe.c \
|
|
||||||
kgsl/kgsl_priv.h \
|
|
||||||
kgsl/kgsl_ringbuffer.c \
|
|
||||||
kgsl/msm_kgsl.h
|
|
||||||
|
|
||||||
LIBDRM_FREEDRENO_H_FILES := \
|
|
||||||
freedreno_drmif.h \
|
|
||||||
freedreno_ringbuffer.h
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
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 \
|
|
||||||
uthash.h
|
|
||||||
|
|
||||||
LIBDRM_INTEL_H_FILES := \
|
|
||||||
intel_bufmgr.h \
|
|
||||||
intel_aub.h \
|
|
||||||
intel_debug.h
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
LIBDRM_NOUVEAU_FILES := \
|
|
||||||
nouveau.c \
|
|
||||||
pushbuf.c \
|
|
||||||
bufctx.c \
|
|
||||||
abi16.c \
|
|
||||||
private.h
|
|
||||||
|
|
||||||
LIBDRM_NOUVEAU_H_FILES := \
|
|
||||||
nouveau.h
|
|
||||||
|
|
@ -1,21 +0,0 @@
|
||||||
LIBDRM_RADEON_FILES := \
|
|
||||||
radeon_bo_gem.c \
|
|
||||||
radeon_cs_gem.c \
|
|
||||||
radeon_cs_space.c \
|
|
||||||
radeon_bo.c \
|
|
||||||
radeon_cs.c \
|
|
||||||
radeon_surface.c
|
|
||||||
|
|
||||||
LIBDRM_RADEON_H_FILES := \
|
|
||||||
radeon_bo.h \
|
|
||||||
radeon_cs.h \
|
|
||||||
radeon_surface.h \
|
|
||||||
radeon_bo_gem.h \
|
|
||||||
radeon_cs_gem.h \
|
|
||||||
radeon_bo_int.h \
|
|
||||||
radeon_cs_int.h \
|
|
||||||
r600_pci_ids.h
|
|
||||||
|
|
||||||
LIBDRM_RADEON_BOF_FILES := \
|
|
||||||
bof.c \
|
|
||||||
bof.h
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
MODETEST_FILES := \
|
|
||||||
buffers.c \
|
|
||||||
buffers.h \
|
|
||||||
cursor.c \
|
|
||||||
cursor.h \
|
|
||||||
modetest.c
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
PROPTEST_FILES := \
|
|
||||||
proptest.c
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
UTIL_FILES := \
|
|
||||||
common.h \
|
|
||||||
format.c \
|
|
||||||
format.h \
|
|
||||||
kms.c \
|
|
||||||
kms.h \
|
|
||||||
pattern.c \
|
|
||||||
pattern.h
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
LIBDRM_VC4_H_FILES := \
|
|
||||||
vc4_packet.h \
|
|
||||||
vc4_qpu_defines.h
|
|
||||||
Loading…
Add table
Reference in a new issue