blob: 00fad29a6e6ec6a2119ecafe0baf245d53c95b5c (
plain)
1
2
3
4
5
6
7
8
9
|
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2023, Intel Corporation. All rights reserved.
obj-$(CONFIG_INTEL_VSC) += ivsc-csi.o
ivsc-csi-y += mei_csi.o
obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o
ivsc-ace-y += mei_ace.o
|