aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Makefile
blob: 0e68fe99345f73cfe97f1f2dc589acdfeb0e7a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = r600

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

# get C_SOURCES
include Makefile.sources

include ../../Makefile.template