mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: fix licenses in userspace
The licenses used in the userspace folder were inconsistent. This patch fixes the situation by ensuring all files are using the MIT license. JIRA NVGPU-2974 Change-Id: I8c89667f72732ff6f73e6cf4be1acd9e58a7e516 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2087125 GVS: Gerrit_Virtual_Submit Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@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
e008937401
commit
33aea736a2
@@ -1,3 +1,25 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
#
|
||||||
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
|
# to deal in the Software without restriction, including without limitation
|
||||||
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Define various configs such as VIDMEM, etc. This is a bit annoying since
|
# Define various configs such as VIDMEM, etc. This is a bit annoying since
|
||||||
# this really should be specific to Linux, but many header files need to
|
# this really should be specific to Linux, but many header files need to
|
||||||
|
|||||||
@@ -1,12 +1,25 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
# and proprietary rights in and to this software, related documentation
|
#
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# distribution of this software and related documentation without an express
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# to deal in the Software without restriction, including without limitation
|
||||||
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,4 +1,24 @@
|
|||||||
|
#
|
||||||
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
#
|
||||||
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
|
# to deal in the Software without restriction, including without limitation
|
||||||
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
|
#
|
||||||
|
|
||||||
__core_print_stdout
|
__core_print_stdout
|
||||||
__core_print_stderr
|
__core_print_stderr
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2019 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,3 +1,23 @@
|
|||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
|
#
|
||||||
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
#
|
||||||
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
|
# to deal in the Software without restriction, including without limitation
|
||||||
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
|
#
|
||||||
|
|
||||||
__unit_module__
|
__unit_module__
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
24
userspace/units/posix/env/Makefile.interface.tmk
vendored
24
userspace/units/posix/env/Makefile.interface.tmk
vendored
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
24
userspace/units/posix/env/Makefile.tmk
vendored
24
userspace/units/posix/env/Makefile.tmk
vendored
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
################################### tell Emacs this is a -*- makefile-gmake -*-
|
################################### tell Emacs this is a -*- makefile-gmake -*-
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 NVIDIA CORPORATION. All Rights Reserved.
|
# Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved.
|
||||||
#
|
#
|
||||||
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
# Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
# and proprietary rights in and to this software, related documentation
|
# copy of this software and associated documentation files (the "Software"),
|
||||||
# and any modifications thereto. Any use, reproduction, disclosure or
|
# to deal in the Software without restriction, including without limitation
|
||||||
# distribution of this software and related documentation without an express
|
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||||
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
# and/or sell copies of the Software, and to permit persons to whom the
|
||||||
|
# Software is furnished to do so, subject to the following conditions:
|
||||||
|
#
|
||||||
|
# The above copyright notice and this permission notice shall be included in
|
||||||
|
# all copies or substantial portions of the Software.
|
||||||
|
#
|
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||||
|
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||||
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
|
# DEALINGS IN THE SOFTWARE.
|
||||||
#
|
#
|
||||||
# tmake for SW Mobile component makefile
|
# tmake for SW Mobile component makefile
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user