gpu: nvgpu: Adjust MM unit test paths

Adjust the MM unit tests pd_cache and page_table to reflect
their new paths in the common nvgpu code.

JIRA NVGPU-1246

Change-Id: I01454f758bbf54864210c01f8bfe3750b26891ce
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1986121
Reviewed-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Alex Waterman
2019-01-02 12:20:25 -08:00
committed by mobile promotions
parent b947c8ea7b
commit 8e8e40e66d
10 changed files with 10 additions and 10 deletions

View File

@@ -29,8 +29,8 @@ NV_REPOSITORY_COMPONENTS += userspace/units/posix/fault-injection
NV_REPOSITORY_COMPONENTS += userspace/units/pramin
NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_allocator
NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_sgt
NV_REPOSITORY_COMPONENTS += userspace/units/mm/pd_cache
NV_REPOSITORY_COMPONENTS += userspace/units/mm/page_table
NV_REPOSITORY_COMPONENTS += userspace/units/mm/gmmu/pd_cache
NV_REPOSITORY_COMPONENTS += userspace/units/mm/gmmu/page_table
NV_REPOSITORY_COMPONENTS += userspace/units/fifo/runlist
NV_REPOSITORY_COMPONENTS += userspace/units/fuse
NV_REPOSITORY_COMPONENTS += userspace/units/list

View File

@@ -55,8 +55,8 @@ UNITS := \
$(UNIT_SRC)/fuse \
$(UNIT_SRC)/mm/nvgpu_allocator \
$(UNIT_SRC)/mm/nvgpu_sgt \
$(UNIT_SRC)/mm/pd_cache \
$(UNIT_SRC)/mm/page_table \
$(UNIT_SRC)/mm/gmmu/pd_cache \
$(UNIT_SRC)/mm/gmmu/page_table \
$(UNIT_SRC)/fifo/runlist \
$(UNIT_SRC)/list

View File

@@ -23,4 +23,4 @@
OBJS = page_table.o
MODULE = page_table
include ../../Makefile.units
include ../../../Makefile.units

View File

@@ -14,7 +14,7 @@
NVGPU_UNIT_NAME=page_table
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.interface.tmk
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.interface.tmk
# Local Variables:
# indent-tabs-mode: t

View File

@@ -14,7 +14,7 @@
NVGPU_UNIT_NAME=page_table
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.tmk
# Local Variables:
# indent-tabs-mode: t

View File

@@ -23,4 +23,4 @@
OBJS = pd_cache.o
MODULE = pd_cache
include ../../Makefile.units
include ../../../Makefile.units

View File

@@ -14,7 +14,7 @@
NVGPU_UNIT_NAME=pd_cache
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.interface.tmk
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.interface.tmk
# Local Variables:
# indent-tabs-mode: t

View File

@@ -14,7 +14,7 @@
NVGPU_UNIT_NAME=pd_cache
include $(NV_COMPONENT_DIR)/../../Makefile.units.common.tmk
include $(NV_COMPONENT_DIR)/../../../Makefile.units.common.tmk
# Local Variables:
# indent-tabs-mode: t