mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
r600g: Reinstate include path to common radeon source directory
Fixes build failure since commit a131263a2f
('gallium/radeon: cleanup header inclusion'):
../../../../../src/gallium/drivers/r600/evergreen_compute.c:50:30: fatal error: radeon_llvm_util.h: No such file or directory
#include "radeon_llvm_util.h"
^
compilation terminated.
Trivial.
This commit is contained in:
parent
2cab62a68d
commit
2a99b6e40f
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ libr600_la_SOURCES = \
|
|||
if NEED_RADEON_LLVM
|
||||
|
||||
AM_CFLAGS += \
|
||||
$(LLVM_CFLAGS)
|
||||
$(LLVM_CFLAGS) \
|
||||
-I$(top_srcdir)/src/gallium/drivers/radeon/
|
||||
|
||||
libr600_la_SOURCES += \
|
||||
$(LLVM_C_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue