mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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:
committed by
mobile promotions
parent
80d8d9f8d1
commit
a35a89b780
@@ -51,6 +51,9 @@ INCLUDES= \
|
||||
-I$(TWD)/../include/uapi \
|
||||
-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
|
||||
# Linux kernel.
|
||||
include Makefile.configs
|
||||
|
||||
Reference in New Issue
Block a user