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

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

include Makefile.sources

LIBNAME = radeon

LIBRARY_INCLUDES = -I$(TOP)/include

CXXFLAGS+= $(LLVM_CXXFLAGS)

include ../../Makefile.template

CXXFLAGS := $(filter-out -DDEBUG, $(CXXFLAGS))