summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/radeonsi/Automake.inc')
-rw-r--r--src/gallium/drivers/radeonsi/Automake.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/gallium/drivers/radeonsi/Automake.inc b/src/gallium/drivers/radeonsi/Automake.inc
deleted file mode 100644
index 740648d798b..00000000000
--- a/src/gallium/drivers/radeonsi/Automake.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-if HAVE_GALLIUM_RADEONSI
-
-TARGET_DRIVERS += radeonsi
-TARGET_CPPFLAGS += -DGALLIUM_RADEONSI
-TARGET_LIB_DEPS += \
- $(top_builddir)/src/gallium/drivers/radeonsi/libradeonsi.la \
- $(RADEON_LIBS) \
- $(LIBDRM_LIBS) \
- $(AMDGPU_LIBS)
-
-TARGET_COMPILER_LIB_DEPS = \
- $(top_builddir)/src/compiler/nir/libnir.la
-
-TARGET_RADEON_WINSYS = \
- $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
- $(top_builddir)/src/gallium/winsys/amdgpu/drm/libamdgpuwinsys.la
-
-TARGET_RADEON_COMMON = \
- $(top_builddir)/src/amd/common/libamd_common.la
-
-endif