diff options
| author | Simon Glass <[email protected]> | 2021-08-08 12:20:30 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-04 12:48:53 -0400 |
| commit | 5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc (patch) | |
| tree | 47798dc1e82e92f9368a207cd31cbeb6aa090b67 /common/Makefile | |
| parent | a4faf1f563160b1b9cfbdbf388d33464691d0440 (diff) | |
net: Rename SPL_NET_SUPPORT to SPL_NET
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'common/Makefile')
| -rw-r--r-- | common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile index fb0256b57b9..f7852607a55 100644 --- a/common/Makefile +++ b/common/Makefile @@ -69,7 +69,7 @@ endif obj-$(CONFIG_SPL_HASH_SUPPORT) += hash.o obj-$(CONFIG_TPL_HASH_SUPPORT) += hash.o obj-$(CONFIG_SPL_LOAD_FIT) += common_fit.o -obj-$(CONFIG_SPL_NET_SUPPORT) += miiphyutil.o +obj-$(CONFIG_SPL_NET) += miiphyutil.o obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += fdt_support.o ifdef CONFIG_SPL_USB_HOST |
