Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / metag / tbx / Makefile
CommitLineData
5633004c
JH
1#
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