mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Initializes the submodule Unfortunately, Buildroot does not seem to use it: https://stackoverflow.com/questions/54992977/how-to-select-an-override-srcdir-custom-source-code-for-gcc-when-building-buildr so tracking it here just for fun for now. We don't clone on ./build by default, so it should not impact anyone.
8 lines
410 B
Plaintext
8 lines
410 B
Plaintext
BINUTILS_OVERRIDE_SRCDIR = ../../submodules/binutils-gdb
|
|
# https://stackoverflow.com/questions/54992977/how-to-select-an-override-srcdir-source-for-gcc-when-building-buildroot
|
|
GCC_OVERRIDE_SRCDIR = ../../submodules/gcc
|
|
GDB_OVERRIDE_SRCDIR = ../../submodules/binutils-gdb
|
|
GLIBC_OVERRIDE_SRCDIR = ../../submodules/glibc
|
|
LINUX_OVERRIDE_SRCDIR = ../../submodules/linux
|
|
QEMU_OVERRIDE_SRCDIR = ../../submodules/qemu
|