On 04/03/2017 06:37 PM, Nicolai Hähnle wrote:
> On 01.04.2017 12:48, Mauro Rossi wrote:
>> Fixes the following build error:
>>
>> external/mesa/src/amd/addrlib/gfx9/gfx9addrlib.cpp:36:10: fatal error:
>> 'gfx9_gb_reg.h' file not found
>>          ^
>> 1 error generated.
>>
>> Fixes: 7f160ef "amd/addrlib: import gfx9 support"
> 
> Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>
Reviewed-by: Edward O'Callaghan <funfunc...@folklore1984.net>

> 
>> ---
>>  src/amd/Android.addrlib.mk | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/src/amd/Android.addrlib.mk b/src/amd/Android.addrlib.mk
>> index d296ce0431c..540de5554bd 100644
>> --- a/src/amd/Android.addrlib.mk
>> +++ b/src/amd/Android.addrlib.mk
>> @@ -37,7 +37,9 @@ LOCAL_C_INCLUDES := \
>>      $(MESA_TOP)/src/amd/common \
>>      $(MESA_TOP)/src/amd/addrlib \
>>      $(MESA_TOP)/src/amd/addrlib/core \
>> +    $(MESA_TOP)/src/amd/addrlib/inc/chip/gfx9 \
>>      $(MESA_TOP)/src/amd/addrlib/inc/chip/r800 \
>> +    $(MESA_TOP)/src/amd/addrlib/gfx9/chip \
>>      $(MESA_TOP)/src/amd/addrlib/r800/chip
>>
>>  include $(MESA_COMMON_MK)
>>
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to