Makefile (84c03df58d8bbf77feb2f199f10dbe8f7f72c782) | Makefile (4652ae7a51b78d7607c247228ac2a14fa0088bbf) |
---|---|
1# 2# Copyright 2017 Advanced Micro Devices, Inc. 3# 4# Permission is hereby granted, free of charge, to any person obtaining a 5# copy of this software and associated documentation files (the "Software"), 6# to deal in the Software without restriction, including without limitation 7# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8# and/or sell copies of the Software, and to permit persons to whom the --- 10 unchanged lines hidden (view full) --- 19# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20# OTHER DEALINGS IN THE SOFTWARE. 21# 22# 23# Makefile for Display Core (dc) component. 24 25DC_LIBS = basics bios dml clk_mgr dce gpio irq link virtual dsc 26 | 1# 2# Copyright 2017 Advanced Micro Devices, Inc. 3# 4# Permission is hereby granted, free of charge, to any person obtaining a 5# copy of this software and associated documentation files (the "Software"), 6# to deal in the Software without restriction, including without limitation 7# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8# and/or sell copies of the Software, and to permit persons to whom the --- 10 unchanged lines hidden (view full) --- 19# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20# OTHER DEALINGS IN THE SOFTWARE. 21# 22# 23# Makefile for Display Core (dc) component. 24 25DC_LIBS = basics bios dml clk_mgr dce gpio irq link virtual dsc 26 |
27ifdef CONFIG_DRM_AMD_DC_DCN | 27ifdef CONFIG_DRM_AMD_DC_FP |
28 29KCOV_INSTRUMENT := n 30 31DC_LIBS += dcn20 32DC_LIBS += dcn10 33DC_LIBS += dcn21 34DC_LIBS += dcn201 35DC_LIBS += dcn30 --- 45 unchanged lines hidden --- | 28 29KCOV_INSTRUMENT := n 30 31DC_LIBS += dcn20 32DC_LIBS += dcn10 33DC_LIBS += dcn21 34DC_LIBS += dcn201 35DC_LIBS += dcn30 --- 45 unchanged lines hidden --- |