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

EGL_DRIVER_NAME = radeon
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