Skip to content
Snippets Groups Projects
  1. Sep 14, 2023
  2. Jul 24, 2023
    • Masahiro Yamada's avatar
      kbuild: refactor kernel-devel RPM package and linux-headers Deb package · fe66b5d2
      Masahiro Yamada authored
      
      The kernel-devel RPM package and the linux-headers Debian package
      provide headers and scripts needed for building external modules.
      
      They copy the necessary files in slightly different ways - the RPM
      copies almost everything except some exclude patterns, while the Debian
      copies less number of files. There is no need to maintain different code
      to do the same thing.
      
      Split the Debian code out to scripts/package/install-extmod-build, which
      is called from both of the packages.
      
      Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
      fe66b5d2
Loading