Blame view

drivers/core/Makefile 612 Bytes
83d290c56   Tom Rini   SPDX: Convert all...
1
  # SPDX-License-Identifier: GPL-2.0+
6494d708b   Simon Glass   dm: Add base driv...
2
3
  #
  # Copyright (c) 2013 Google, Inc
6494d708b   Simon Glass   dm: Add base driv...
4

d6ffb00a4   Simon Glass   dm: core: Move de...
5
  obj-y	+= device.o fdtaddr.o lists.o root.o uclass.o util.o
e2282d707   Masahiro Yamada   devres: make Devr...
6
  obj-$(CONFIG_DEVRES) += devres.o
0a5804b53   Masahiro Yamada   dm: drop CONFIG_D...
7
  obj-$(CONFIG_$(SPL_)DM_DEVICE_REMOVE)	+= device-remove.o
628d792c0   Marek Vasut   dm: core: Add Kco...
8
  obj-$(CONFIG_$(SPL_)SIMPLE_BUS)	+= simple-bus.o
304fbef15   Simon Glass   dm: Move the tree...
9
  obj-$(CONFIG_DM)	+= dump.o
c6ac6c1bd   Philipp Tomsich   spl: dm: Kconfig:...
10
11
  obj-$(CONFIG_$(SPL_TPL_)REGMAP)	+= regmap.o
  obj-$(CONFIG_$(SPL_TPL_)SYSCON)	+= syscon-uclass.o
38d21b418   Simon Glass   dm: core: Add liv...
12
  obj-$(CONFIG_OF_LIVE) += of_access.o of_addr.o
47a0fd3ba   Simon Glass   dm: core: Impleme...
13
14
15
  ifndef CONFIG_DM_DEV_READ_INLINE
  obj-$(CONFIG_OF_CONTROL) += read.o
  endif
a44810123   Simon Glass   dm: core: Add dev...
16
  obj-$(CONFIG_OF_CONTROL) += of_extra.o ofnode.o read_extra.o
ceb919096   Masahiro Yamada   dm: replace dm_db...
17
18
  
  ccflags-$(CONFIG_DM_DEBUG) += -DDEBUG