mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 04:36:45 +07:00
63b852a6b6
The existing asm-generic versions are incomplete and included by some architectures. New architectures should be able to use a generic version, so rename the existing files and change all users, which lets us add the new files. Signed-off-by: Remis Lima Baima <remis.developer@googlemail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
14 lines
272 B
Makefile
14 lines
272 B
Makefile
header-y += errno-base.h
|
|
header-y += errno.h
|
|
header-y += fcntl.h
|
|
header-y += ioctl.h
|
|
header-y += mman-common.h
|
|
header-y += poll.h
|
|
header-y += signal-defs.h
|
|
header-y += statfs.h
|
|
|
|
unifdef-y += int-l64.h
|
|
unifdef-y += int-ll64.h
|
|
unifdef-y += resource.h
|
|
unifdef-y += siginfo.h
|