From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Mon, 04 Nov 2013 15:13:16 +0100 Subject: [U-Boot] [PATCH 05/18] avr32: convert makefiles to Kbuild style In-Reply-To: <1382324021-18932-6-git-send-email-yamada.m@jp.panasonic.com> References: <1382324021-18932-1-git-send-email-yamada.m@jp.panasonic.com> <1382324021-18932-6-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <5277AB7C.7020009@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/21/2013 04:53 AM, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Cc: Andreas Bie?mann > --- > arch/avr32/cpu/Makefile | 40 ++++++++--------------------------- > arch/avr32/cpu/at32ap700x/Makefile | 22 +------------------ > arch/avr32/lib/Makefile | 28 ++++-------------------- > board/atmel/atngw100/Makefile | 21 +----------------- > board/atmel/atngw100mkii/Makefile | 21 +----------------- > board/atmel/atstk1000/Makefile | 21 +----------------- > board/earthlcd/favr-32-ezkit/Makefile | 21 +----------------- > board/in-circuit/grasshopper/Makefile | 21 +----------------- > board/mimc/mimc200/Makefile | 21 +----------------- > board/miromico/hammerhead/Makefile | 21 +----------------- > 10 files changed, 21 insertions(+), 216 deletions(-) > > diff --git a/arch/avr32/cpu/Makefile b/arch/avr32/cpu/Makefile > index 7e648fd..5e11721 100644 Reviewed-by: Andreas Bie?mann