mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Fix local userspace build
Couple of header paths need to be deleted from the header deps in the userpsace build now that those paths are gone. Change-Id: I22c4c8a32ba5a2df0fa08d9055058d1c30748e80 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2111736 Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Tested-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Tested-by: Adeel Raza <araza@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-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:
committed by
mobile promotions
parent
f62fd1287e
commit
400c10164e
@@ -27,9 +27,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)/gv11b/*.h \
|
||||
$(NVGPU_SRC)/tu104/*.h
|
||||
$(NVGPU_SRC)/gk20a/*.h
|
||||
|
||||
CORE_OBJS := \
|
||||
$(CORE_OUT)/unit_main.o \
|
||||
|
||||
Reference in New Issue
Block a user