https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1c9ffa08b1db6a6074f953848b35a319b678688e authored by Jason Self on 30 January 2015, 01:42:41 UTC
Linux-libre 3.10.67-gnu
Tip revision: 1c9ffa0
Makefile
#
# Makefile for SCORE-specific library files..
#

lib-y += string.o checksum.o checksum_copy.o

# libgcc-style stuff needed in the kernel
obj-y += ashldi3.o ashrdi3.o cmpdi2.o lshrdi3.o ucmpdi2.o
back to top