diff options
author | Tom Rini <trini@konsulko.com> | 2018-12-15 17:47:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-15 17:47:28 -0500 |
commit | 0dc526d98eb216003ea884739abc17f6eb05c0df (patch) | |
tree | 918155725e45773124d7b61cb61f6a78e3d8845d /test/dm/Makefile | |
parent | 8fc26fce41592175ae004514e431e68a9dd60671 (diff) | |
parent | de5bab9c59807b109f89a39855c9eacfe4d08822 (diff) |
Merge branch '2018-12-15-master-imports'
- Introduce tools-only build for host tools
- Bugfixes to poplar, syscon and the hashtable, a tee return code
- Fix a warning on gcc-8 by reworking part of mtk_image to be not unsafe
wrt strings.
- serial_stm32 reset support
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index 6b451060d8..7dc80be25e 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -2,7 +2,6 @@ # # Copyright (c) 2013 Google, Inc -obj-$(CONFIG_CMD_DM) += cmd_dm.o obj-$(CONFIG_UT_DM) += bus.o obj-$(CONFIG_UT_DM) += test-driver.o obj-$(CONFIG_UT_DM) += test-fdt.o |