summaryrefslogtreecommitdiffstats
path: root/src/amd/Makefile.common.am
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-05-26 11:59:20 +0100
committerEric Engestrom <[email protected]>2017-05-26 15:19:55 +0100
commit44b29dd7b6cdc1a3fde58c367b9de8081ac4167b (patch)
treea7777c2a733b8e6d3053752841127a38cc54895d /src/amd/Makefile.common.am
parentcd8a9d7dfad9af185dd439c74493c96c666bade0 (diff)
amd/common: add missing libdrm include path
Fixes: de9dd4f9f1bb5984c554 ("ac/radeonsi: move struct radeon_info to ac_gpu_info.h") Reviewed-by: Marek Olšák <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/amd/Makefile.common.am')
-rw-r--r--src/amd/Makefile.common.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Makefile.common.am b/src/amd/Makefile.common.am
index dff461c35d4..9d41b869034 100644
--- a/src/amd/Makefile.common.am
+++ b/src/amd/Makefile.common.am
@@ -46,6 +46,7 @@ common_libamd_common_la_CFLAGS = \
$(VISIBILITY_CFLAGS) \
$(PTHREAD_CFLAGS) \
$(LLVM_CFLAGS) \
+ $(LIBDRM_CFLAGS) \
$(LIBELF_CFLAGS)
common_libamd_common_la_CXXFLAGS = \