This website requires JavaScript.
Explore
Help
Sign In
linux-sunxi
/
u-boot-sunxi
Watch
1
Star
0
Fork
0
You've already forked u-boot-sunxi
mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced
2024-02-12 11:16:03 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
da58dec866161e8ce73957fea463a8caad695000
u-boot-sunxi
/
board
/
seco
/
common
/
Makefile
6 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
Various Makefiles: Add SPDX-License-Identifier tags After consulting with some of the SPDX team, the conclusion is that Makefiles are worth adding SPDX-License-Identifier tags too, and most of ours have one. This adds tags to ones that lack them and converts a few that had full (or in one case, very partial) license blobs into the equivalent tag. Cc: Kate Stewart <kstewart@linuxfoundation.org> Signed-off-by: Tom Rini <trini@konsulko.com>
2015-11-10 01:06:16 +00:00
#
# SPDX-License-Identifier: GPL-2.0+
#
board/seco: Add mx6q-uq7 basic board support Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported). It also adds a Kconfig skeleton to later add more SECO board (supporting SoC and board variants). Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
2015-03-04 13:13:05 +01:00
obj-$(CONFIG_TARGET_SECOMX6)
+=
mx6.o
Reference in New Issue
Copy Permalink