Makefile (1a09120f83a0f55a5a159b785104a5c8fa13c9ef) Makefile (1b1f42d8fde4fef1ed7873bf5aa91755f8c3de35)
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

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

130amdgpu-y += \
131 amdgpu_amdkfd.o \
132 amdgpu_amdkfd_gfx_v8.o
133
134# add cgs
135amdgpu-y += amdgpu_cgs.o
136
137# GPU scheduler
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

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

130amdgpu-y += \
131 amdgpu_amdkfd.o \
132 amdgpu_amdkfd_gfx_v8.o
133
134# add cgs
135amdgpu-y += amdgpu_cgs.o
136
137# GPU scheduler
138amdgpu-y += \
139 ../scheduler/gpu_scheduler.o \
140 ../scheduler/sched_fence.o \
141 amdgpu_job.o
138amdgpu-y += amdgpu_job.o
142
143# ACP componet
144ifneq ($(CONFIG_DRM_AMD_ACP),)
145amdgpu-y += amdgpu_acp.o
146
147AMDACPPATH := ../acp
148include $(FULL_AMD_PATH)/acp/Makefile
149

--- 22 unchanged lines hidden ---
139
140# ACP componet
141ifneq ($(CONFIG_DRM_AMD_ACP),)
142amdgpu-y += amdgpu_acp.o
143
144AMDACPPATH := ../acp
145include $(FULL_AMD_PATH)/acp/Makefile
146

--- 22 unchanged lines hidden ---