diff options
author | Dirk Eibach <eibach@gdsys.de> | 2013-06-26 13:55:16 (GMT) |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-07-16 22:44:30 (GMT) |
commit | b8eee4354f33b9810d929b6f7df74238b538e5a8 (patch) | |
tree | 72fad91ef1e196fe6f455065c0a188915fc00fa6 /arch/nios2 | |
parent | c01939c764dc99e899cf6b69b4ff4d0cab981461 (diff) | |
download | u-boot-b8eee4354f33b9810d929b6f7df74238b538e5a8.tar.xz |
Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
MAKEALL is fine for ppc4xx and mpc85xx.
Run checks were done on our controlcenterd hardware.
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nios2/lib/Makefile b/arch/nios2/lib/Makefile index 443f99e..f33f96a 100644 --- a/arch/nios2/lib/Makefile +++ b/arch/nios2/lib/Makefile @@ -28,7 +28,7 @@ LIB = $(obj)lib$(ARCH).o SOBJS-y += cache.o COBJS-y += board.o -COBJS-y += bootm.o +COBJS-$(CONFIG_CMD_BOOTM) += bootm.o COBJS-y += libgcc.o COBJS-y += time.o |