Makefile (93fbff1197474d7b65e598c6f48fa82a5c334539) Makefile (7033b937e21b12629d920e7864c20c46bc4ccf39)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for some libs needed in the kernel.
4#
5
6ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
7
8# These files are disabled because they produce lots of non-interesting and/or

--- 239 unchanged lines hidden (view full) ---

248obj-$(CONFIG_GLOB) += glob.o
249obj-$(CONFIG_GLOB_SELFTEST) += globtest.o
250
251obj-$(CONFIG_MPILIB) += mpi/
252obj-$(CONFIG_DIMLIB) += dim/
253obj-$(CONFIG_SIGNATURE) += digsig.o
254
255lib-$(CONFIG_CLZ_TAB) += clz_tab.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for some libs needed in the kernel.
4#
5
6ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
7
8# These files are disabled because they produce lots of non-interesting and/or

--- 239 unchanged lines hidden (view full) ---

248obj-$(CONFIG_GLOB) += glob.o
249obj-$(CONFIG_GLOB_SELFTEST) += globtest.o
250
251obj-$(CONFIG_MPILIB) += mpi/
252obj-$(CONFIG_DIMLIB) += dim/
253obj-$(CONFIG_SIGNATURE) += digsig.o
254
255lib-$(CONFIG_CLZ_TAB) += clz_tab.o
256lib-$(CONFIG_LIB_MEMNEQ) += memneq.o
257
258obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
259obj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o
260
261obj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o
262
263obj-$(CONFIG_SG_SPLIT) += sg_split.o
264obj-$(CONFIG_SG_POOL) += sg_pool.o

--- 153 unchanged lines hidden ---
256
257obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
258obj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o
259
260obj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o
261
262obj-$(CONFIG_SG_SPLIT) += sg_split.o
263obj-$(CONFIG_SG_POOL) += sg_pool.o

--- 153 unchanged lines hidden ---