From 02f9c99e4b4a452ded20978c5ee1e27b775b9224 Mon Sep 17 00:00:00 2001 From: Anup Mahindre Date: Fri, 3 Aug 2018 16:20:04 +0530 Subject: userspace: Enable nvgpu-next build Added targets in corresponding makefiles/sources to enable building nvgpu-next from userspace. JIRA NVGPU-1015 Change-Id: Ia358162e14205035e4552bfb7f32825c7de48fc2 Signed-off-by: Anup Mahindre Reviewed-on: https://git-master.nvidia.com/r/1792003 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/Makefile.sources | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'userspace/Makefile.sources') diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources index 329871f8..cbb88319 100644 --- a/userspace/Makefile.sources +++ b/userspace/Makefile.sources @@ -20,9 +20,10 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. -include ../drivers/gpu/nvgpu/Makefile.sources +include $(NVGPU_SRC)/Makefile.sources +-include $(NVGPU_NEXT_SRC)/Makefile.sources -OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o) +OBJS := $(srcs:%.c=$(NVGPU_OUT)/%.o) $(srcs_next:%.c=$(NVGPU_OUT)/%.o) HEADERS := \ $(NVGPU_SRC)/include/nvgpu/*.h \ -- cgit v1.2.2