From 400c10164e02e668a1a4a2f9f46313ea116072a3 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 3 May 2019 17:19:12 -0700 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/2111736 Reviewed-by: Seshendra Gadagottu Tested-by: Seshendra Gadagottu Tested-by: Adeel Raza Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Adeel Raza Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/Makefile.sources | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources index 7d9e1ee66..fddb526f3 100644 --- a/userspace/Makefile.sources +++ b/userspace/Makefile.sources @@ -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 \