From 47173483a322078cb2dbb7f49a614c98b67e3339 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 29 Feb 2016 09:33:22 -0300 Subject: warp7: Add initial support Add the basic support for Warp7 board. For more information about this reference design, please visit: https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform Signed-off-by: Fabio Estevam Reviewed-by: Peng Fan --- board/warp7/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/warp7/Makefile (limited to 'board/warp7/Makefile') diff --git a/board/warp7/Makefile b/board/warp7/Makefile new file mode 100644 index 0000000..f39d1d8 --- /dev/null +++ b/board/warp7/Makefile @@ -0,0 +1,6 @@ +# (C) Copyright 2016 NXP Semiconductors +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := warp7.o -- cgit v1.1