aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/radeon/drm/Makefile
blob: 517360e4364d70aa2c5c983899927c9e371263a5 (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: