diff options
author | Simon Glass | 2019-12-29 21:19:26 -0700 |
---|---|---|
committer | Simon Glass | 2020-01-07 16:02:39 -0700 |
commit | 8d6320cc4d5cd01e2e7fd01dd635e360cf0a1699 (patch) | |
tree | f66bb23f1ed29ebfd925ee921e2fa975fefb2a6f /test/dm/Makefile | |
parent | dc12ebbbdb765153805d2b17d18edf5fe0813d5a (diff) |
dm: devres: Add tests
The devres functionality has very few users in U-Boot, but it still should
have tests. Add a few basic tests of the main functions.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index a2687831696..85cc0f7fb87 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_BLK) += blk.o obj-$(CONFIG_BOARD) += board.o obj-$(CONFIG_DM_BOOTCOUNT) += bootcount.o obj-$(CONFIG_CLK) += clk.o clk_ccf.o +obj-$(CONFIG_DEVRES) += devres.o obj-$(CONFIG_VIDEO_MIPI_DSI) += dsi_host.o obj-$(CONFIG_DM_ETH) += eth.o obj-$(CONFIG_FIRMWARE) += firmware.o |