c05564c4d8
Android 13
8 lines
166 B
Makefile
Executable file
8 lines
166 B
Makefile
Executable file
#
|
|
# 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
|