summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/Makefile')
-rw-r--r--src/gallium/drivers/nv50/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/Makefile b/src/gallium/drivers/nv50/Makefile
index bf1e8201a0..b3535c0976 100644
--- a/src/gallium/drivers/nv50/Makefile
+++ b/src/gallium/drivers/nv50/Makefile
@@ -29,4 +29,7 @@ C_SOURCES = \
nv50_pc_optimize.c \
nv50_pc_regalloc.c
+LIBRARY_INCLUDES = \
+ $(LIBDRM_CFLAGS)
+
include ../../Makefile.template