summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile.sources
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-08-15 19:32:37 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-17 16:54:25 -0400
commitb15624b39b9b19ba139776e2a917bcd4e361c01e (patch)
tree0944c60323eb7565cfa84759abc16d69600d0dd7 /drivers/gpu/nvgpu/Makefile.sources
parent9feeae658acc2c997ef05b669ace8a0621e68ebb (diff)
gpu: nvgpu: posix: move the posix dir to os
Since the posix code is supporting a particular OS this code should belong under os/ not common/. Change-Id: Idf5f75b8ab9d614c9dd43ea23dab8df3c346c0ef Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1800658 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile.sources')
-rw-r--r--drivers/gpu/nvgpu/Makefile.sources50
1 files changed, 25 insertions, 25 deletions
diff --git a/drivers/gpu/nvgpu/Makefile.sources b/drivers/gpu/nvgpu/Makefile.sources
index 2d7efd98..7c6e7f7f 100644
--- a/drivers/gpu/nvgpu/Makefile.sources
+++ b/drivers/gpu/nvgpu/Makefile.sources
@@ -20,7 +20,31 @@
20# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21# DEALINGS IN THE SOFTWARE. 21# DEALINGS IN THE SOFTWARE.
22 22
23srcs := common/mm/nvgpu_allocator.c \ 23srcs := os/posix/nvgpu.c \
24 os/posix/bitmap.c \
25 os/posix/bug.c \
26 os/posix/log.c \
27 os/posix/kmem.c \
28 os/posix/io.c \
29 os/posix/posix-nvgpu_mem.c \
30 os/posix/dma.c \
31 os/posix/posix-vm.c \
32 os/posix/timers.c \
33 os/posix/posix-comptags.c \
34 os/posix/firmware.c \
35 os/posix/soc.c \
36 os/posix/rwsem.c \
37 os/posix/cond.c \
38 os/posix/thread.c \
39 os/posix/error_notifier.c \
40 os/posix/fuse.c \
41 os/posix/clk_arb.c \
42 os/posix/channel.c \
43 os/posix/tsg.c \
44 os/posix/nvlink.c \
45 os/posix/lock.c \
46 os/posix/stubs.c \
47 common/mm/nvgpu_allocator.c \
24 common/mm/bitmap_allocator.c \ 48 common/mm/bitmap_allocator.c \
25 common/mm/buddy_allocator.c \ 49 common/mm/buddy_allocator.c \
26 common/mm/page_allocator.c \ 50 common/mm/page_allocator.c \
@@ -71,30 +95,6 @@ srcs := common/mm/nvgpu_allocator.c \
71 common/pmu/pmu_pg.c \ 95 common/pmu/pmu_pg.c \
72 common/pmu/pmu_perfmon.c \ 96 common/pmu/pmu_perfmon.c \
73 common/pmu/pmu_debug.c \ 97 common/pmu/pmu_debug.c \
74 common/posix/nvgpu.c \
75 common/posix/bitmap.c \
76 common/posix/bug.c \
77 common/posix/log.c \
78 common/posix/kmem.c \
79 common/posix/io.c \
80 common/posix/posix-nvgpu_mem.c \
81 common/posix/dma.c \
82 common/posix/posix-vm.c \
83 common/posix/timers.c \
84 common/posix/posix-comptags.c \
85 common/posix/firmware.c \
86 common/posix/soc.c \
87 common/posix/rwsem.c \
88 common/posix/cond.c \
89 common/posix/thread.c \
90 common/posix/error_notifier.c \
91 common/posix/fuse.c \
92 common/posix/clk_arb.c \
93 common/posix/channel.c \
94 common/posix/tsg.c \
95 common/posix/nvlink.c \
96 common/posix/lock.c \
97 common/posix/stubs.c \
98 common/ptimer/ptimer.c \ 98 common/ptimer/ptimer.c \
99 common/clock_gating/gm20b_gating_reglist.c \ 99 common/clock_gating/gm20b_gating_reglist.c \
100 common/clock_gating/gp10b_gating_reglist.c \ 100 common/clock_gating/gp10b_gating_reglist.c \