X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=62dafc5ed9fd45862a2fa207c283f975dbb7e561;hb=d38936cdae46bfd2623ff83f6ce9b616d36ab0f9;hp=24a5a3a6c32692d6435e422f53643e4b2f50d788;hpb=d97370feca2a589dad42154577bb4615a0347852;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index 24a5a3a6c3..62dafc5ed9 100644 --- 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 + ######################################################################### ######################################################################### #########################################################################