summaryrefslogtreecommitdiff
path: root/common/spl/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 12:20:30 -0600
committerTom Rini <trini@konsulko.com>2021-09-04 12:48:53 -0400
commit5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc (patch)
tree47798dc1e82e92f9368a207cd31cbeb6aa090b67 /common/spl/Makefile
parenta4faf1f563160b1b9cfbdbf388d33464691d0440 (diff)
downloadu-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.tar.gz
u-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.tar.bz2
u-boot-5ed16a9511d735feea74d6b4ea940f5e6b5dd8fc.zip
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 <sjg@chromium.org>
Diffstat (limited to 'common/spl/Makefile')
-rw-r--r--common/spl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Makefile b/common/spl/Makefile
index 40107e39bd..cb15c8e827 100644
--- a/common/spl/Makefile
+++ b/common/spl/Makefile
@@ -19,7 +19,7 @@ obj-$(CONFIG_$(SPL_TPL_)NAND_SUPPORT) += spl_nand.o
obj-$(CONFIG_$(SPL_TPL_)ONENAND_SUPPORT) += spl_onenand.o
endif
obj-$(CONFIG_$(SPL_TPL_)UBI) += spl_ubi.o
-obj-$(CONFIG_$(SPL_TPL_)NET_SUPPORT) += spl_net.o
+obj-$(CONFIG_$(SPL_TPL_)NET) += spl_net.o
obj-$(CONFIG_$(SPL_TPL_)MMC) += spl_mmc.o
obj-$(CONFIG_$(SPL_TPL_)ATF) += spl_atf.o
obj-$(CONFIG_$(SPL_TPL_)OPTEE) += spl_optee.o