]> Git Repo - linux.git/blob - arch/csky/lib/Makefile
x86/CPU/AMD: Move Zenbleed check to the Zen2 init function
[linux.git] / arch / csky / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 lib-y  := usercopy.o delay.o
3 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
4 ifneq ($(CONFIG_HAVE_EFFICIENT_UNALIGNED_STRING_OPS), y)
5 lib-y  += string.o
6 endif
This page took 0.036664 seconds and 4 git commands to generate.