diff options
| author | Tom Rini <[email protected]> | 2021-01-18 07:55:54 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-01-18 07:55:54 -0500 |
| commit | 19c5fdffdc41bfd606b455b46e834d1bff4b2c1e (patch) | |
| tree | db1c5abebf12e9aaef80d8e22a472357027b5287 /common/Makefile | |
| parent | 14ea1b3635b4af8d9e283e3671f7ee872d50b859 (diff) | |
| parent | ad80a8d0877922db95fd0410314504c840d9d850 (diff) | |
Merge branch '2021-01-16-assorted-improvements'
- Assorted testing improvements and fixes
- Assorted code cleanups
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index bcf352d0165..daeea67cf29 100644 --- a/common/Makefile +++ b/common/Makefile @@ -68,7 +68,6 @@ obj-$(CONFIG_DFU_OVER_USB) += dfu.o endif obj-$(CONFIG_SPL_HASH_SUPPORT) += hash.o obj-$(CONFIG_TPL_HASH_SUPPORT) += hash.o -obj-$(CONFIG_SPL_YMODEM_SUPPORT) += xyzModem.o obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o obj-$(CONFIG_SPL_NET_SUPPORT) += miiphyutil.o obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += fdt_support.o |
