]> git.ipfire.org Git - thirdparty/linux.git/blame - arch/metag/tbx/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / metag / tbx / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5633004c
JH
2#
3# Makefile for TBX library files..
4#
5
6asflags-y += -mmetac=2.1 -Wa,-mfpu=metac21 -mdsp
7asflags-$(CONFIG_SMP) += -DTBX_PERCPU_SP_SAVE
8
9ccflags-y += -mmetac=2.1
10
11lib-y += tbicore.o
12lib-y += tbictx.o
13lib-y += tbidefr.o
14lib-y += tbilogf.o
15lib-y += tbipcx.o
16lib-y += tbiroot.o
17lib-y += tbisoft.o
18lib-y += tbistring.o
19lib-y += tbitimer.o
20
21lib-$(CONFIG_METAG_DSP) += tbidspram.o
22lib-$(CONFIG_METAG_FPU) += tbictxfpu.o