summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMauro Rossi <issor.oruam@gmail.com>2016-11-12 22:10:44 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-11-15 20:04:37 +0000
commit95ed2d9d2cf161ce63fe6a8b1694288634b6b65e (patch)
treeead9c35a2016157f3c2e7ee2ba9c5308154fa69b /src/Makefile.am
parent74e39de9324d2d2333cda6adca50ae2a3fc36de2 (diff)
amd: flatten amd/common makefile structure
This pulls amd/common build rules into upper level makefile, along with amd/addlib which is already there. v2: [Emil Velikov] - Move NEED_RADEON_LLVM conditional, drop amd/common from SUBDIRS - Drop AM_ from common_libamd_common_la* Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 630409c822..ad54356f88 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -78,10 +78,6 @@ if HAVE_AMD_DRIVERS
SUBDIRS += amd
endif
-if NEED_RADEON_LLVM
-SUBDIRS += amd/common
-endif
-
if HAVE_INTEL_DRIVERS
SUBDIRS += intel
endif