mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
10 lines
162 B
Makefile
10 lines
162 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
|