mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-01-15 12:25:41 +01:00
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
|