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

Commit d4ce5458 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arch: remove stale comments "UAPI Header export list"



These comments are leftovers of commit fcc8487d ("uapi: export all
headers under uapi directories").

Prior to that commit, exported headers must be explicitly added to
header-y. Now, all headers under the uapi/ directories are exported.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 8c4fa8b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm

generated-y += unistd_32.h
+0 −1
Original line number Diff line number Diff line
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm

generic-y += auxvec.h
+0 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm

generated-y += unistd-common.h
+0 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm

generic-y += errno.h
+0 −1
Original line number Diff line number Diff line
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm

generic-y += auxvec.h
Loading