X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=ae56e47b2c0bfb89e4547badb51a3f451bec3809;hb=b5b9eff26d28feb7dc59661b78e5844d12fca0c8;hp=c02accfc265368cc75f334eaad956c0606d61734;hpb=f65fb411ed6576e08a22b9d236deba66ef957c31;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index c02accfc26..ae56e47b2c 100644 --- a/Makefile +++ b/Makefile @@ -1025,6 +1025,17 @@ ifneq ($(CONFIG_WDT),y) @echo >&2 "See doc/driver-model/MIGRATION.txt for more info." @echo >&2 "====================================================" endif +endif +ifneq ($(CONFIG_NET),) +ifneq ($(CONFIG_DM_ETH),y) + @echo >&2 "===================== WARNING ======================" + @echo >&2 "This board does not use CONFIG_DM_ETH (Driver Model" + @echo >&2 "for Ethernet drivers). Please update the board to use" + @echo >&2 "CONFIG_DM_ETH before the v2020.07 release. Failure to" + @echo >&2 "update by the deadline may result in board removal." + @echo >&2 "See doc/driver-model/migration.rst for more info." + @echo >&2 "====================================================" +endif endif @# Check that this build does not use CONFIG options that we do not @# know about unless they are in Kconfig. All the existing CONFIG