cgroup: Merge branch 'memcg_event' into for-3.14
[deliverable/linux.git] / arch / metag / tbx / Makefile
1 #
2 # Makefile for TBX library files..
3 #
4
5 asflags-y += -mmetac=2.1 -Wa,-mfpu=metac21 -mdsp
6 asflags-$(CONFIG_SMP) += -DTBX_PERCPU_SP_SAVE
7
8 ccflags-y += -mmetac=2.1
9
10 lib-y += tbicore.o
11 lib-y += tbictx.o
12 lib-y += tbidefr.o
13 lib-y += tbilogf.o
14 lib-y += tbipcx.o
15 lib-y += tbiroot.o
16 lib-y += tbisoft.o
17 lib-y += tbistring.o
18 lib-y += tbitimer.o
19
20 lib-$(CONFIG_METAG_DSP) += tbidspram.o
21 lib-$(CONFIG_METAG_FPU) += tbictxfpu.o
This page took 0.030552 seconds and 5 git commands to generate.