summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/fb/Makefile
blob: cf9b3a85563548f2cb621b8053cb82b22e2c0cff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# src/mesa/drivers/dri/fb/Makefile

TOP = ../../../../..
include $(TOP)/configs/current

LIBNAME = fb_dri.so

ifeq ($(USING_EGL), 1)
EGL_SOURCES = server/radeon_egl.c
endif

DRIVER_SOURCES = \
	fb_dri.c \
	$(EGL_SOURCES)


C_SOURCES = \
	$(COMMON_SOURCES) \
	$(DRIVER_SOURCES)

ASM_SOURCES = 

# XXX not 100% sure this is right
#WINDOW_SYSTEM = solo

include ../Makefile.template