summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/Makefile
blob: 68b9efebfa4203e35a7874afb7dcf66618d316f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

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

LIBNAME = radeonwinsys

# get C_SOURCES
include Makefile.sources

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

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

symlinks: