RISC-V memes
  • C++ 85.1%
  • Meson 7.7%
  • Assembly 6.8%
  • Shell 0.4%
Find a file
Quantum 34ea8cbb99 kernel: drop include_directories('include'), the dir has never existed
kernel/meson.build line 8 seeded kernel_includes with
include_directories('include'), but kernel/include is absent from the
worktree and from all of git history (git log --all on the path is
empty, and it is not gitignored). meson aborts at configure time on a
missing include directory, so this tree has never configured for
anyone.

The line is dead, not a stale pointer: every header the kernel
includes -- opensbi/*, sunxi_d1_pinctrl/*, uart_16550/*, and the
commented-out dtb/* -- is served by a per-driver include/ directory
that the corresponding subdir() meson.build appends to kernel_includes
itself. Nothing needs a shared kernel-level include path.

Seed the list empty instead of inventing a directory to satisfy it.
2026-08-02 15:40:26 -04:00
kernel kernel: drop include_directories('include'), the dir has never existed 2026-08-02 15:40:26 -04:00
tools Tools: Added bdinfo print to uboot upload script 2022-06-07 00:56:52 -04:00
.gitignore Initial Commit 2022-01-03 19:11:49 -05:00
meson.build Make: Throwing more random shit at the makefiles 2022-07-31 22:57:40 -04:00
riscv.cross Make: Throwing more random shit at the makefiles 2022-07-31 22:57:40 -04:00