mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c105e86ace
Commit 92d5dd8cd6
("nios2: update pt_regs") removed the nios2 specific
ucontext.h, replacing it with the version from asm-generic. Thus it's no
longer necessary to include ucontext.h in exported headers.
Cc: Chung-Ling Tang <cltang@codesourcery.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <lftan@altera.com>
6 lines
88 B
Makefile
6 lines
88 B
Makefile
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
header-y += elf.h
|
|
|
|
generic-y += ucontext.h
|