mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
452308c02b
This patch adds support for the "OHB System AG" baseboard with is equipped with the TQMa6S SoM. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Markus Niebel <Markus.Niebel@tq-group.com> Cc: Stefano Babic <sbabic@denx.de>
10 lines
197 B
Makefile
10 lines
197 B
Makefile
#
|
|
# Copyright (C) 2014, Markus Niebel <Markus.Niebel@tq-group.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := tqma6.o
|
|
|
|
obj-$(CONFIG_MBA6) += tqma6_mba6.o
|
|
obj-$(CONFIG_WRU4) += tqma6_wru4.o
|