• 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/base/Makefile
    Heikki KrogerusHeikki Krogerus committed 59abd83672f09 Nov 2018
    Raw file
    Source viewDiff to previous
    ​x
     
    1
    # SPDX-License-Identifier: GPL-2.0
    2
    # Makefile for the Linux device tree
    3
    ​
    4
    obj-y           := component.o core.o bus.o dd.o syscore.o \
    5
                   driver.o class.o platform.o \
    6
                   cpu.o firmware.o init.o map.o devres.o \
    7
                   attribute_container.o transport_class.o \
    8
                   topology.o container.o property.o cacheinfo.o \
    9
                   devcon.o swnode.o
    10
    obj-$(CONFIG_DEVTMPFS)  += devtmpfs.o
    11
    obj-y           += power/
    12
    obj-$(CONFIG_ISA_BUS_API)   += isa.o
    13
    obj-y               += firmware_loader/
    14
    obj-$(CONFIG_NUMA)  += node.o
    15
    obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
    16
    ifeq ($(CONFIG_SYSFS),y)
    17
    obj-$(CONFIG_MODULES)   += module.o
    18
    endif
    19
    obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
    20
    obj-$(CONFIG_REGMAP)    += regmap/
    21
    obj-$(CONFIG_SOC_BUS) += soc.o
    22
    obj-$(CONFIG_PINCTRL) += pinctrl.o
    23
    obj-$(CONFIG_DEV_COREDUMP) += devcoredump.o
    24
    obj-$(CONFIG_GENERIC_MSI_IRQ_DOMAIN) += platform-msi.o
    25
    obj-$(CONFIG_GENERIC_ARCH_TOPOLOGY) += arch_topology.o
    26
    ​
    27
    obj-y           += test/
    28
    ​
    29
    ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
    30
    ​
    • 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.