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

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

LIBNAME = r600winsys

C_SOURCES = \
	evergreen_hw_context.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: