blob: 19b56d016589eaa7e05dbbf675862d6d69e968e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# 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
|