Fix "ar" flags in some Makefiles to allow for silent "make -s"
[oweals/u-boot.git] / Makefile
index 24a5a3a6c32692d6435e422f53643e4b2f50d788..62dafc5ed9fd45862a2fa207c283f975dbb7e561 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -328,6 +328,11 @@ dep tags ctags etags $(obj)System.map:
        @ exit 1
 endif
 
+.PHONY : CHANGELOG
+CHANGELOG:
+       git log --no-merges U-Boot-1_1_5.. | \
+       unexpand -a | sed -e 's/\s\s*$$//' > $@
+
 #########################################################################
 
 unconfig:
@@ -2118,13 +2123,6 @@ pb1000_config            :       unconfig
        @echo "#define CONFIG_PB1000 1" >>$(obj)include/config.h
        @$(MKCONFIG) -a pb1x00 mips mips pb1x00
 
-#========================================================================
-# AVR32
-#========================================================================
-#########################################################################
-## AT32AP7xxx
-#########################################################################
-
 #########################################################################
 ## MIPS64 5Kc
 #########################################################################
@@ -2244,6 +2242,16 @@ stamp_config     :       unconfig
 dspstamp_config        :       unconfig
        @$(MKCONFIG) $(@:_config=) blackfin bf533 dsp_stamp
 
+#========================================================================
+# AVR32
+#========================================================================
+#########################################################################
+## AT32AP7xxx
+#########################################################################
+
+atstk1002_config       :       unconfig
+       @./mkconfig $(@:_config=) avr32 at32ap atstk1000 atmel at32ap7000
+
 #########################################################################
 #########################################################################
 #########################################################################