NVIDIA / yum-packaging-precompiled-kmod

NVIDIA precompiled kernel module packaging for RHEL
Apache License 2.0
35 stars 16 forks source link

Generalize genmodules.py for all CPU architectures. #15

Closed AndyDick closed 3 years ago

AndyDick commented 3 years ago

This change tracks architecture-specific profiles. This allows genmodules.py to now be used for all architectures (ex. x86_64, ppc64le, aarch64, etc) without having to separately fork this script for each architecture.

Signed-off-by: Andy Dick adick@nvidia.com