mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
Convert the sparse annotations over to the new compiler context analysis stuff. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://patch.msgid.link/20260121111213.950376128@infradead.org
6 lines
112 B
Makefile
6 lines
112 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
CONTEXT_ANALYSIS := y
|
|
|
|
obj-y += core.o syscalls.o pi.o requeue.o waitwake.o
|