cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (606B)


      1# SPDX-License-Identifier: (GPL-2.0-only)
      2#
      3# Copyright (C) 2020-21 Intel Corporation.
      4#
      5
      6iosm-y = \
      7	iosm_ipc_task_queue.o	\
      8	iosm_ipc_imem.o			\
      9	iosm_ipc_imem_ops.o		\
     10	iosm_ipc_mmio.o			\
     11	iosm_ipc_port.o			\
     12	iosm_ipc_wwan.o			\
     13	iosm_ipc_uevent.o		\
     14	iosm_ipc_pm.o			\
     15	iosm_ipc_pcie.o			\
     16	iosm_ipc_irq.o			\
     17	iosm_ipc_chnl_cfg.o		\
     18	iosm_ipc_protocol.o		\
     19	iosm_ipc_protocol_ops.o	\
     20	iosm_ipc_mux.o			\
     21	iosm_ipc_mux_codec.o		\
     22	iosm_ipc_devlink.o		\
     23	iosm_ipc_flash.o		\
     24	iosm_ipc_coredump.o
     25
     26iosm-$(CONFIG_WWAN_DEBUGFS) += \
     27	iosm_ipc_debugfs.o		\
     28	iosm_ipc_trace.o
     29
     30obj-$(CONFIG_IOSM) := iosm.o