Disable NMRP support
[project/bcm63xx/u-boot.git] / net / Makefile
index f680e5d88db239cdf510eda067e728f73349becf..64219f0b60ceb73ac02d5b5d78306cc50c17210e 100644 (file)
@@ -25,7 +25,7 @@ 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
-obj- += nmrp.o
+obj-$(CONFIG_SYS_NMRP) += nmrp.o
 
 # Disable this warning as it is triggered by:
 # sprintf(buf, index ? "foo%d" : "foo", index)