From b89ac72a2491394849909ff59a25bfaea0f4303b Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Mon, 2 Dec 2013 07:47:23 +0100 Subject: arm, at91: add siemens corvus board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit enable support for the siemens AT91SAM9G20 based board corvus. Signed-off-by: Boris Schmidt Reviewed-by: Heiko Schocher Cc: Andreas Bießmann Cc: Bo Shen Signed-off-by: Andreas Bießmann --- board/siemens/corvus/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 board/siemens/corvus/Makefile (limited to 'board/siemens/corvus/Makefile') diff --git a/board/siemens/corvus/Makefile b/board/siemens/corvus/Makefile new file mode 100644 index 0000000000..f3ebf77f1b --- /dev/null +++ b/board/siemens/corvus/Makefile @@ -0,0 +1,18 @@ +# +# Makefile for siemens CORVUS (AT91SAM9G45) based board +# (C) Copyright 2013 Siemens AG +# +# Based on: +# U-Boot file: board/atmel/at91sam9m10g45ek/Makefile +# +# (C) Copyright 2003-2008 +# Wolfgang Denk, DENX Software Engineering, wd@denx.de. +# +# (C) Copyright 2008 +# Stelian Pop +# Lead Tech Design +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += board.o -- cgit