From 3bf801a2176e3330a3ef696d974d0d198d99b7e9 Mon Sep 17 00:00:00 2001 From: Andrej Rosano Date: Wed, 8 Apr 2015 18:56:30 +0200 Subject: ARM: mx5: add support for USB armory board Add support for Inverse Path USB armory board, an open source flash-drive sized computer based on Freescale i.MX53 SoC. http://inversepath.com/usbarmory Signed-off-by: Andrej Rosano Cc: Stefano Babic Cc: Chris Kuethe Cc: Fabio Estevam Cc: Vagrant Cascadian Tested-By: Vagrant Cascadian Tested-by: Chris Kuethe --- board/inversepath/usbarmory/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 board/inversepath/usbarmory/Makefile (limited to 'board/inversepath/usbarmory/Makefile') diff --git a/board/inversepath/usbarmory/Makefile b/board/inversepath/usbarmory/Makefile new file mode 100644 index 0000000000..9b8bd80ab3 --- /dev/null +++ b/board/inversepath/usbarmory/Makefile @@ -0,0 +1,10 @@ +# +# USB armory MkI board Makefile +# http://inversepath.com/usbarmory +# +# Copyright (C) 2015, Inverse Path +# Andrej Rosano +# +# SPDX-License-Identifier:|____GPL-2.0+ + +obj-y := usbarmory.o -- cgit v1.2.1