diff options
author | Matt Turner <[email protected]> | 2017-03-06 09:35:33 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-03-07 07:27:45 -0800 |
commit | e457e6abec3c0c132bdc63f8849a3a970220c4e7 (patch) | |
tree | a1dc88af0f0ddd267203da7fd7faac11ef9e71ea /src/amd/Makefile.common.am | |
parent | 6424795f527826fab49564cd29d65806c6924ab6 (diff) |
build: Replace NEED_RADEON_LLVM with HAVE_GALLIUM_LLVM.
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/amd/Makefile.common.am')
-rw-r--r-- | src/amd/Makefile.common.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/Makefile.common.am b/src/amd/Makefile.common.am index 832a9434dce..e492fbcb393 100644 --- a/src/amd/Makefile.common.am +++ b/src/amd/Makefile.common.am @@ -19,7 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -if NEED_RADEON_LLVM +if HAVE_GALLIUM_LLVM COMMON_LIBS = common/libamd_common.la |