summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Makefile
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2011-06-07 20:59:56 +0200
committerMarek Olšák <[email protected]>2011-06-07 21:02:52 +0200
commitd7111353bd52fa54ae6c0defd6d1c4a86fbfb3b3 (patch)
tree184d5d327a5704a70bc206cc073004e357c52a43 /src/gallium/drivers/r300/Makefile
parent4123131f3cc17942ab02b13d2a3bc338951051d5 (diff)
r300g: consolidate deducing chipset info
Use the new PCI ID table, make it simpler.
Diffstat (limited to 'src/gallium/drivers/r300/Makefile')
-rw-r--r--src/gallium/drivers/r300/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/Makefile b/src/gallium/drivers/r300/Makefile
index c9401b99f1c..4088216adcb 100644
--- a/src/gallium/drivers/r300/Makefile
+++ b/src/gallium/drivers/r300/Makefile
@@ -29,7 +29,8 @@ C_SOURCES = \
r300_transfer.c
LIBRARY_INCLUDES = \
- -I$(TOP)/src/mesa/drivers/dri/r300/compiler
+ -I$(TOP)/src/mesa/drivers/dri/r300/compiler \
+ -I$(TOP)/include
COMPILER_ARCHIVE = $(TOP)/src/mesa/drivers/dri/r300/compiler/libr300compiler.a