summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/amd/Makefile
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2008-12-18 18:29:51 +0100
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:19 -0800
commitb3cf2af13a5d053ce3ff0c4f3715123d34bfcc32 (patch)
treed1c76bf9748a3f0877f1b3f51fa7ae5d6d10692d /src/gallium/winsys/drm/amd/Makefile
parent14f79d46a56797924550dfdb3846c8c589637319 (diff)
amd: initial winsys
Diffstat (limited to 'src/gallium/winsys/drm/amd/Makefile')
-rw-r--r--src/gallium/winsys/drm/amd/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/amd/Makefile b/src/gallium/winsys/drm/amd/Makefile
new file mode 100644
index 0000000000..a1b5602c05
--- /dev/null
+++ b/src/gallium/winsys/drm/amd/Makefile
@@ -0,0 +1,28 @@
+
+TOP = ../../../../..
+include $(TOP)/configs/current
+
+LIBNAME = amd_dri.so
+
+MINIGLX_SOURCES =
+
+PIPE_DRIVERS = \
+ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a
+
+DRIVER_SOURCES = \
+ amd_buffer.c \
+ amd_context.c \
+ amd_screen.c \
+ amd_winsys_softpipe.c
+
+C_SOURCES = \
+ $(COMMON_GALLIUM_SOURCES) \
+ $(DRIVER_SOURCES)
+
+ASM_SOURCES =
+
+include ../Makefile.template
+
+DRI_LIB_DEPS += -ldrm-radeon
+
+symlinks: