summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-i965/Makefile
blob: fe3091190c1f4052964e830aad694d90034e25ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TOP = ../../../..
include $(TOP)/configs/current

EGL_DRIVER_NAME = i965
EGL_DRIVER_SOURCES = target.c
EGL_DRIVER_LIBS = -ldrm_intel

EGL_DRIVER_DEFINES = \
	-DGALLIUM_SOFTPIPE

EGL_DRIVER_PIPES = \
	$(TOP)/src/gallium/winsys/i965/drm/libi965drm.a \
	$(TOP)/src/gallium/drivers/trace/libtrace.a \
	$(TOP)/src/gallium/drivers/rbug/librbug.a \
	$(TOP)/src/gallium/drivers/i965/libi965.a \
	$(TOP)/src/gallium/winsys/sw/wrapper/libwsw.a \
	$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a

include ../Makefile.egl