summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/Makefile
blob: e15e2ff2667c2c2625412477fdd8fc95ae38ec39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TOP = ../../../..
include $(TOP)/configs/current

LIBNAME = r600

#This is for libdrm include path
CFLAGS+=$(RADEON_CFLAGS)

LIBRARY_INCLUDES = -I$(TOP)/include

# get C_SOURCES
include Makefile.sources

include ../../Makefile.template

# FIXME: Remove when this driver is converted to automake.
all: default