- Force-add kernel include/generated/ and include/config/ headers needed for out-of-tree module compilation (autoconf.h, asm-offsets.h, etc.) - Force-add kernel .config, Module.symvers, and build tool binaries (scripts/basic/fixdep, scripts/mod/modpost) for kbuild module support - Fix SPI tools Makefile: use PATH-relative arm-linux-gnueabihf-gcc instead of hardcoded /opt/gcc-arm-eabihf/bin/ path These files enable the z80drv, ttymzdrv kernel modules and SPI tools to build on the VPS Jenkins without running make defconfig first. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
352 B
C
Vendored
8 lines
352 B
C
Vendored
/* This file is auto generated, version 23 */
|
|
/* SMP PREEMPT */
|
|
#define UTS_MACHINE "arm"
|
|
#define UTS_VERSION "#23 SMP PREEMPT Tue Feb 14 11:48:10 GMT 2023"
|
|
#define LINUX_COMPILE_BY "psmart"
|
|
#define LINUX_COMPILE_HOST "gull"
|
|
#define LINUX_COMPILER "gcc version 8.2.1 20180802 (GNU Toolchain for the A-profile Architecture 8.2-2018-08 (arm-rel-8.23)) "
|