xref: /rk3399_rockchip-uboot/test/dm/Makefile (revision 86322f5982206f431ee4678a74182859c249aac4)
12e7d35d2SSimon Glass#
22e7d35d2SSimon Glass# Copyright (c) 2013 Google, Inc
32e7d35d2SSimon Glass#
42e7d35d2SSimon Glass# SPDX-License-Identifier:	GPL-2.0+
52e7d35d2SSimon Glass#
62e7d35d2SSimon Glass
706811959SSimon Glassobj-$(CONFIG_CMD_DM) += cmd_dm.o
840441e0bSJoe Hershbergerobj-$(CONFIG_UT_DM) += bus.o
940441e0bSJoe Hershbergerobj-$(CONFIG_UT_DM) += test-driver.o
1040441e0bSJoe Hershbergerobj-$(CONFIG_UT_DM) += test-fdt.o
1140441e0bSJoe Hershbergerobj-$(CONFIG_UT_DM) += test-main.o
1240441e0bSJoe Hershbergerobj-$(CONFIG_UT_DM) += test-uclass.o
132e7d35d2SSimon Glass
142e7d35d2SSimon Glass# Tests for particular subsystems - when enabling driver model for a new
152e7d35d2SSimon Glass# subsystem you must add sandbox tests here.
1640441e0bSJoe Hershbergerobj-$(CONFIG_UT_DM) += core.o
17b6a49a7aSSimon Glassifneq ($(CONFIG_SANDBOX),)
18e4fb863fSSimon Glassobj-$(CONFIG_BLK) += blk.o
196a1c7cefSSimon Glassobj-$(CONFIG_CLK) += clk.o
20bfacad7dSJoe Hershbergerobj-$(CONFIG_DM_ETH) += eth.o
212e7d35d2SSimon Glassobj-$(CONFIG_DM_GPIO) += gpio.o
22ecc2ed55SSimon Glassobj-$(CONFIG_DM_I2C) += i2c.o
233c43fba3SSimon Glassobj-$(CONFIG_LED) += led.o
248961b524SStephen Warrenobj-$(CONFIG_DM_MAILBOX) += mailbox.o
258e6cc461SSimon Glassobj-$(CONFIG_DM_MMC) += mmc.o
26d3b7ff14SSimon Glassobj-$(CONFIG_DM_PCI) += pci.o
27*86322f59SJean-Jacques Hiblotobj-$(CONFIG_PHY) += phy.o
2861f5ddcbSStephen Warrenobj-$(CONFIG_POWER_DOMAIN) += power-domain.o
2943b41566SSimon Glassobj-$(CONFIG_DM_PWM) += pwm.o
3064ce0cadSSimon Glassobj-$(CONFIG_RAM) += ram.o
3186075babSSimon Glassobj-y += regmap.o
32bfaa2d99SNishanth Menonobj-$(CONFIG_REMOTEPROC) += remoteproc.o
334581b717SStephen Warrenobj-$(CONFIG_DM_RESET) += reset.o
3411636258SStephen Warrenobj-$(CONFIG_SYSRESET) += sysreset.o
3547725114SSimon Glassobj-$(CONFIG_DM_RTC) += rtc.o
36f8025b58SSimon Glassobj-$(CONFIG_DM_SPI_FLASH) += sf.o
37f8025b58SSimon Glassobj-$(CONFIG_DM_SPI) += spi.o
3804035fd3SSimon Glassobj-y += syscon.o
39e00cb223SSimon Glassobj-$(CONFIG_DM_USB) += usb.o
40e8f339e0SPrzemyslaw Marczakobj-$(CONFIG_DM_PMIC) += pmic.o
41e8f339e0SPrzemyslaw Marczakobj-$(CONFIG_DM_REGULATOR) += regulator.o
429961a0b6SThomas Chouobj-$(CONFIG_TIMER) += timer.o
433c97c4fbSSimon Glassobj-$(CONFIG_DM_VIDEO) += video.o
44c48cb7ebSPrzemyslaw Marczakobj-$(CONFIG_ADC) += adc.o
45d33776e4SMateusz Kulikowskiobj-$(CONFIG_SPMI) += spmi.o
460753bc2dSmaxims@google.comobj-$(CONFIG_WDT) += wdt.o
47b6a49a7aSSimon Glassendif
48