diff options
Diffstat (limited to 'arch/cris/arch-v10/lib/Makefile')
-rw-r--r-- | arch/cris/arch-v10/lib/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/cris/arch-v10/lib/Makefile b/arch/cris/arch-v10/lib/Makefile new file mode 100644 index 000000000..725153edb --- /dev/null +++ b/arch/cris/arch-v10/lib/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for Etrax-specific library files.. +# + +lib-y = checksum.o checksumcopy.o string.o usercopy.o memset.o csumcpfruser.o + |