X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2FMakefile;h=ce36362168509cf423155d7a972d44acaf1903c7;hb=1c5a81d8036966875dd96c5700f8c9a7121c237d;hp=d1e8e01f62fbfc9f114898d6c84e3a41bf5bac1c;hpb=83d290c56fab2d38cd1ab4c4cc7099559c1d5046;p=platform%2Fkernel%2Fu-boot.git diff --git a/net/Makefile b/net/Makefile index d1e8e01..ce36362 100644 --- a/net/Makefile +++ b/net/Makefile @@ -23,6 +23,8 @@ obj-$(CONFIG_CMD_PING) += ping.o 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)