mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: fix userspace build
The following changes moved/renamed/deleted files: - https://git-master.nvidia.com/r/#/c/1730893/ - https://git-master.nvidia.com/r/#/c/1730890/ These changes did not update Makefile.sources which is used by the userspace build. That's why the userspace build broke. This change updates Makefile.sources and fixes the userspace build. Change-Id: I011101c2f956cd1304d44d54d3e4a1a4cdfb6da9 Signed-off-by: Adeel Raza <araza@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1747659 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
@@ -32,7 +32,6 @@ srcs := common/mm/nvgpu_allocator.c \
|
|||||||
common/mm/nvgpu_mem.c \
|
common/mm/nvgpu_mem.c \
|
||||||
common/mm/comptags.c \
|
common/mm/comptags.c \
|
||||||
common/mm/mm.c \
|
common/mm/mm.c \
|
||||||
common/bus/bus.c \
|
|
||||||
common/enabled.c \
|
common/enabled.c \
|
||||||
common/pramin.c \
|
common/pramin.c \
|
||||||
common/semaphore.c \
|
common/semaphore.c \
|
||||||
@@ -71,6 +70,7 @@ srcs := common/mm/nvgpu_allocator.c \
|
|||||||
common/posix/nvlink.c \
|
common/posix/nvlink.c \
|
||||||
common/posix/lock.c \
|
common/posix/lock.c \
|
||||||
common/posix/stubs.c \
|
common/posix/stubs.c \
|
||||||
|
common/ptimer/ptimer.c \
|
||||||
common/clock_gating/gm20b_gating_reglist.c \
|
common/clock_gating/gm20b_gating_reglist.c \
|
||||||
common/clock_gating/gp10b_gating_reglist.c \
|
common/clock_gating/gp10b_gating_reglist.c \
|
||||||
common/clock_gating/gv11b_gating_reglist.c \
|
common/clock_gating/gv11b_gating_reglist.c \
|
||||||
@@ -109,7 +109,7 @@ srcs := common/mm/nvgpu_allocator.c \
|
|||||||
lpwr/rppg.c \
|
lpwr/rppg.c \
|
||||||
gk20a/gk20a.c \
|
gk20a/gk20a.c \
|
||||||
common/bus/bus_gk20a.c \
|
common/bus/bus_gk20a.c \
|
||||||
gk20a/pramin_gk20a.c \
|
common/ptimer/ptimer_gk20a.c \
|
||||||
gk20a/ce2_gk20a.c \
|
gk20a/ce2_gk20a.c \
|
||||||
gk20a/fifo_gk20a.c \
|
gk20a/fifo_gk20a.c \
|
||||||
gk20a/channel_gk20a.c \
|
gk20a/channel_gk20a.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user