summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/r600/drm/Makefile
blob: c23286c81972765588953b4859c63a73b75e6043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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

LIBNAME = r600winsys

# get C_SOURCES
include Makefile.sources

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

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

symlinks: