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 <eric.engestrom@imgtec.com>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
Dylan Baker
2017-12-11 15:58:00 -08:00
parent fbf192a67e
commit 8e981eb2b7

View File

@@ -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,
)