7 lines
150 B
Makefile
7 lines
150 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for the Transport Stream Processing hardware drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_ROCKCHIP_TSP) += rockchip_tsp.o
|