# # Makefile for TBX library files.. # asflags-y += -mmetac=2.1 -Wa,-mfpu=metac21 -mdsp asflags-$([31mCONFIG_SMP[0m) += -DTBX_PERCPU_SP_SAVE ccflags-y += -mmetac=2.1 lib-y += tbicore.o lib-y += tbictx.o lib-y += tbidefr.o lib-y += tbilogf.o lib-y += tbipcx.o lib-y += tbiroot.o lib-y += tbisoft.o lib-y += tbistring.o lib-y += tbitimer.o lib-$([31mCONFIG_METAG_DSP[0m) += tbidspram.o lib-$([31mCONFIG_METAG_FPU[0m) += tbictxfpu.o |