Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM
[platform/kernel/u-boot.git] / arch / avr32 / lib / Makefile
index ee6d067..fce8af3 100644 (file)
@@ -30,7 +30,7 @@ LIB   = $(obj)lib$(ARCH).o
 SOBJS-y        += memset.o
 
 COBJS-y        += board.o
-COBJS-y        += bootm.o
+COBJS-$(CONFIG_CMD_BOOTM) += bootm.o
 COBJS-y        += interrupts.o
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)