gpu: nvgpu: remove gk20a/ from userspace headers

A previous change removed the last header file in gpu/nvgpu/gk20a
as a result, the userspace Makefile.sources need to reflect that.

JIRA NVGPU-2012

Change-Id: If20063616a49ba8fd77eac31b0c22a475a344831
Signed-off-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2113973
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Tested-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Adeel Raza <araza@nvidia.com>
Tested-by: Adeel Raza <araza@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Nicolas Benech
2019-05-07 14:37:05 -04:00
committed by mobile promotions
parent b4590adae4
commit e2a712441d

View File

@@ -26,8 +26,7 @@ OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o)
HEADERS := \
$(NVGPU_SRC)/include/nvgpu/*.h \
$(NVGPU_SRC)/include/nvgpu/hw/*/*.h \
$(NVGPU_SRC)/gk20a/*.h
$(NVGPU_SRC)/include/nvgpu/hw/*/*.h
CORE_OBJS := \
$(CORE_OUT)/unit_main.o \