mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
3bf801a217
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 <andrej@inversepath.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Chris Kuethe <chris.kuethe@gmail.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Vagrant Cascadian <vagrant@debian.org> Tested-By: Vagrant Cascadian <vagrant@debian.org> Tested-by: Chris Kuethe <chris.kuethe@gmail.com>
10 lines
211 B
Makefile
10 lines
211 B
Makefile
#
|
|
# USB armory MkI board Makefile
|
|
# http://inversepath.com/usbarmory
|
|
#
|
|
# Copyright (C) 2015, Inverse Path
|
|
# Andrej Rosano <andrej@inversepath.com>
|
|
#
|
|
# SPDX-License-Identifier:|____GPL-2.0+
|
|
|
|
obj-y := usbarmory.o
|