blob: f0cbe1d4ed18174746c790ae263c1ee77bb7e4fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: GPL-2.0+
#
# (C) Copyright 2023 Texas Instruments Incorporated - https://www.ti.com/
# Nikhil M Jain, [email protected]
#
# based on the linux tidss driver, which is
#
# (C) Copyright 2018 Texas Instruments Incorporated - https://www.ti.com/
# Author: Tomi Valkeinen <[email protected]>
obj-${CONFIG_$(XPL_)VIDEO_TIDSS} = tidss_drv.o
|