diff options
author | Mauro Rossi <[email protected]> | 2016-11-12 22:10:44 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-11-15 20:04:37 +0000 |
commit | 95ed2d9d2cf161ce63fe6a8b1694288634b6b65e (patch) | |
tree | ead9c35a2016157f3c2e7ee2ba9c5308154fa69b /src/amd/Makefile.am | |
parent | 74e39de9324d2d2333cda6adca50ae2a3fc36de2 (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 <[email protected]>
Diffstat (limited to 'src/amd/Makefile.am')
-rw-r--r-- | src/amd/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/Makefile.am b/src/amd/Makefile.am index d01d43552ca..1402ca54a7d 100644 --- a/src/amd/Makefile.am +++ b/src/amd/Makefile.am @@ -25,3 +25,4 @@ noinst_LTLIBRARIES = EXTRA_DIST = $(COMMON_HEADER_FILES) include Makefile.addrlib.am +include Makefile.common.am |