xref: /linux/drivers/media/pci/intel/ivsc/Makefile (revision 0b364cf53b20204e92bac7c6ebd1ee7d3ec62931)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Copyright (C) 2023, Intel Corporation. All rights reserved.
4
5obj-$(CONFIG_INTEL_VSC) += ivsc-csi.o
6ivsc-csi-y += mei_csi.o
7
8obj-$(CONFIG_INTEL_VSC) += ivsc-ace.o
9ivsc-ace-y += mei_ace.o
10