]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - common/Makefile
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
[karo-tx-uboot.git] / common / Makefile
index 35ea3745fcaf0a2253d15004c0454ef5d020da07..0d67337d2695be5071d8a8f19af83407c96263bf 100644 (file)
@@ -140,6 +140,7 @@ COBJS-y += crc16.o
 COBJS-y += xyzModem.o
 COBJS-y += cmd_mac.o
 COBJS-$(CONFIG_CMD_MFSL) += cmd_mfsl.o
+COBJS-$(CONFIG_MP) += cmd_mp.o
 
 COBJS  := $(COBJS-y)
 SRCS   := $(AOBJS:.o=.S) $(COBJS:.o=.c)