aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.vmlinux
diff options
context:
space:
mode:
authorDmitry Torokhov <[email protected]>2024-07-15 15:50:05 -0700
committerDmitry Torokhov <[email protected]>2024-07-15 15:50:05 -0700
commit3daee2e4b3568f0ed88b0598df96547fcf21cb9b (patch)
tree19f47d0d4d3ff05266a25364959f0012a1825131 /scripts/Makefile.vmlinux
parentf3efefb6fdcce604413135bd8d4c5568e53a1f13 (diff)
parent0c3836482481200ead7b416ca80c68a29cfdaabd (diff)
Merge tag 'v6.10' into next
Sync up with mainline to bring in device_for_each_child_node_scoped() and other newer APIs.
Diffstat (limited to 'scripts/Makefile.vmlinux')
-rw-r--r--scripts/Makefile.vmlinux3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.vmlinux b/scripts/Makefile.vmlinux
index c9f3e03124d7..49946cb96844 100644
--- a/scripts/Makefile.vmlinux
+++ b/scripts/Makefile.vmlinux
@@ -18,9 +18,6 @@ quiet_cmd_cc_o_c = CC $@
$(call if_changed_dep,cc_o_c)
ifdef CONFIG_MODULES
-KASAN_SANITIZE_.vmlinux.export.o := n
-KCSAN_SANITIZE_.vmlinux.export.o := n
-GCOV_PROFILE_.vmlinux.export.o := n
targets += .vmlinux.export.o
vmlinux: .vmlinux.export.o
endif