6db4831e98
Android 14
8 lines
166 B
Makefile
8 lines
166 B
Makefile
#
|
|
# 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
|