aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/package/kernel.spec (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-25kbuild: rpm-pkg: split out the body of spec fileMasahiro Yamada1-0/+117
Most of the lines in the spec file are independent of any build condition. Split the body of the spec file into scripts/package/kernel.spec. scripts/package/mkspec will prepend some env-dependent variables. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>