summaryrefslogtreecommitdiffstats
path: root/userspace/units/posix-bitops/Makefile.interface.tmk
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/units/posix-bitops/Makefile.interface.tmk')
-rw-r--r--userspace/units/posix-bitops/Makefile.interface.tmk25
1 files changed, 25 insertions, 0 deletions
diff --git a/userspace/units/posix-bitops/Makefile.interface.tmk b/userspace/units/posix-bitops/Makefile.interface.tmk
new file mode 100644
index 00000000..de40c00d
--- /dev/null
+++ b/userspace/units/posix-bitops/Makefile.interface.tmk
@@ -0,0 +1,25 @@
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 component makefile
12#
13###############################################################################
14
15ifdef NV_INTERFACE_FLAG_SHARED_LIBRARY_SECTION
16NV_INTERFACE_NAME := posix-bitops
17NV_INTERFACE_EXPORTS := posix-bitops
18NV_INTERFACE_PUBLIC_INCLUDES := . include
19endif
20
21# Local Variables:
22# indent-tabs-mode: t
23# tab-width: 8
24# End:
25# vi: set tabstop=8 noexpandtab: