Makefile.package (728d90bdc9e480dc93913e59a0aa3c896c7aa697) | Makefile.package (a64c0440dda1fff1fb5723140828983d0ca821d4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# Makefile for the different targets used to generate full packages of a kernel 3 4include $(srctree)/scripts/Kbuild.include 5 6# RPM target 7# --------------------------------------------------------------------------- 8# The rpm target generates two rpm files: --- 132 unchanged lines hidden (view full) --- 141# Help text displayed when executing 'make help' 142# --------------------------------------------------------------------------- 143PHONY += help 144help: 145 @echo ' rpm-pkg - Build both source and binary RPM kernel packages' 146 @echo ' binrpm-pkg - Build only the binary kernel RPM package' 147 @echo ' deb-pkg - Build both source and binary deb kernel packages' 148 @echo ' bindeb-pkg - Build only the binary kernel deb package' | 1# SPDX-License-Identifier: GPL-2.0-only 2# Makefile for the different targets used to generate full packages of a kernel 3 4include $(srctree)/scripts/Kbuild.include 5 6# RPM target 7# --------------------------------------------------------------------------- 8# The rpm target generates two rpm files: --- 132 unchanged lines hidden (view full) --- 141# Help text displayed when executing 'make help' 142# --------------------------------------------------------------------------- 143PHONY += help 144help: 145 @echo ' rpm-pkg - Build both source and binary RPM kernel packages' 146 @echo ' binrpm-pkg - Build only the binary kernel RPM package' 147 @echo ' deb-pkg - Build both source and binary deb kernel packages' 148 @echo ' bindeb-pkg - Build only the binary kernel deb package' |
149 @echo ' snap-pkg - Build only the binary kernel snap package (will connect to external hosts)' | 149 @echo ' snap-pkg - Build only the binary kernel snap package' 150 @echo ' (will connect to external hosts)' |
150 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 151 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' 152 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball' 153 @echo ' tarxz-pkg - Build the kernel as a xz compressed tarball' 154 @echo ' perf-tar-src-pkg - Build $(perf-tar).tar source tarball' 155 @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball' 156 @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball' 157 @echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball' 158 159.PHONY: $(PHONY) | 151 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 152 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' 153 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball' 154 @echo ' tarxz-pkg - Build the kernel as a xz compressed tarball' 155 @echo ' perf-tar-src-pkg - Build $(perf-tar).tar source tarball' 156 @echo ' perf-targz-src-pkg - Build $(perf-tar).tar.gz source tarball' 157 @echo ' perf-tarbz2-src-pkg - Build $(perf-tar).tar.bz2 source tarball' 158 @echo ' perf-tarxz-src-pkg - Build $(perf-tar).tar.xz source tarball' 159 160.PHONY: $(PHONY) |