]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - test/dm/Makefile
5c2415e3d2a93b9307e27cbefa48d6dab9eb40c9
[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) += bus.o
9 obj-$(CONFIG_DM_TEST) += test-driver.o
10 obj-$(CONFIG_DM_TEST) += test-fdt.o
11 obj-$(CONFIG_DM_TEST) += test-main.o
12 obj-$(CONFIG_DM_TEST) += test-uclass.o
13 obj-$(CONFIG_DM_TEST) += ut.o
14
15 # Tests for particular subsystems - when enabling driver model for a new
16 # subsystem you must add sandbox tests here.
17 obj-$(CONFIG_DM_TEST) += core.o
18 obj-$(CONFIG_DM_TEST) += ut.o
19 ifneq ($(CONFIG_SANDBOX),)
20 obj-$(CONFIG_DM_GPIO) += gpio.o
21 endif