summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.sources
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.sources')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 99f3b69b..56cb3455 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -1,6 +1,6 @@
1# -*- mode: makefile -*- 1# -*- mode: makefile -*-
2# 2#
3# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. 3# Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved.
4# 4#
5# Permission is hereby granted, free of charge, to any person obtaining a 5# Permission is hereby granted, free of charge, to any person obtaining a
6# copy of this software and associated documentation files (the "Software"), 6# copy of this software and associated documentation files (the "Software"),
@@ -174,6 +174,7 @@ srcs := os/posix/nvgpu.c \
174 gm20b/mm_gm20b.c \ 174 gm20b/mm_gm20b.c \
175 gm20b/regops_gm20b.c \ 175 gm20b/regops_gm20b.c \
176 gm20b/fecs_trace_gm20b.c \ 176 gm20b/fecs_trace_gm20b.c \
177 gp10b/acr_gp10b.c \
177 gp10b/gr_gp10b.c \ 178 gp10b/gr_gp10b.c \
178 gp10b/gr_ctx_gp10b.c \ 179 gp10b/gr_ctx_gp10b.c \
179 gp10b/ce_gp10b.c \ 180 gp10b/ce_gp10b.c \