You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
374 B
11 lines
374 B
#
|
|
# Makefile for AVR32-specific library files
|
|
#
|
|
|
|
lib-y := copy_user.o clear_user.o
|
|
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
|
|
|