diff options
author | Albert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr> | 2015-02-03 18:13:14 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 20:13:21 -0500 |
commit | d275c40c69cad09a139f4a1df874e68c086df7a7 (patch) | |
tree | bcb2a55865d21d54a702bca45dc444e5154ee64e /board/quipos/cairo/Makefile | |
parent | 5bd15b7a503f31255a8b656e3e30fbab83923ff9 (diff) | |
download | u-boot-d275c40c69cad09a139f4a1df874e68c086df7a7.tar.gz |
omap3: add support for QUIPOS Cairo board.
This patch extends OMAP3 support for AM/DM37xx and
introduces the AM3703-based Quipos Cairo board.
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/quipos/cairo/Makefile')
-rw-r--r-- | board/quipos/cairo/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/quipos/cairo/Makefile b/board/quipos/cairo/Makefile new file mode 100644 index 0000000000..445088f27b --- /dev/null +++ b/board/quipos/cairo/Makefile @@ -0,0 +1,8 @@ +# +# (C) Copyright 2014 DENX Software Engineering +# Written-By: Albert ARIBAUD <albert.aribaud@3adev.fr> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := cairo.o |