• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
    • Help
      • Online help
      • Learn Git
      • Welcome to Bitbucket
      • Keyboard shortcuts
    • Log In
    Android SDK
    1. Android SDK

    linux-imx

    Public
    Actions
    • Clone

    Learn more about cloning repositories

    You have read-only access

    Navigation
    • Source
    • Commits
    • Branches
    • Forks
    1. Android SDK
    2. linux-imx

    Source

    linux-imx/drivers/misc/mei/Makefile
    Tomas WinklerTomas Winkler committed 1e55b609b9811 Mar 2019
    Raw file
    Source viewDiff to previous
    ​x
     
    1
    # SPDX-License-Identifier: GPL-2.0
    2
    #
    3
    # Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
    4
    # Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
    5
    #
    6
    obj-$(CONFIG_INTEL_MEI) += mei.o
    7
    mei-objs := init.o
    8
    mei-objs += hbm.o
    9
    mei-objs += interrupt.o
    10
    mei-objs += client.o
    11
    mei-objs += main.o
    12
    mei-objs += dma-ring.o
    13
    mei-objs += bus.o
    14
    mei-objs += bus-fixup.o
    15
    mei-$(CONFIG_DEBUG_FS) += debugfs.o
    16
    ​
    17
    obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
    18
    mei-me-objs := pci-me.o
    19
    mei-me-objs += hw-me.o
    20
    ​
    21
    obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o
    22
    mei-txe-objs := pci-txe.o
    23
    mei-txe-objs += hw-txe.o
    24
    ​
    25
    mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
    26
    CFLAGS_mei-trace.o = -I$(src)
    27
    ​
    28
    obj-$(CONFIG_INTEL_MEI_HDCP) += hdcp/
    • Git repository management for enterprise teams powered by Atlassian Bitbucket
    • Atlassian Bitbucket v5.10.0
    • Documentation
    • Contact Support
    • Request a feature
    • About
    • Contact Atlassian
    Atlassian

    Everything looks good. Well let you know here if theres anything you should know about.