Makefile (af01d47d3c22cb1b1f7f74e22595beeed956c9b5) Makefile (157e72e831cb8f323108b5df6d0b148aef9507fb)
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

--- 115 unchanged lines hidden (view full) ---

124 gfx_v10_0.o
125
126# add async DMA block
127amdgpu-y += \
128 amdgpu_sdma.o \
129 sdma_v2_4.o \
130 sdma_v3_0.o \
131 sdma_v4_0.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

--- 115 unchanged lines hidden (view full) ---

124 gfx_v10_0.o
125
126# add async DMA block
127amdgpu-y += \
128 amdgpu_sdma.o \
129 sdma_v2_4.o \
130 sdma_v3_0.o \
131 sdma_v4_0.o \
132 sdma_v5_0.o
132 sdma_v5_0.o \
133 sdma_v5_2.o
133
134# add MES block
135amdgpu-y += \
136 mes_v10_1.o
137
138# add UVD block
139amdgpu-y += \
140 amdgpu_uvd.o \

--- 82 unchanged lines hidden ---
134
135# add MES block
136amdgpu-y += \
137 mes_v10_1.o
138
139# add UVD block
140amdgpu-y += \
141 amdgpu_uvd.o \

--- 82 unchanged lines hidden ---