summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/Automake.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/Automake.inc')
-rw-r--r--src/gallium/drivers/r300/Automake.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/Automake.inc b/src/gallium/drivers/r300/Automake.inc
new file mode 100644
index 00000000000..42614cb347b
--- /dev/null
+++ b/src/gallium/drivers/r300/Automake.inc
@@ -0,0 +1,13 @@
+if HAVE_GALLIUM_R300
+
+TARGET_DRIVERS += r300
+TARGET_CPPFLAGS += -DGALLIUM_R300
+TARGET_LIB_DEPS += \
+ $(top_builddir)/src/gallium/drivers/r300/libr300.la \
+ $(RADEON_LIBS) \
+ $(INTEL_LIBS)
+
+TARGET_RADEON_WINSYS ?= \
+ $(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la
+
+endif