diff options
| author | Mark Brown <broonie@kernel.org> | 2026-09-07 14:48:34 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-09-07 14:48:34 +0100 |
| commit | 99e0bf7b4a171f63abb01ae4cabbcb7ddee53f3f (patch) | |
| tree | b0717ab9b11e149723286ac16d6c1e45f3b80b4d /tools/include/nolibc/Makefile | |
| parent | 9a6ec108829214ff53fb03b45526ffdffe12efc6 (diff) | |
| parent | 6ef847683e7d294a4187a7253924b8f0d8911416 (diff) | |
| download | linux-next-99e0bf7b4a171f63abb01ae4cabbcb7ddee53f3f.tar.gz linux-next-99e0bf7b4a171f63abb01ae4cabbcb7ddee53f3f.zip | |
Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc.git
Diffstat (limited to 'tools/include/nolibc/Makefile')
| -rw-r--r-- | tools/include/nolibc/Makefile | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index 6d213d372bf8..0880be0f6ef5 100644 --- a/tools/include/nolibc/Makefile +++ b/tools/include/nolibc/Makefile @@ -17,7 +17,23 @@ endif # it defaults to this nolibc directory. OUTPUT ?= $(CURDIR)/ -architectures := alpha arm arm64 loongarch m68k mips openrisc parisc powerpc riscv s390 sh sparc x86 +architectures := \ + alpha \ + arm \ + arm64 \ + hexagon \ + loongarch \ + m68k \ + mips \ + openrisc \ + parisc \ + powerpc \ + riscv \ + s390 \ + sh \ + sparc \ + x86 \ + arch_files := arch.h $(addsuffix .h, $(addprefix arch-, $(architectures))) all_files := \ alloca.h \ @@ -59,6 +75,7 @@ all_files := \ sys/reboot.h \ sys/resource.h \ sys/select.h \ + sys/sendfile.h \ sys/stat.h \ sys/syscall.h \ sys/sysmacros.h \ |
