Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / arch / avr32 / lib / Makefile
1 #
2 # Makefile for AVR32-specific library files
3 #
4
5 lib-y := copy_user.o clear_user.o
6 lib-y += strncpy_from_user.o strnlen_user.o
7 lib-y += delay.o memset.o memcpy.o findbit.o
8 lib-y += csum_partial.o csum_partial_copy_generic.o
9 lib-y += io-readsw.o io-readsl.o io-writesw.o io-writesl.o
10 lib-y += io-readsb.o io-writesb.o
11 lib-y += __avr32_lsl64.o __avr32_lsr64.o __avr32_asr64.o
This page took 0.029218 seconds and 5 git commands to generate.