Makefile (2279b4e5967f92ef5d12e153f33c9c89219855bd) | Makefile (98a0f8687e3135b4606e17bb05fc0a5fa33be55f) |
---|---|
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 --- 74 unchanged lines hidden (view full) --- 83 df_v3_6.o 84 85# add GMC block 86amdgpu-y += \ 87 gmc_v7_0.o \ 88 gmc_v8_0.o \ 89 gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o gfxhub_v1_1.o mmhub_v9_4.o \ 90 gfxhub_v2_0.o mmhub_v2_0.o gmc_v10_0.o gfxhub_v2_1.o mmhub_v2_3.o \ | 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 --- 74 unchanged lines hidden (view full) --- 83 df_v3_6.o 84 85# add GMC block 86amdgpu-y += \ 87 gmc_v7_0.o \ 88 gmc_v8_0.o \ 89 gfxhub_v1_0.o mmhub_v1_0.o gmc_v9_0.o gfxhub_v1_1.o mmhub_v9_4.o \ 90 gfxhub_v2_0.o mmhub_v2_0.o gmc_v10_0.o gfxhub_v2_1.o mmhub_v2_3.o \ |
91 mmhub_v1_7.o gfxhub_v3_0.o | 91 mmhub_v1_7.o gfxhub_v3_0.o mmhub_v3_0.o |
92 93# add UMC block 94amdgpu-y += \ 95 umc_v6_0.o umc_v6_1.o umc_v6_7.o umc_v8_7.o 96 97# add IH block 98amdgpu-y += \ 99 amdgpu_irq.o \ --- 157 unchanged lines hidden --- | 92 93# add UMC block 94amdgpu-y += \ 95 umc_v6_0.o umc_v6_1.o umc_v6_7.o umc_v8_7.o 96 97# add IH block 98amdgpu-y += \ 99 amdgpu_irq.o \ --- 157 unchanged lines hidden --- |