summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/r600/drm/Makefile
blob: e5b58d6cf8784b3f9ee7f32d1e6ce2652ffad74a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

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

LIBNAME = r600winsys

C_SOURCES = \
	evergreen_hw_context.c \
	radeon_bo.c \
	radeon_pciid.c \
	r600_bo.c \
	r600_drm.c \
	r600_hw_context.c

LIBRARY_INCLUDES = -I$(TOP)/src/gallium/drivers/r600 \
		   -I$(TOP)/include \
		   $(shell pkg-config libdrm --cflags-only-I)

include ../../../Makefile.template

symlinks: