usb: kbd: Properly translate up/down arrow keys
[oweals/u-boot.git] / net / Makefile
index d1e8e01f62fbfc9f114898d6c84e3a41bf5bac1c..ce36362168509cf423155d7a972d44acaf1903c7 100644 (file)
@@ -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)