X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=net%2FMakefile;h=ce36362168509cf423155d7a972d44acaf1903c7;hb=16cf145fd659a01c5db7f286e8c9a4700f736920;hp=07466879f501f77aea77853b9f2ba609f7ad64a7;hpb=f73a7df984a9820d9beb829b32ccb5c3d55dc152;p=oweals%2Fu-boot.git 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)