Makefile (0ea5c948cb64bab5bc7a5516774eb8536f05aa0d) Makefile (ae874027524c537a15e8d6f14ff69b855bc13ca8)
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

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

148endif
149
150obj-$(CONFIG_DEBUG_INFO_REDUCED) += debug_info.o
151CFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any)
152
153obj-y += math/ crypto/
154
155obj-$(CONFIG_GENERIC_IOMAP) += iomap.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

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

148endif
149
150obj-$(CONFIG_DEBUG_INFO_REDUCED) += debug_info.o
151CFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any)
152
153obj-y += math/ crypto/
154
155obj-$(CONFIG_GENERIC_IOMAP) += iomap.o
156obj-$(CONFIG_GENERIC_PCI_IOMAP) += pci_iomap.o
157obj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o
158obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o
159obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o
160
161lib-y += logic_pio.o
162
163lib-$(CONFIG_INDIRECT_IOMEM) += logic_iomem.o
164

--- 282 unchanged lines hidden ---
156obj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o
157obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o
158obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o
159
160lib-y += logic_pio.o
161
162lib-$(CONFIG_INDIRECT_IOMEM) += logic_iomem.o
163

--- 282 unchanged lines hidden ---