diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2006-10-24 08:12:44 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-26 03:26:33 (GMT) |
commit | d68041cc9fde550fe6b6a6de1d7a110daff3cb60 (patch) | |
tree | 1b712054a6466b7901339ebaba37ce27c7f2b1a0 /arch/avr32/lib/Makefile | |
parent | 065834ab3988fece5608088e83724891c8190a2f (diff) | |
download | linux-d68041cc9fde550fe6b6a6de1d7a110daff3cb60.tar.xz |
[PATCH] AVR32: Implement and export __raw_{read,write}s[bwl]
Implement __raw_readsb and __raw_writesb. Export __raw_reads[bwl]
and __raw_writes[bwl] for use by modules.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/avr32/lib/Makefile')
-rw-r--r-- | arch/avr32/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/lib/Makefile b/arch/avr32/lib/Makefile index 09ac43e..084d95b 100644 --- a/arch/avr32/lib/Makefile +++ b/arch/avr32/lib/Makefile @@ -7,4 +7,5 @@ lib-y += strncpy_from_user.o strnlen_user.o lib-y += delay.o memset.o memcpy.o findbit.o lib-y += csum_partial.o csum_partial_copy_generic.o lib-y += io-readsw.o io-readsl.o io-writesw.o io-writesl.o +lib-y += io-readsb.o io-writesb.o lib-y += __avr32_lsl64.o __avr32_lsr64.o __avr32_asr64.o |