diff options
author | Emil Velikov <[email protected]> | 2017-05-26 16:32:53 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-06-16 12:41:44 +0100 |
commit | d5199cdd7a232705a5f6c0010ff17c68add854f5 (patch) | |
tree | b14cb567e33ac7382bb5f2ffc12ce0d5cd796c65 /src/amd/Makefile.common.am | |
parent | 81945ded0dc3d25d55eaf682dce220fa4c2de9fe (diff) |
Revert "amd/common: add missing libdrm include path"
This reverts commit 44b29dd7b6cdc1a3fde58c367b9de8081ac4167b.
Should no longer be required as of last patch.
Cc: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/amd/Makefile.common.am')
-rw-r--r-- | src/amd/Makefile.common.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/Makefile.common.am b/src/amd/Makefile.common.am index 9d41b869034..dff461c35d4 100644 --- a/src/amd/Makefile.common.am +++ b/src/amd/Makefile.common.am @@ -46,7 +46,6 @@ common_libamd_common_la_CFLAGS = \ $(VISIBILITY_CFLAGS) \ $(PTHREAD_CFLAGS) \ $(LLVM_CFLAGS) \ - $(LIBDRM_CFLAGS) \ $(LIBELF_CFLAGS) common_libamd_common_la_CXXFLAGS = \ |