mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-06 02:24:14 +08:00
6f22a7f4e5
The ia64 ipcbuf/msgbuf/sembuf/shmbuf header files are all identical to the version from asm-generic. This patch removes the files and replaces them with 'generic-y' statements as part of the y2038 changes. While ia64 no longer has a compat mode and doesn't need the file any more, it seem nicer to clean this up anyway. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
11 lines
233 B
Makefile
11 lines
233 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
generic-y += bpf_perf_event.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += kvm_para.h
|
|
generic-y += msgbuf.h
|
|
generic-y += poll.h
|
|
generic-y += sembuf.h
|
|
generic-y += shmbuf.h
|