Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « lib « riscv « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e2e600f7d5384074fff062628cbb04f9113f7ab (plain)
1
2
3
4
5
6
7
8
lib-y	+= delay.o
lib-y	+= memcpy.o
lib-y	+= memset.o
lib-y	+= uaccess.o

lib-$(CONFIG_64BIT) += tishift.o

lib-$(CONFIG_32BIT) += udivdi3.o