mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Add driver for implementing an UAPI for conversion between SYNC_FILE FDs and raw syncpoint ID / value pairs. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Change-Id: I54e30877f782e3e67ca91e09589d0c4862a257cd Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2729238 Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit
17 lines
377 B
Makefile
17 lines
377 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Tegra Host1x-fence Driver.
|
|
#
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
#
|
|
|
|
ccflags-y += -I$(srctree.nvidia)/include
|
|
ccflags-y += -I$(srctree.nvidia)/include/uapi/linux
|
|
ccflags-y += -I$(srctree.host1x)/include
|
|
ccflags-y += -DCONFIG_TEGRA_HOST1X
|
|
ccflags-y += -Werror
|
|
|
|
host1x-fence-objs = dev.o
|
|
|
|
obj-m += host1x-fence.o
|