Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4522fcb authored by David Howells's avatar David Howells
Browse files

UAPI: The tile arch uses the generic ucontext.h file



Move the header-y and generic-y lines for ucontext.h from
arch/tile/include/asm/Kbuild to the uapi/ Kbuild as the asm-generic variant is
used.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
cc: Chris Metcalf <cmetcalf@tilera.com>
parent 4c7b279c
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line


header-y += ../arch/
header-y += ../arch/


header-y += ucontext.h

generic-y += bug.h
generic-y += bug.h
generic-y += bugs.h
generic-y += bugs.h
generic-y += clkdev.h
generic-y += clkdev.h
@@ -37,5 +35,4 @@ generic-y += statfs.h
generic-y += termbits.h
generic-y += termbits.h
generic-y += termios.h
generic-y += termios.h
generic-y += types.h
generic-y += types.h
generic-y += ucontext.h
generic-y += xor.h
generic-y += xor.h
+3 −0
Original line number Original line Diff line number Diff line
@@ -15,4 +15,7 @@ header-y += siginfo.h
header-y += signal.h
header-y += signal.h
header-y += stat.h
header-y += stat.h
header-y += swab.h
header-y += swab.h
header-y += ucontext.h
header-y += unistd.h
header-y += unistd.h

generic-y += ucontext.h