James Hogan | 5633004 | 2012-10-09 10:54:32 +0100 | [diff] [blame] | 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 |