drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILES

The above two variables are unused as of commit

  commit 024fe6852a
  Author: Tom Stellard <thomas.stellard@amd.com>
  Date:   Tue Apr 2 10:42:50 2013 -0700

      radeon/llvm: Use LLVM C API for compiling LLVM IR to ISA v2

which removed the only cpp file from drivers/radeon, but missed to
remove the CXXFLAGS. The sequential commit reintroduced and empty
LLVM_CPP_FILES.

Lets cleanup and remove both.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
Emil Velikov 2013-11-16 18:37:52 +00:00
parent 1e67ee8c9a
commit 5896100a38
1 changed files with 0 additions and 4 deletions

View File

@ -15,15 +15,11 @@ if NEED_RADEON_LLVM
noinst_LTLIBRARIES += libllvmradeon.la
libllvmradeon_la_CXXFLAGS = \
$(GALLIUM_DRIVER_CXXFLAGS)
libllvmradeon_la_CFLAGS = \
$(GALLIUM_DRIVER_CFLAGS) \
$(LLVM_CFLAGS)
libllvmradeon_la_SOURCES = \
$(LLVM_CPP_FILES) \
$(LLVM_C_FILES)
libllvmradeon_la_LIBADD = \