summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2016-06-27 20:46:02 -0400
committerAlex Waterman <alexw@nvidia.com>2016-07-19 14:30:45 -0400
commit5672cbdf6d8e7b8b93a08cd388097e2d1f0a8843 (patch)
treec00d0cc5c7f46ffe39c14bfdb6585716cd071bde /drivers/gpu/nvgpu/Makefile
parentb6569319c772d84087a0a1a6d7146bdcae8e9aab (diff)
gpu: nvgpu: Move buddy allocator to new file
Move the buddy allocator implementation to a new file to make the code more organized. Also, as part of this, commonize some macros and functions which will be used by future allocator implementations. Bug 1781897 Change-Id: I1611534d5d872bf3b4677f7a1cc024a94b1c437e Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/1172116 Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 0fdd2e28..a9a0f92f 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -53,6 +53,7 @@ nvgpu-y := \
53 gk20a/hal.o \ 53 gk20a/hal.o \
54 gk20a/hal_gk20a.o \ 54 gk20a/hal_gk20a.o \
55 gk20a/gk20a_allocator.o \ 55 gk20a/gk20a_allocator.o \
56 gk20a/gk20a_allocator_buddy.o \
56 gk20a/cde_gk20a.o \ 57 gk20a/cde_gk20a.o \
57 gk20a/platform_gk20a_generic.o \ 58 gk20a/platform_gk20a_generic.o \
58 gk20a/tsg_gk20a.o \ 59 gk20a/tsg_gk20a.o \