summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/egl_g3d/Makefile
blob: 9027a5ff46d259af534c4af1bdcb367c0f416820 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP = ../../../../../..
include $(TOP)/configs/current

EGL_DRIVER_NAME = r300
EGL_DRIVER_SOURCES = dummy.c
EGL_DRIVER_LIBS = -ldrm_radeon

EGL_DRIVER_PIPES = \
	$(TOP)/src/gallium/winsys/drm/radeon/core/libradeonwinsys.a \
	$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
	$(TOP)/src/gallium/drivers/trace/libtrace.a \
	$(TOP)/src/gallium/drivers/r300/libr300.a

include ../../Makefile.egl_g3d