8 lines
193 B
Makefile
8 lines
193 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2014, Markus Niebel <Markus.Niebel@tq-group.com>
|
|
|
|
obj-y := tqma6.o
|
|
|
|
obj-$(CONFIG_MBA6) += tqma6_mba6.o
|
|
obj-$(CONFIG_WRU4) += tqma6_wru4.o
|