Merge tag 'for-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pateldipen19...
[linux-block.git] / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for some libs needed in the kernel.
4 #
5
6 ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)
7
8 # These files are disabled because they produce lots of non-interesting and/or
9 # flaky coverage that is not a function of syscall inputs. For example,
10 # rbtree can be global and individual rotations don't correlate with inputs.
11 KCOV_INSTRUMENT_string.o := n
12 KCOV_INSTRUMENT_rbtree.o := n
13 KCOV_INSTRUMENT_list_debug.o := n
14 KCOV_INSTRUMENT_debugobjects.o := n
15 KCOV_INSTRUMENT_dynamic_debug.o := n
16 KCOV_INSTRUMENT_fault-inject.o := n
17
18 # string.o implements standard library functions like memset/memcpy etc.
19 # Use -ffreestanding to ensure that the compiler does not try to "optimize"
20 # them into calls to themselves.
21 CFLAGS_string.o := -ffreestanding
22
23 # Early boot use of cmdline, don't instrument it
24 ifdef CONFIG_AMD_MEM_ENCRYPT
25 KASAN_SANITIZE_string.o := n
26
27 CFLAGS_string.o += -fno-stack-protector
28 endif
29
30 lib-y := ctype.o string.o vsprintf.o cmdline.o \
31          rbtree.o radix-tree.o timerqueue.o xarray.o \
32          maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
33          flex_proportions.o ratelimit.o show_mem.o \
34          is_single_threaded.o plist.o decompress.o kobject_uevent.o \
35          earlycpio.o seq_buf.o siphash.o dec_and_lock.o \
36          nmi_backtrace.o win_minmax.o memcat_p.o \
37          buildid.o
38
39 lib-$(CONFIG_PRINTK) += dump_stack.o
40 lib-$(CONFIG_SMP) += cpumask.o
41
42 lib-y   += kobject.o klist.o
43 obj-y   += lockref.o
44
45 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
46          bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \
47          list_sort.o uuid.o iov_iter.o clz_ctz.o \
48          bsearch.o find_bit.o llist.o memweight.o kfifo.o \
49          percpu-refcount.o rhashtable.o base64.o \
50          once.o refcount.o rcuref.o usercopy.o errseq.o bucket_locks.o \
51          generic-radix-tree.o
52 obj-$(CONFIG_STRING_SELFTEST) += test_string.o
53 obj-y += string_helpers.o
54 obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o
55 obj-y += hexdump.o
56 obj-$(CONFIG_TEST_HEXDUMP) += test_hexdump.o
57 obj-y += kstrtox.o
58 obj-$(CONFIG_FIND_BIT_BENCHMARK) += find_bit_benchmark.o
59 obj-$(CONFIG_TEST_BPF) += test_bpf.o
60 test_dhry-objs := dhry_1.o dhry_2.o dhry_run.o
61 obj-$(CONFIG_TEST_DHRY) += test_dhry.o
62 obj-$(CONFIG_TEST_FIRMWARE) += test_firmware.o
63 obj-$(CONFIG_TEST_BITOPS) += test_bitops.o
64 CFLAGS_test_bitops.o += -Werror
65 obj-$(CONFIG_CPUMASK_KUNIT_TEST) += cpumask_kunit.o
66 obj-$(CONFIG_TEST_SYSCTL) += test_sysctl.o
67 obj-$(CONFIG_HASH_KUNIT_TEST) += test_hash.o
68 obj-$(CONFIG_TEST_IDA) += test_ida.o
69 obj-$(CONFIG_TEST_UBSAN) += test_ubsan.o
70 CFLAGS_test_ubsan.o += $(call cc-disable-warning, vla)
71 UBSAN_SANITIZE_test_ubsan.o := y
72 obj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o
73 obj-$(CONFIG_TEST_LIST_SORT) += test_list_sort.o
74 obj-$(CONFIG_TEST_MIN_HEAP) += test_min_heap.o
75 obj-$(CONFIG_TEST_LKM) += test_module.o
76 obj-$(CONFIG_TEST_VMALLOC) += test_vmalloc.o
77 obj-$(CONFIG_TEST_RHASHTABLE) += test_rhashtable.o
78 obj-$(CONFIG_TEST_SORT) += test_sort.o
79 obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o
80 obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_keys.o
81 obj-$(CONFIG_TEST_STATIC_KEYS) += test_static_key_base.o
82 obj-$(CONFIG_TEST_DYNAMIC_DEBUG) += test_dynamic_debug.o
83 obj-$(CONFIG_TEST_PRINTF) += test_printf.o
84 obj-$(CONFIG_TEST_SCANF) += test_scanf.o
85 obj-$(CONFIG_TEST_BITMAP) += test_bitmap.o
86 obj-$(CONFIG_TEST_UUID) += test_uuid.o
87 obj-$(CONFIG_TEST_XARRAY) += test_xarray.o
88 obj-$(CONFIG_TEST_MAPLE_TREE) += test_maple_tree.o
89 obj-$(CONFIG_TEST_PARMAN) += test_parman.o
90 obj-$(CONFIG_TEST_KMOD) += test_kmod.o
91 obj-$(CONFIG_TEST_DEBUG_VIRTUAL) += test_debug_virtual.o
92 obj-$(CONFIG_TEST_MEMCAT_P) += test_memcat_p.o
93 obj-$(CONFIG_TEST_OBJAGG) += test_objagg.o
94 obj-$(CONFIG_TEST_BLACKHOLE_DEV) += test_blackhole_dev.o
95 obj-$(CONFIG_TEST_MEMINIT) += test_meminit.o
96 obj-$(CONFIG_TEST_LOCKUP) += test_lockup.o
97 obj-$(CONFIG_TEST_HMM) += test_hmm.o
98 obj-$(CONFIG_TEST_FREE_PAGES) += test_free_pages.o
99 obj-$(CONFIG_KPROBES_SANITY_TEST) += test_kprobes.o
100 obj-$(CONFIG_TEST_REF_TRACKER) += test_ref_tracker.o
101 CFLAGS_test_fprobe.o += $(CC_FLAGS_FTRACE)
102 obj-$(CONFIG_FPROBE_SANITY_TEST) += test_fprobe.o
103 #
104 # CFLAGS for compiling floating point code inside the kernel. x86/Makefile turns
105 # off the generation of FPU/SSE* instructions for kernel proper but FPU_FLAGS
106 # get appended last to CFLAGS and thus override those previous compiler options.
107 #
108 FPU_CFLAGS := -msse -msse2
109 ifdef CONFIG_CC_IS_GCC
110 # Stack alignment mismatch, proceed with caution.
111 # GCC < 7.1 cannot compile code using `double` and -mpreferred-stack-boundary=3
112 # (8B stack alignment).
113 # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53383
114 #
115 # The "-msse" in the first argument is there so that the
116 # -mpreferred-stack-boundary=3 build error:
117 #
118 #  -mpreferred-stack-boundary=3 is not between 4 and 12
119 #
120 # can be triggered. Otherwise gcc doesn't complain.
121 FPU_CFLAGS += -mhard-float
122 FPU_CFLAGS += $(call cc-option,-msse -mpreferred-stack-boundary=3,-mpreferred-stack-boundary=4)
123 endif
124
125 obj-$(CONFIG_TEST_FPU) += test_fpu.o
126 CFLAGS_test_fpu.o += $(FPU_CFLAGS)
127
128 obj-$(CONFIG_TEST_LIVEPATCH) += livepatch/
129
130 # Some KUnit files (hooks.o) need to be built-in even when KUnit is a module,
131 # so we can't just use obj-$(CONFIG_KUNIT).
132 ifdef CONFIG_KUNIT
133 obj-y += kunit/
134 endif
135
136 ifeq ($(CONFIG_DEBUG_KOBJECT),y)
137 CFLAGS_kobject.o += -DDEBUG
138 CFLAGS_kobject_uevent.o += -DDEBUG
139 endif
140
141 obj-$(CONFIG_DEBUG_INFO_REDUCED) += debug_info.o
142 CFLAGS_debug_info.o += $(call cc-option, -femit-struct-debug-detailed=any)
143
144 obj-y += math/ crypto/
145
146 obj-$(CONFIG_GENERIC_IOMAP) += iomap.o
147 obj-$(CONFIG_GENERIC_PCI_IOMAP) += pci_iomap.o
148 obj-$(CONFIG_HAS_IOMEM) += iomap_copy.o devres.o
149 obj-$(CONFIG_CHECK_SIGNATURE) += check_signature.o
150 obj-$(CONFIG_DEBUG_LOCKING_API_SELFTESTS) += locking-selftest.o
151
152 lib-y += logic_pio.o
153
154 lib-$(CONFIG_INDIRECT_IOMEM) += logic_iomem.o
155
156 obj-$(CONFIG_TRACE_MMIO_ACCESS) += trace_readwrite.o
157
158 obj-$(CONFIG_GENERIC_HWEIGHT) += hweight.o
159
160 obj-$(CONFIG_BTREE) += btree.o
161 obj-$(CONFIG_INTERVAL_TREE) += interval_tree.o
162 obj-$(CONFIG_ASSOCIATIVE_ARRAY) += assoc_array.o
163 obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o
164 obj-$(CONFIG_DEBUG_LIST) += list_debug.o
165 obj-$(CONFIG_DEBUG_OBJECTS) += debugobjects.o
166
167 obj-$(CONFIG_BITREVERSE) += bitrev.o
168 obj-$(CONFIG_LINEAR_RANGES) += linear_ranges.o
169 obj-$(CONFIG_PACKING)   += packing.o
170 obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o
171 obj-$(CONFIG_CRC16)     += crc16.o
172 obj-$(CONFIG_CRC_T10DIF)+= crc-t10dif.o
173 obj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o
174 obj-$(CONFIG_CRC32)     += crc32.o
175 obj-$(CONFIG_CRC64)     += crc64.o
176 obj-$(CONFIG_CRC32_SELFTEST)    += crc32test.o
177 obj-$(CONFIG_CRC4)      += crc4.o
178 obj-$(CONFIG_CRC7)      += crc7.o
179 obj-$(CONFIG_LIBCRC32C) += libcrc32c.o
180 obj-$(CONFIG_CRC8)      += crc8.o
181 obj-$(CONFIG_CRC64_ROCKSOFT) += crc64-rocksoft.o
182 obj-$(CONFIG_XXHASH)    += xxhash.o
183 obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o
184
185 obj-$(CONFIG_842_COMPRESS) += 842/
186 obj-$(CONFIG_842_DECOMPRESS) += 842/
187 obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
188 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
189 obj-$(CONFIG_ZLIB_DFLTCC) += zlib_dfltcc/
190 obj-$(CONFIG_REED_SOLOMON) += reed_solomon/
191 obj-$(CONFIG_BCH) += bch.o
192 obj-$(CONFIG_LZO_COMPRESS) += lzo/
193 obj-$(CONFIG_LZO_DECOMPRESS) += lzo/
194 obj-$(CONFIG_LZ4_COMPRESS) += lz4/
195 obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
196 obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
197 obj-$(CONFIG_ZSTD_COMPRESS) += zstd/
198 obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
199 obj-$(CONFIG_XZ_DEC) += xz/
200 obj-$(CONFIG_RAID6_PQ) += raid6/
201
202 lib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o
203 lib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o
204 lib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o
205 lib-$(CONFIG_DECOMPRESS_XZ) += decompress_unxz.o
206 lib-$(CONFIG_DECOMPRESS_LZO) += decompress_unlzo.o
207 lib-$(CONFIG_DECOMPRESS_LZ4) += decompress_unlz4.o
208 lib-$(CONFIG_DECOMPRESS_ZSTD) += decompress_unzstd.o
209
210 obj-$(CONFIG_TEXTSEARCH) += textsearch.o
211 obj-$(CONFIG_TEXTSEARCH_KMP) += ts_kmp.o
212 obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o
213 obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o
214 obj-$(CONFIG_SMP) += percpu_counter.o
215 obj-$(CONFIG_AUDIT_GENERIC) += audit.o
216 obj-$(CONFIG_AUDIT_COMPAT_GENERIC) += compat_audit.o
217
218 obj-$(CONFIG_IOMMU_HELPER) += iommu-helper.o
219 obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o
220 obj-$(CONFIG_FAULT_INJECTION_USERCOPY) += fault-inject-usercopy.o
221 obj-$(CONFIG_NOTIFIER_ERROR_INJECTION) += notifier-error-inject.o
222 obj-$(CONFIG_PM_NOTIFIER_ERROR_INJECT) += pm-notifier-error-inject.o
223 obj-$(CONFIG_NETDEV_NOTIFIER_ERROR_INJECT) += netdev-notifier-error-inject.o
224 obj-$(CONFIG_MEMORY_NOTIFIER_ERROR_INJECT) += memory-notifier-error-inject.o
225 obj-$(CONFIG_OF_RECONFIG_NOTIFIER_ERROR_INJECT) += \
226         of-reconfig-notifier-error-inject.o
227 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
228
229 lib-$(CONFIG_GENERIC_BUG) += bug.o
230
231 obj-$(CONFIG_HAVE_ARCH_TRACEHOOK) += syscall.o
232
233 obj-$(CONFIG_DYNAMIC_DEBUG_CORE) += dynamic_debug.o
234 #ensure exported functions have prototypes
235 CFLAGS_dynamic_debug.o := -DDYNAMIC_DEBUG_MODULE
236
237 obj-$(CONFIG_SYMBOLIC_ERRNAME) += errname.o
238
239 obj-$(CONFIG_NLATTR) += nlattr.o
240
241 obj-$(CONFIG_LRU_CACHE) += lru_cache.o
242
243 obj-$(CONFIG_GENERIC_CSUM) += checksum.o
244
245 obj-$(CONFIG_GENERIC_ATOMIC64) += atomic64.o
246
247 obj-$(CONFIG_ATOMIC64_SELFTEST) += atomic64_test.o
248
249 obj-$(CONFIG_CPU_RMAP) += cpu_rmap.o
250
251 obj-$(CONFIG_DQL) += dynamic_queue_limits.o
252
253 obj-$(CONFIG_GLOB) += glob.o
254 obj-$(CONFIG_GLOB_SELFTEST) += globtest.o
255
256 obj-$(CONFIG_MPILIB) += mpi/
257 obj-$(CONFIG_DIMLIB) += dim/
258 obj-$(CONFIG_SIGNATURE) += digsig.o
259
260 lib-$(CONFIG_CLZ_TAB) += clz_tab.o
261
262 obj-$(CONFIG_GENERIC_STRNCPY_FROM_USER) += strncpy_from_user.o
263 obj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o
264
265 obj-$(CONFIG_GENERIC_NET_UTILS) += net_utils.o
266
267 obj-$(CONFIG_SG_SPLIT) += sg_split.o
268 obj-$(CONFIG_SG_POOL) += sg_pool.o
269 obj-$(CONFIG_MEMREGION) += memregion.o
270 obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
271 obj-$(CONFIG_IRQ_POLL) += irq_poll.o
272
273 obj-$(CONFIG_POLYNOMIAL) += polynomial.o
274
275 # stackdepot.c should not be instrumented or call instrumented functions.
276 # Prevent the compiler from calling builtins like memcmp() or bcmp() from this
277 # file.
278 CFLAGS_stackdepot.o += -fno-builtin
279 obj-$(CONFIG_STACKDEPOT) += stackdepot.o
280 KASAN_SANITIZE_stackdepot.o := n
281 # In particular, instrumenting stackdepot.c with KMSAN will result in infinite
282 # recursion.
283 KMSAN_SANITIZE_stackdepot.o := n
284 KCOV_INSTRUMENT_stackdepot.o := n
285
286 obj-$(CONFIG_REF_TRACKER) += ref_tracker.o
287
288 libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \
289                fdt_empty_tree.o fdt_addresses.o
290 $(foreach file, $(libfdt_files), \
291         $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt))
292 lib-$(CONFIG_LIBFDT) += $(libfdt_files)
293
294 obj-$(CONFIG_BOOT_CONFIG) += bootconfig.o
295 obj-$(CONFIG_BOOT_CONFIG_EMBED) += bootconfig-data.o
296
297 $(obj)/bootconfig-data.o: $(obj)/default.bconf
298
299 targets += default.bconf
300 filechk_defbconf = cat $(or $(real-prereqs), /dev/null)
301 $(obj)/default.bconf: $(CONFIG_BOOT_CONFIG_EMBED_FILE) FORCE
302         $(call filechk,defbconf)
303
304 obj-$(CONFIG_RBTREE_TEST) += rbtree_test.o
305 obj-$(CONFIG_INTERVAL_TREE_TEST) += interval_tree_test.o
306
307 obj-$(CONFIG_PERCPU_TEST) += percpu_test.o
308
309 obj-$(CONFIG_ASN1) += asn1_decoder.o
310 obj-$(CONFIG_ASN1_ENCODER) += asn1_encoder.o
311
312 obj-$(CONFIG_FONT_SUPPORT) += fonts/
313
314 hostprogs       := gen_crc32table
315 hostprogs       += gen_crc64table
316 clean-files     := crc32table.h
317 clean-files     += crc64table.h
318
319 $(obj)/crc32.o: $(obj)/crc32table.h
320
321 quiet_cmd_crc32 = GEN     $@
322       cmd_crc32 = $< > $@
323
324 $(obj)/crc32table.h: $(obj)/gen_crc32table
325         $(call cmd,crc32)
326
327 $(obj)/crc64.o: $(obj)/crc64table.h
328
329 quiet_cmd_crc64 = GEN     $@
330       cmd_crc64 = $< > $@
331
332 $(obj)/crc64table.h: $(obj)/gen_crc64table
333         $(call cmd,crc64)
334
335 #
336 # Build a fast OID lookip registry from include/linux/oid_registry.h
337 #
338 obj-$(CONFIG_OID_REGISTRY) += oid_registry.o
339
340 $(obj)/oid_registry.o: $(obj)/oid_registry_data.c
341
342 $(obj)/oid_registry_data.c: $(srctree)/include/linux/oid_registry.h \
343                             $(src)/build_OID_registry
344         $(call cmd,build_OID_registry)
345
346 quiet_cmd_build_OID_registry = GEN     $@
347       cmd_build_OID_registry = perl $(srctree)/$(src)/build_OID_registry $< $@
348
349 clean-files     += oid_registry_data.c
350
351 obj-$(CONFIG_UCS2_STRING) += ucs2_string.o
352 obj-$(CONFIG_UBSAN) += ubsan.o
353
354 UBSAN_SANITIZE_ubsan.o := n
355 KASAN_SANITIZE_ubsan.o := n
356 KCSAN_SANITIZE_ubsan.o := n
357 CFLAGS_ubsan.o := -fno-stack-protector $(DISABLE_STACKLEAK_PLUGIN)
358
359 obj-$(CONFIG_SBITMAP) += sbitmap.o
360
361 obj-$(CONFIG_PARMAN) += parman.o
362
363 obj-y += group_cpus.o
364
365 # GCC library routines
366 obj-$(CONFIG_GENERIC_LIB_ASHLDI3) += ashldi3.o
367 obj-$(CONFIG_GENERIC_LIB_ASHRDI3) += ashrdi3.o
368 obj-$(CONFIG_GENERIC_LIB_LSHRDI3) += lshrdi3.o
369 obj-$(CONFIG_GENERIC_LIB_MULDI3) += muldi3.o
370 obj-$(CONFIG_GENERIC_LIB_CMPDI2) += cmpdi2.o
371 obj-$(CONFIG_GENERIC_LIB_UCMPDI2) += ucmpdi2.o
372 obj-$(CONFIG_OBJAGG) += objagg.o
373
374 # pldmfw library
375 obj-$(CONFIG_PLDMFW) += pldmfw/
376
377 # KUnit tests
378 CFLAGS_bitfield_kunit.o := $(DISABLE_STRUCTLEAK_PLUGIN)
379 obj-$(CONFIG_BITFIELD_KUNIT) += bitfield_kunit.o
380 obj-$(CONFIG_LIST_KUNIT_TEST) += list-test.o
381 obj-$(CONFIG_HASHTABLE_KUNIT_TEST) += hashtable_test.o
382 obj-$(CONFIG_LINEAR_RANGES_TEST) += test_linear_ranges.o
383 obj-$(CONFIG_BITS_TEST) += test_bits.o
384 obj-$(CONFIG_CMDLINE_KUNIT_TEST) += cmdline_kunit.o
385 obj-$(CONFIG_SLUB_KUNIT_TEST) += slub_kunit.o
386 obj-$(CONFIG_MEMCPY_KUNIT_TEST) += memcpy_kunit.o
387 obj-$(CONFIG_IS_SIGNED_TYPE_KUNIT_TEST) += is_signed_type_kunit.o
388 CFLAGS_overflow_kunit.o = $(call cc-disable-warning, tautological-constant-out-of-range-compare)
389 obj-$(CONFIG_OVERFLOW_KUNIT_TEST) += overflow_kunit.o
390 CFLAGS_stackinit_kunit.o += $(call cc-disable-warning, switch-unreachable)
391 obj-$(CONFIG_STACKINIT_KUNIT_TEST) += stackinit_kunit.o
392 CFLAGS_fortify_kunit.o += $(call cc-disable-warning, unsequenced)
393 CFLAGS_fortify_kunit.o += $(DISABLE_STRUCTLEAK_PLUGIN)
394 obj-$(CONFIG_FORTIFY_KUNIT_TEST) += fortify_kunit.o
395 obj-$(CONFIG_STRSCPY_KUNIT_TEST) += strscpy_kunit.o
396 obj-$(CONFIG_SIPHASH_KUNIT_TEST) += siphash_kunit.o
397
398 obj-$(CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED) += devmem_is_allowed.o
399
400 # FORTIFY_SOURCE compile-time behavior tests
401 TEST_FORTIFY_SRCS = $(wildcard $(srctree)/$(src)/test_fortify/*-*.c)
402 TEST_FORTIFY_LOGS = $(patsubst $(srctree)/$(src)/%.c, %.log, $(TEST_FORTIFY_SRCS))
403 TEST_FORTIFY_LOG = test_fortify.log
404
405 quiet_cmd_test_fortify = TEST    $@
406       cmd_test_fortify = $(CONFIG_SHELL) $(srctree)/scripts/test_fortify.sh \
407                         $< $@ "$(NM)" $(CC) $(c_flags) \
408                         $(call cc-disable-warning,fortify-source) \
409                         -DKBUILD_EXTRA_WARN1
410
411 targets += $(TEST_FORTIFY_LOGS)
412 clean-files += $(TEST_FORTIFY_LOGS)
413 clean-files += $(addsuffix .o, $(TEST_FORTIFY_LOGS))
414 $(obj)/test_fortify/%.log: $(src)/test_fortify/%.c \
415                            $(src)/test_fortify/test_fortify.h \
416                            $(srctree)/include/linux/fortify-string.h \
417                            $(srctree)/scripts/test_fortify.sh \
418                            FORCE
419         $(call if_changed,test_fortify)
420
421 quiet_cmd_gen_fortify_log = GEN     $@
422       cmd_gen_fortify_log = cat </dev/null $(filter-out FORCE,$^) 2>/dev/null > $@ || true
423
424 targets += $(TEST_FORTIFY_LOG)
425 clean-files += $(TEST_FORTIFY_LOG)
426 $(obj)/$(TEST_FORTIFY_LOG): $(addprefix $(obj)/, $(TEST_FORTIFY_LOGS)) FORCE
427         $(call if_changed,gen_fortify_log)
428
429 # Fake dependency to trigger the fortify tests.
430 ifeq ($(CONFIG_FORTIFY_SOURCE),y)
431 $(obj)/string.o: $(obj)/$(TEST_FORTIFY_LOG)
432 endif