X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=net%2FMakefile;fp=net%2FMakefile;h=ce36362168509cf423155d7a972d44acaf1903c7;hb=d8970dae276377a0beff1c3e9d8b6f805ecf5cd5;hp=07466879f501f77aea77853b9f2ba609f7ad64a7;hpb=318b5d76b6661dcaf6934b0a925bbcfdf0469069;p=u-boot diff --git a/net/Makefile b/net/Makefile index 07466879f5..ce36362168 100644 --- a/net/Makefile +++ b/net/Makefile @@ -24,6 +24,7 @@ obj-$(CONFIG_CMD_RARP) += rarp.o obj-$(CONFIG_CMD_SNTP) += sntp.o obj-$(CONFIG_CMD_TFTPBOOT) += tftp.o obj-$(CONFIG_UDP_FUNCTION_FASTBOOT) += fastboot.o +obj-$(CONFIG_CMD_WOL) += wol.o # Disable this warning as it is triggered by: # sprintf(buf, index ? "foo%d" : "foo", index)