summaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-05-04 16:17:28 +0100
committerEmil Velikov <[email protected]>2017-05-18 18:00:59 +0100
commit0e4c34b347f635709fd435aa08538fe0947b57ee (patch)
tree3f617c3fcda7bd24d00d3bd7f687af5f6550ba81 /src/amd
parentf56fff79e73770cd7755547dacbc7105e95170b9 (diff)
radeon: automake: remove unneeded elf Cflags/Libs
No longer required as of commit d90bf4ef3e1 ("radeon: remove unused radeon_elf_util.{c,h}") v2: Add the required libelf link in src/amd/Makefile.common.am Fixes: d90bf4ef3e1 ("radeon: remove unused radeon_elf_util.{c,h}") Cc: Timothy Arceri <[email protected]> Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Marek Olšák <[email protected]> (v1) (cherry picked from commit 88b8aaea3b172d4a0224bcadf5f12e2ae6119a0c)
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/Makefile.common.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/amd/Makefile.common.am b/src/amd/Makefile.common.am
index 595876f610a..83f148b8051 100644
--- a/src/amd/Makefile.common.am
+++ b/src/amd/Makefile.common.am
@@ -65,6 +65,8 @@ common_libamd_common_la_SOURCES += $(AMD_NIR_FILES)
endif
endif
+common_libamd_common_la_LIBADD = $(LIBELF_LIBS)
+
common/sid_tables.h: $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h $(srcdir)/common/gfx9d.h
$(AM_V_at)$(MKDIR_P) $(@D)
$(AM_V_GEN) $(PYTHON2) $(srcdir)/common/sid_tables.py $(srcdir)/common/sid.h $(srcdir)/common/gfx9d.h > $@