Files
Juerg Haefliger 75135fd286 UBUNTU: [Packaging] Build indep tools packages only for the main kernel
BugLink: https://bugs.launchpad.net/bugs/2048183

The indep tools packages provide symlinks and other generic files and
as such may only be built for the main source package. Ensure that
by turning on the package build only for the main linux source package.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
2024-03-11 09:41:27 +01:00

16 lines
389 B
Makefile

human_arch = 32 bit x86
build_arch = i386
defconfig = defconfig
flavours = generic
build_image = bzImage
kernel_file = arch/$(build_arch)/boot/bzImage
install_file = vmlinuz
vdso = vdso_install
no_dumpfile = true
do_flavour_image_package = false
do_tools = false
do_extras_package = false
do_source_package = false
do_flavour_header_package = false
do_common_headers_indep = false