diff options
| author | Simon Glass <sjg@chromium.org> | 2021-01-16 14:52:22 -0700 |
|---|---|---|
| committer | Simon Glass <sjg@chromium.org> | 2021-01-30 14:25:41 -0700 |
| commit | d8e9a93895fb3ad710963ddef6a4cc7c43bd65f6 (patch) | |
| tree | 1696ef961329c3eba9122bda0d0f7cb284165587 /test/dm/Makefile | |
| parent | 3096ee866e7388277ad3968d9c7ea704589dedea (diff) | |
| download | u-boot-d8e9a93895fb3ad710963ddef6a4cc7c43bd65f6.tar.gz u-boot-d8e9a93895fb3ad710963ddef6a4cc7c43bd65f6.tar.xz u-boot-d8e9a93895fb3ad710963ddef6a4cc7c43bd65f6.zip | |
cros_ec: Add a function for the hello message
This is used several times in this file. Put it in a function to avoid
code duplication.
Also add a test for this function. There are no cros_ec tests at present,
so it is time to update the code.
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 46e076ed09..afcabfacc1 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -24,6 +24,7 @@ obj-$(CONFIG_BLK) += blk.o obj-$(CONFIG_BUTTON) += button.o obj-$(CONFIG_DM_BOOTCOUNT) += bootcount.o obj-$(CONFIG_CLK) += clk.o clk_ccf.o +obj-$(CONFIG_CROS_EC) += cros_ec.o obj-$(CONFIG_DEVRES) += devres.o obj-$(CONFIG_VIDEO_MIPI_DSI) += dsi_host.o obj-$(CONFIG_DM_ETH) += eth.o |
