diff options
Diffstat (limited to 'arch/cris/arch-v10/lib/Makefile')
-rw-r--r-- | arch/cris/arch-v10/lib/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/cris/arch-v10/lib/Makefile b/arch/cris/arch-v10/lib/Makefile new file mode 100644 index 000000000000..36e9a9c5239b --- /dev/null +++ b/arch/cris/arch-v10/lib/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # | ||
2 | # Makefile for Etrax-specific library files.. | ||
3 | # | ||
4 | |||
5 | |||
6 | EXTRA_AFLAGS := -traditional | ||
7 | |||
8 | lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o | ||
9 | |||