gpu: nvgpu: unit: fix the gr subunit file location

Correct few gr subunit file location to include the
right header file.

Jira NVGPU-4359

Change-Id: I391ecba8e05cc4fa49e438f81fe5caa275c8ee52
Signed-off-by: vinodg <vinodg@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2279189
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
vinodg
2020-01-14 16:16:42 -08:00
committed by Alex Waterman
parent b78bb66534
commit ab3f04213c

View File

@@ -91,11 +91,11 @@ INPUT += ../../../userspace/units/class/nvgpu-class.h
INPUT += ../../../userspace/units/gr/nvgpu-gr.h
INPUT += ../../../userspace/units/gr/setup/nvgpu-gr-setup.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-intr.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-init-hal-gv11b.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-falcon.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-fs-state.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-global-ctx.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-ctx.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-obj-ctx.h
INPUT += ../../../userspace/units/gr/init/nvgpu-gr-init-hal-gv11b.h
INPUT += ../../../userspace/units/gr/falcon/nvgpu-gr-falcon.h
INPUT += ../../../userspace/units/gr/fs_state/nvgpu-gr-fs-state.h
INPUT += ../../../userspace/units/gr/global_ctx/nvgpu-gr-global-ctx.h
INPUT += ../../../userspace/units/gr/ctx/nvgpu-gr-ctx.h
INPUT += ../../../userspace/units/gr/obj_ctx/nvgpu-gr-obj-ctx.h
INPUT += ../../../userspace/units/gr/config/nvgpu-gr-config.h
INPUT += ../../../userspace/units/ecc/nvgpu-ecc.h