summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.umbrella.tmk')
-rw-r--r--Makefile.umbrella.tmk26
1 files changed, 26 insertions, 0 deletions
diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk
new file mode 100644
index 00000000..451beca7
--- /dev/null
+++ b/Makefile.umbrella.tmk
@@ -0,0 +1,26 @@
1################################### tell Emacs this is a -*- makefile-gmake -*-
2#
3# Copyright (c) 2018 NVIDIA CORPORATION. All rights reserved.
4#
5# NVIDIA CORPORATION and its licensors retain all intellectual property
6# and proprietary rights in and to this software, related documentation
7# and any modifications thereto. Any use, reproduction, disclosure or
8# distribution of this software and related documentation without an express
9# license agreement from NVIDIA CORPORATION is strictly prohibited.
10#
11# tmake for SW Mobile
12#
13# Repository umbrella makefile fragment for "nvgpu"
14#
15###############################################################################
16
17#
18# Components common to all builds
19#
20NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu
21
22# Local Variables:
23# indent-tabs-mode: t
24# tab-width: 8
25# End:
26# vi: set tabstop=8 noexpandtab: