diff options
author | Marek Olšák <[email protected]> | 2017-11-25 21:36:36 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-11-29 18:21:30 +0100 |
commit | d96c7e7822d42a4db269dedbbec4f3f7852c91a1 (patch) | |
tree | 0a13f04a7b245378041d935c223d34f9aebe645a /src/gallium/drivers/radeon/Makefile.am | |
parent | c63e225bff7417f792dc99f069dbdafc619e32d9 (diff) |
radeonsi: just include si_pipe.h in r600_query.c
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.am')
-rw-r--r-- | src/gallium/drivers/radeon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index 7f64b7615fe..d5570926885 100644 --- a/src/gallium/drivers/radeon/Makefile.am +++ b/src/gallium/drivers/radeon/Makefile.am @@ -5,6 +5,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ $(GALLIUM_DRIVER_CFLAGS) \ $(RADEON_CFLAGS) \ + -I$(top_srcdir)/src/amd/common \ -Wstrict-overflow=0 # ^^ disable warnings about overflows (os_time_timeout) |