gpu: nvgpu: add NVGPU_POSIX config in host builds

A previous change to re-organize Makefile.sources made use
of the NVGPU_POSIX variable which was not defined in the
host Makefile and thus caused run issues. This patch adds
the missing variable.

JIRA NVGPU-1734

Change-Id: I0857204578ff67fa80113c3a40eac13f290dd838
Signed-off-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2001062
Reviewed-by: Alex Waterman <alexw@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Terje Bergstrom <tbergstrom@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-01-22 11:30:15 -05:00
committed by mobile promotions
parent 80d8d9f8d1
commit a35a89b780

View File

@@ -51,6 +51,9 @@ INCLUDES= \
-I$(TWD)/../include/uapi \ -I$(TWD)/../include/uapi \
-I$(TWD)/include -I$(TWD)/include
# This Makefile is only for host POSIX builds
NVGPU_POSIX=1
# Linuxy configs. We want these so that we can mirror builds from the actual # Linuxy configs. We want these so that we can mirror builds from the actual
# Linux kernel. # Linux kernel.
include Makefile.configs include Makefile.configs