about summary refs log tree commit diff
path: root/Completion/Debian/Command/_make-kpkg
blob: 69247305b30a23ced1efded8eff975dd2fd4e222 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#compdef make-kpkg

_arguments \
       '--help' \
       '--revision:number:' \
       '--append-to-version:suffix:' \
       '--flavour:flavour:' \
       '--added-modules:module list:' \
       '--added-patches:patches list' \
       '--arch:architecture:' \
       '--cross-compile:target:' \
       '--subarch:subarchitecture:' \
       '--arch-in-name' \
       '--pgpsign:name:' \
       '--config:target:(oldconfig config menuconfig xconfig old menu x)' \
       '--targets' \
       '--noexec' \
       '--initrd' \
       '--zimage[make zImage instead of bzImage]' \
       '--bzimage[make bzImage instead of zImage]' \
       '--rootcmd:root command:(sudo fakeroot)' \
       '--us[unsigned source]' \
       '--uc[unsigned changelog]' \
       '*:target:(clean buildpackage binary kernel-source kernel-headers kernel-doc kernel-image build modules modules_config modules_image modules_clean configure debian libc-kheaders)'