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