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),) 18*e4fb863fSSimon 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 248e6cc461SSimon Glassobj-$(CONFIG_DM_MMC) += mmc.o 25d3b7ff14SSimon Glassobj-$(CONFIG_DM_PCI) += pci.o 2664ce0cadSSimon Glassobj-$(CONFIG_RAM) += ram.o 2786075babSSimon Glassobj-y += regmap.o 28bfaa2d99SNishanth Menonobj-$(CONFIG_REMOTEPROC) += remoteproc.o 29201c29a2SSimon Glassobj-$(CONFIG_RESET) += reset.o 3047725114SSimon Glassobj-$(CONFIG_DM_RTC) += rtc.o 31f8025b58SSimon Glassobj-$(CONFIG_DM_SPI_FLASH) += sf.o 32f8025b58SSimon Glassobj-$(CONFIG_DM_SPI) += spi.o 3304035fd3SSimon Glassobj-y += syscon.o 34e00cb223SSimon Glassobj-$(CONFIG_DM_USB) += usb.o 35e8f339e0SPrzemyslaw Marczakobj-$(CONFIG_DM_PMIC) += pmic.o 36e8f339e0SPrzemyslaw Marczakobj-$(CONFIG_DM_REGULATOR) += regulator.o 379961a0b6SThomas Chouobj-$(CONFIG_TIMER) += timer.o 383c97c4fbSSimon Glassobj-$(CONFIG_DM_VIDEO) += video.o 39c48cb7ebSPrzemyslaw Marczakobj-$(CONFIG_ADC) += adc.o 40b6a49a7aSSimon Glassendif 41