mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
7 lines
193 B
Makefile
7 lines
193 B
Makefile
#
|
|
# Makefile - Intel MIC Linux driver.
|
|
# Copyright(c) 2013, Intel Corporation.
|
|
#
|
|
obj-$(CONFIG_INTEL_MIC_HOST) += host/
|
|
obj-$(CONFIG_INTEL_MIC_CARD) += card/
|
|
obj-$(CONFIG_INTEL_MIC_BUS) += bus/
|