mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 01:55:35 +07:00
469599f644
The alpha 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 series. Since there is no 32-bit syscall support for alpha, we don't need the other changes, but it's good to have clean this up anyway. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
10 lines
209 B
Makefile
10 lines
209 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 += msgbuf.h
|
|
generic-y += poll.h
|
|
generic-y += sembuf.h
|
|
generic-y += shmbuf.h
|