]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - test/dm/Makefile
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / test / dm / Makefile
1 #
2 # Copyright (c) 2013 Google, Inc
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-$(CONFIG_CMD_DM) += cmd_dm.o
8 obj-$(CONFIG_DM_TEST) += test-driver.o
9 obj-$(CONFIG_DM_TEST) += test-fdt.o
10 obj-$(CONFIG_DM_TEST) += test-main.o
11 obj-$(CONFIG_DM_TEST) += test-uclass.o
12 obj-$(CONFIG_DM_TEST) += ut.o
13
14 # Tests for particular subsystems - when enabling driver model for a new
15 # subsystem you must add sandbox tests here.
16 obj-$(CONFIG_DM_TEST) += core.o
17 obj-$(CONFIG_DM_TEST) += ut.o
18 ifneq ($(CONFIG_SANDBOX),)
19 obj-$(CONFIG_DM_GPIO) += gpio.o
20 endif