Files
tzpuFusionX/software/linux/kernel/include/generated/bounds.h
Philip Smart 4417182fa4 Add kernel generated files and fix SPI Makefile for VPS builds
- 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>
2026-03-15 12:42:25 +00:00

15 lines
326 B
C
Vendored

#ifndef __LINUX_BOUNDS_H__
#define __LINUX_BOUNDS_H__
/*
* DO NOT MODIFY.
*
* This file was generated by Kbuild
*/
#define NR_PAGEFLAGS 21 /* __NR_PAGEFLAGS @ */
#define MAX_NR_ZONES 2 /* __MAX_NR_ZONES @ */
#define NR_CPUS_BITS 2 /* ilog2(CONFIG_NR_CPUS) @ */
#define SPINLOCK_SIZE 16 /* sizeof(spinlock_t) @ */
#endif