1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Makefile - Intel MIC COSM Client Driver
4# Copyright(c) 2015, Intel Corporation.
5#
6obj-$(CONFIG_MIC_COSM) += cosm_client.o
7
8cosm_client-objs += cosm_scif_client.o
9