X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=0685ef9955c2115babdee36cd9c879f5ff7cbbc2;hb=2ad6eee1a4d1bf683bc27f909f64d8f6c92376b6;hp=b4aae898abd4234574a3c281c26b773bb9ba2945;hpb=b9d77535e9335b554af03aa0e0a54b664677d018;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index b4aae898ab..0685ef9955 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ VERSION = 2010 PATCHLEVEL = 12 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 ifneq "$(SUBLEVEL)" "" U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) else @@ -260,7 +260,7 @@ ifeq ($(SOC),s5pc2xx) LIBS += $(CPUDIR)/s5p-common/libs5p-common.o endif -LIBS := $(addprefix $(obj),$(LIBS)) +LIBS := $(addprefix $(obj),$(sort $(LIBS))) .PHONY : $(LIBS) $(TIMESTAMP_FILE) $(VERSION_FILE) LIBBOARD = board/$(BOARDDIR)/lib$(BOARD).o