diff options
author | Dylan Baker <[email protected]> | 2017-12-11 15:58:00 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-01-11 15:40:02 -0800 |
commit | 8e981eb2b7099849c7b74d855afb0c65f92227e8 (patch) | |
tree | db5bd2f44a8b4dd56008869b97e8fc8947ca5ab0 /src/amd | |
parent | fbf192a67ed2e3d4f614b49fe008c980c5f7c9a2 (diff) |
meson: Use include variables
These were added after adderlib was mesonified, but it still good to use
them instead of open coding them.
Acked-by: Eric Engestrom <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/addrlib/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/addrlib/meson.build b/src/amd/addrlib/meson.build index 1d16ba86499..a7e9dc8c183 100644 --- a/src/amd/addrlib/meson.build +++ b/src/amd/addrlib/meson.build @@ -56,8 +56,8 @@ libamdgpu_addrlib = static_library( include_directories : [ include_directories( 'core', 'inc/chip/gfx9', 'inc/chip/r800', 'gfx9/chip', 'r800/chip', - '../common', '../../', ), + inc_amd_common, inc_src, ], cpp_args : cpp_vis_args, ) |