diff options
Diffstat (limited to 'debian/config/armhf/defines')
-rw-r--r-- | debian/config/armhf/defines | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/config/armhf/defines b/debian/config/armhf/defines new file mode 100644 index 000000000..f5da81bed --- /dev/null +++ b/debian/config/armhf/defines @@ -0,0 +1,27 @@ +[base] +featuresets: + none + rt +kernel-arch: arm + +[build] +image-file: arch/arm/boot/zImage +vdso: true + +[image] +install-stem: vmlinuz + +[relations] +headers%gcc-12: linux-compiler-gcc-12-arm + +[armmp_description] +hardware: ARMv7 multiplatform compatible SoCs +hardware-long: ARMv7 multiplatform kernel. See + https://wiki.debian.org/DebianKernel/ARMMP for details of supported + platforms + +[armmp-lpae_description] +hardware: ARMv7 multiplatform compatible SoCs supporting LPAE +hardware-long: ARMv7 multiplatform kernel supporting LPAE. See + https://wiki.debian.org/DebianKernel/ARMMP for details of supported + platforms. |