bna: fix interrupts storm caused by erroneous packets
[linux/fpc-iii.git] / arch / microblaze / lib / Makefile
blob70c7ae6a3fb5659013912aa5cb362d50437a7c82
2 # Makefile
5 ifdef CONFIG_FUNCTION_TRACER
6 CFLAGS_REMOVE_ashldi3.o = -pg
7 CFLAGS_REMOVE_ashrdi3.o = -pg
8 CFLAGS_REMOVE_lshrdi3.o = -pg
9 endif
11 lib-y := memset.o
13 ifeq ($(CONFIG_OPT_LIB_ASM),y)
14 lib-y += fastcopy.o
15 else
16 lib-y += memcpy.o memmove.o
17 endif
19 lib-y += uaccess_old.o
21 # libgcc-style stuff needed in the kernel
22 obj-y += ashldi3.o ashrdi3.o cmpdi2.o divsi3.o lshrdi3.o modsi3.o
23 obj-y += muldi3.o mulsi3.o ucmpdi2.o udivsi3.o umodsi3.o