Remove struct pt_regs from user header and use generic ucontext.h. Signed-off-by: Chung-Ling Tang <cltang@codesourcery.com> Acked-by: Ley Foon Tan <lftan@altera.com>
6 lines
111 B
Makefile
6 lines
111 B
Makefile
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
header-y += elf.h
|
|
header-y += ucontext.h
|
|
|
|
generic-y += ucontext.h
|