13 lines
342 B
Makefile
13 lines
342 B
Makefile
|
#
|
||
|
# Makefile - Intel ISH HID drivers
|
||
|
# Copyright (c) 2014-2016, Intel Corporation.
|
||
|
#
|
||
|
#
|
||
|
obj-$(CONFIG_INTEL_ISH_HID) += intel-ishtp.o
|
||
|
intel-ishtp-objs := ishtp/init.o
|
||
|
intel-ishtp-objs += ishtp/hbm.o
|
||
|
intel-ishtp-objs += ishtp/client.o
|
||
|
intel-ishtp-objs += ishtp/bus.o
|
||
|
intel-ishtp-objs += ishtp/dma-if.o
|
||
|
intel-ishtp-objs += ishtp/client-buffers.o
|