diff options
author | Wolfgang Denk <wd@denx.de> | 2008-03-27 00:16:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-03-27 00:16:34 +0100 |
commit | 38b189fe749824ea9b1c5422865e78b4b7eb2494 (patch) | |
tree | 76ee4026df54c7c21a9844d45cb1a5cdbcc339bf /common/Makefile | |
parent | 0207fefa4dc530dba518abf37c2957915251b416 (diff) | |
parent | dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15 (diff) | |
download | u-boot-imx-38b189fe749824ea9b1c5422865e78b4b7eb2494.zip u-boot-imx-38b189fe749824ea9b1c5422865e78b4b7eb2494.tar.gz u-boot-imx-38b189fe749824ea9b1c5422865e78b4b7eb2494.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 35ea374..0d67337 100644 --- a/common/Makefile +++ b/common/Makefile @@ -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) |