mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- Update .gitignore with **/target/ for Rust build artifacts - Add eval receipts to UniversalBridge.lean (compile-time verification comments) - Add PCIe Idle-Cycle Compute Harvester to ROADMAP.md - Clean up deprecated scripts, generated Verilog, and old tools (23 deletions) - Stage new infrastructure: Xen/Alpine embedded surface, QFOX topology manager - Stage new probes: boundary activation field, holographic carving - Stage new applications: finance manager, script roots - Stage new research spec: PCIe idle-cycle substrate
9 lines
236 B
Text
9 lines
236 B
Text
PACKAGE_NAME="qfox-topology-manager"
|
|
PACKAGE_VERSION="0.1.0"
|
|
|
|
BUILT_MODULE_NAME[0]="qfox_topology_manager"
|
|
DEST_MODULE_LOCATION[0]="/kernel/extra"
|
|
AUTOINSTALL="yes"
|
|
|
|
MAKE[0]="make KVER=${kernelver}"
|
|
CLEAN="make clean KVER=${kernelver}"
|