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