blob: e994239e518c4f1916255b2382d65ae9abdaa3d2 [file] [log] [blame]
James Hogan56330042012-10-09 10:54:32 +01001#
2# Makefile for TBX library files..
3#
4
5asflags-y += -mmetac=2.1 -Wa,-mfpu=metac21 -mdsp
6asflags-$(CONFIG_SMP) += -DTBX_PERCPU_SP_SAVE
7
8ccflags-y += -mmetac=2.1
9
10lib-y += tbicore.o
11lib-y += tbictx.o
12lib-y += tbidefr.o
13lib-y += tbilogf.o
14lib-y += tbipcx.o
15lib-y += tbiroot.o
16lib-y += tbisoft.o
17lib-y += tbistring.o
18lib-y += tbitimer.o
19
20lib-$(CONFIG_METAG_DSP) += tbidspram.o
21lib-$(CONFIG_METAG_FPU) += tbictxfpu.o