X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=arch%2Fnds32%2Flib%2FMakefile;h=705e1ff90dd66c4f6e39178e12e6f32e5a2086b5;hb=b8eee4354f33b9810d929b6f7df74238b538e5a8;hp=581a2e758afae4da53786920dfa8c8afd6f87bb4;hpb=c01939c764dc99e899cf6b69b4ff4d0cab981461;p=people%2Fms%2Fu-boot.git diff --git a/arch/nds32/lib/Makefile b/arch/nds32/lib/Makefile index 581a2e758a..705e1ff90d 100644 --- a/arch/nds32/lib/Makefile +++ b/arch/nds32/lib/Makefile @@ -29,7 +29,8 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(ARCH).o -OBJS := board.o bootm.o cache.o interrupts.o +OBJS := board.o cache.o interrupts.o +COBJS-$(CONFIG_CMD_BOOTM) += bootm.o all: $(LIB)