From: Raspbian forward pporter Date: Sun, 11 Mar 2018 12:30:34 +0000 (+0000) Subject: Merge version 4.14.13-1+rpi1 and 4.15.4-1 to produce 4.15.4-1+rpi1 X-Git-Tag: archive/raspbian/4.15.4-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=17945732631750c896785ffd95d83b9d8f96f629;p=linux.git Merge version 4.14.13-1+rpi1 and 4.15.4-1 to produce 4.15.4-1+rpi1 --- 17945732631750c896785ffd95d83b9d8f96f629 diff --cc debian/changelog index d4d3ed2517d,12d739c97f7..5efc5d46cef --- a/debian/changelog +++ b/debian/changelog @@@ -1,8 -1,822 +1,829 @@@ - linux (4.14.13-1+rpi1) buster-staging; urgency=medium ++linux (4.15.4-1+rpi1) buster-staging; urgency=medium + ++ [changes brought forward from 4.14.13-1+rpi1 by Peter Michael Green at Wed, 07 Feb 2018 23:32:32 +0000] + * Disable kernel builds from this package, we build our kernels from other source packages. + - -- Peter Michael Green Wed, 07 Feb 2018 23:32:32 +0000 ++ -- Raspbian forward porter Sun, 11 Mar 2018 12:30:22 +0000 ++ + linux (4.15.4-1) unstable; urgency=medium + + * New upstream release: https://kernelnewbies.org/Linux_4.15 + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.1 + - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops + - tools/gpio: Fix build error with musl libc + - gpio: stmpe: i2c transfer are forbiden in atomic context + - gpio: Fix kernel stack leak to userspace + - scsi: storvsc: missing error code in storvsc_probe() + - staging: lustre: separate a connection destroy from free struct kib_conn + - staging: ccree: NULLify backup_info when unused + - staging: ccree: fix fips event irq handling build + - usb: option: Add support for FS040U modem + - serial: 8250_dw: Revert "Improve clock rate setting" + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.2 + - [x86] KVM: Make indirect calls in emulator speculation safe + - [x86] KVM: VMX: Make indirect call speculation safe + - module/retpoline: Warn about missing retpoline in module + - [x86] cpufeatures: Add CPUID_7_EDX CPUID leaf + - [x86] cpufeatures: Add Intel feature bits for Speculation Control + - [x86] cpufeatures: Add AMD feature bits for Speculation Control + - [x86] msr: Add definitions for new speculation control MSRs + - [x86] pti: Do not enable PTI on CPUs which are not vulnerable to + Meltdown + - [x86] cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 + microcodes + - [x86] speculation: Add basic IBPB (Indirect Branch Prediction Barrier) + support + - [x86] alternative: Print unadorned pointers + - [x86] nospec: Fix header guards names + - [x86] bugs: Drop one "mitigation" from dmesg + - [x86] cpu/bugs: Make retpoline module warning conditional + - [x86] cpufeatures: Clean up Spectre v2 related CPUID flags + - [x86] retpoline: Simplify vmexit_fill_RSB() + - [x86] speculation: Simplify indirect_branch_prediction_barrier() + - [x86] KVM: nVMX: Eliminate vmcs02 pool + - [x86] KVM: VMX: introduce alloc_loaded_vmcs + - objtool: Improve retpoline alternative handling + - objtool: Add support for alternatives at the end of a section + - objtool: Warn on stripped section symbol + - [x86] mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP + - [x86] spectre: Check CONFIG_RETPOLINE in command line parser + - [x86] entry/64: Remove the SYSCALL64 fast path + - [x86] entry/64: Push extra regs right away + - [x86] asm: Move 'status' from thread_struct to thread_info + - Documentation: Document array_index_nospec + - array_index_nospec: Sanitize speculative array de-references + - [x86] Implement array_index_mask_nospec + - [x86] Introduce barrier_nospec + - [x86] Introduce __uaccess_begin_nospec() and uaccess_try_nospec + - [x86] usercopy: Replace open coded stac/clac with __uaccess_{begin, end} + - [x86] uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec + - [x86] get_user: Use pointer masking to limit speculation + - [x86] syscall: Sanitize syscall table de-references under speculation + - vfs, fdtable: Prevent bounds-check bypass via speculative execution + - nl80211: Sanitize array index in parse_txq_params + - [x86] spectre: Report get_user mitigation for spectre_v1 + - [x86] spectre: Fix spelling mistake: "vunerable"-> "vulnerable" + - [x86] cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel + - [x86] speculation: Use Indirect Branch Prediction Barrier in context + switch + - [x86] paravirt: Remove 'noreplace-paravirt' cmdline option + - [x86] KVM: VMX: make MSR bitmaps per-VCPU + - [x86] kvm: Update spectre-v1 mitigation + - [x86] retpoline: Avoid retpolines for built-in __init functions + - [x86] spectre: Simplify spectre_v2 command line parsing + - [x86] pti: Mark constant arrays as __initconst + - [x86] speculation: Fix typo IBRS_ATT, which should be IBRS_ALL + - [x86] KVM: Update the reverse_cpuid list to include CPUID_7_EDX + - [x86] KVM: Add IBPB support + - [x86] KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES + - [x86] KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL + - [x86] KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL + - serial: core: mark port as initialized after successful IRQ change + - fpga: region: release of_parse_phandle nodes after use + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.3 + - ip6mr: fix stale iterator + - net: igmp: add a missing rcu locking section + - qlcnic: fix deadlock bug + - qmi_wwan: Add support for Quectel EP06 + - r8169: fix RTL8168EP take too long to complete driver initialization. + - tcp: release sk_frag.page in tcp_disconnect + - vhost_net: stop device during reset owner + - ipv6: addrconf: break critical section in addrconf_verify_rtnl() + - ipv6: change route cache aging logic + - Revert "defer call to mem_cgroup_sk_alloc()" + - net: ipv6: send unsolicited NA after DAD + - rocker: fix possible null pointer dereference in + rocker_router_fib_event_work + - tcp_bbr: fix pacing_gain to always be unity when using lt_bw + - cls_u32: add missing RCU annotation. + - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only + - soreuseport: fix mem leak in reuseport_add_sock() + - net_sched: get rid of rcu_barrier() in tcf_block_put_ext() + - net: sched: fix use-after-free in tcf_block_put_ext + - crypto: tcrypt - fix S/G table for test_aead_speed() + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.15.4 + - cifs: Fix missing put_xid in cifs_file_strict_mmap + - cifs: Fix autonegotiate security settings mismatch + - CIFS: zero sensitive data when freeing + - cpufreq: mediatek: add mediatek related projects into blacklist + - [arm64] watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop + - Revert "drm/i915: mark all device info struct with __initconst" + - sched/rt: Use container_of() to get root domain in + rto_push_irq_work_func() + - sched/rt: Up the root domain ref count when passing it around via IPIs + - [arm64] mm: Use non-global mappings for kernel space + - [arm64] mm: Temporarily disable ARM64_SW_TTBR0_PAN + - [arm64] mm: Move ASID from TTBR0 to TTBR1 + - [arm64] mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003 + - [arm64] mm: Rename post_ttbr0_update_workaround + - [arm64] mm: Fix and re-enable ARM64_SW_TTBR0_PAN + - [arm64] mm: Allocate ASIDs in pairs + - [arm64] mm: Add arm64_kernel_unmapped_at_el0 helper + - [arm64] mm: Invalidate both kernel and user ASIDs when performing TLBI + - [arm64] entry: Add exception trampoline page for exceptions from EL0 + - [arm64] mm: Map entry trampoline into trampoline and kernel page tables + - [arm64] entry: Explicitly pass exception level to kernel_ventry macro + - [arm64] entry: Hook up entry trampoline to exception vectors + - [arm64] erratum: Work around Falkor erratum #E1003 in trampoline code + - [arm64] cpu_errata: Add Kryo to Falkor 1003 errata + - [arm64] tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks + - [arm64] entry: Add fake CPU feature for unmapping the kernel at EL0 + - [arm64] kaslr: Put kernel vectors address in separate data page + - [arm64] use RET instruction for exiting the trampoline + - [arm64] Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0 + - [arm64] Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry + - [arm64] Take into account ID_AA64PFR0_EL1.CSV3 + - [arm64] capabilities: Handle duplicate entries for a capability + - [arm64] mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR + - [arm64] kpti: Fix the interaction between ASID switching and software PAN + - [arm64] cputype: Add MIDR values for Cavium ThunderX2 CPUs + - [arm64] Turn on KPTI only on CPUs that need it + - [arm64] kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0() + - [arm64] mm: Permit transitioning from Global to Non-Global without BBM + - [arm64] kpti: Add ->enable callback to remap swapper using nG mappings + - [arm64] Force KPTI to be disabled on Cavium ThunderX + - [arm64] entry: Reword comment about post_ttbr_update_workaround + - [arm64] idmap: Use "awx" flags for .idmap.text .pushsection directives + - [arm64] barrier: Add CSDB macros to control data-value prediction + - [arm64] Implement array_index_mask_nospec() + - [arm64] Make USER_DS an inclusive limit + - [arm64] Use pointer masking to limit uaccess speculation + - [arm64] entry: Ensure branch through syscall table is bounded under + speculation + - [arm64] uaccess: Prevent speculative use of the current addr_limit + - [arm64] uaccess: Don't bother eliding access_ok checks in __{get, + put}_user + - [arm64] uaccess: Mask __user pointers for __arch_{clear, copy_*}_user + - [arm64] futex: Mask __user pointers prior to dereference + - [arm64] cpufeature: __this_cpu_has_cap() shouldn't stop early + - [arm64] Run enable method for errata work arounds on late CPUs + - [arm64] cpufeature: Pass capability structure to ->enable callback + - drivers/firmware: Expose psci_get_version through psci_ops structure + - [arm64] Move post_ttbr_update_workaround to C code + - [arm64] Add skeleton to harden the branch predictor against aliasing + attacks + - [arm64] Move BP hardening to check_and_switch_context + - [arm64] KVM: Use per-CPU vector when BP hardening is enabled + - [arm64] entry: Apply BP hardening for high-priority synchronous + exceptions + - [arm64] entry: Apply BP hardening for suspicious interrupts from EL0 + - [arm64] cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75 + - [arm64] Implement branch predictor hardening for affected Cortex-A CPUs + - [arm64] Implement branch predictor hardening for Falkor + - [arm64] Branch predictor hardening for Cavium ThunderX2 + - [arm64] KVM: Increment PC after handling an SMC trap + - [armhf,arm64] KVM: Consolidate the PSCI include files + - [armhf,arm64] KVM: Add PSCI_VERSION helper + - [armhf,arm64] KVM: Add smccc accessors to PSCI code + - [armhf,arm64] KVM: Implement PSCI 1.0 support + - [armhf,arm64] KVM: Advertise SMCCC v1.1 + - [arm64] KVM: Make PSCI_VERSION a fast path + - [armhf,arm64] KVM: Turn kvm_psci_version into a static inline + - [arm64] KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support + - [arm64] KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling + - firmware/psci: Expose PSCI conduit + - firmware/psci: Expose SMCCC version through psci_ops + - arm/arm64: smccc: Make function identifiers an unsigned quantity + - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive + - [arm64] Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support + - [arm64] Kill PSCI_GET_VERSION as a variant-2 workaround + - mtd: cfi: convert inline functions to macros + - mtd: nand: brcmnand: Disable prefetch by default + - mtd: nand: Fix nand_do_read_oob() return value + - mtd: nand: sunxi: Fix ECC strength choice + - ubi: Fix race condition between ubi volume creation and udev + - ubi: fastmap: Erase outdated anchor PEBs during attach + - ubi: block: Fix locking for idr_alloc/idr_remove + - ubifs: free the encrypted symlink target + - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds + - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE + - NFS: Add a cond_resched() to nfs_commit_release_pages() + - NFS: Fix nfsstat breakage due to LOOKUPP + - NFS: commit direct writes even if they fail partially + - NFS: reject request for id_legacy key without auxdata + - NFS: Fix a race between mmap() and O_DIRECT + - nfsd: Detect unhashed stids in nfsd4_verify_open_stid() + - kernfs: fix regression in kernfs_fop_write caused by wrong type + - ahci: Annotate PCI ids for mobile Intel chipsets as such + - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI + - ahci: Add Intel Cannon Lake PCH-H PCI ID + - crypto: hash - introduce crypto_hash_alg_has_setkey() + - crypto: cryptd - pass through absence of ->setkey() + - crypto: mcryptd - pass through absence of ->setkey() + - crypto: poly1305 - remove ->setkey() method + - crypto: hash - annotate algorithms taking optional key + - crypto: hash - prevent using keyed hashes without setting key + - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt + - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY + - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF + - media: v4l2-compat-ioctl32.c: fix the indentation + - media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32 + - media: v4l2-compat-ioctl32.c: avoid sizeof(type) + - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32 + - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer + - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32 + - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type + - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors + - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic + - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs + - crypto: caam - fix endless loop when DECO acquire fails + - crypto: sha512-mb - initialize pending lengths correctly + - crypto: talitos - fix Kernel Oops on hashing an empty file + - [armhf,arm64 KVM: Fix SMCCC handling of unimplemented SMC/HVC calls + - [x86] KVM: nVMX: Fix races when sending nested PI while dest + enters/leaves L2 + - [x86] KVM: nVMX: Fix bug of injecting L2 exception into L1 + - [powerpc*] KVM: PPC: Book3S HV: Make sure we don't re-enter guest + without XIVE loaded + - [powerpc*] KVM: PPC: Book3S HV: Drop locks before reading guest memory + - [armhf,arm64] KVM: Handle CPU_PM_ENTER_FAILED + - [powerpc*] KVM: PPC: Book3S PR: Fix broken select due to misspelling + - watchdog: imx2_wdt: restore previous timeout after suspend+resume + - afs: Add missing afs_put_cell() + - afs: Need to clear responded flag in addr cursor + - afs: Fix missing cursor clearance + - afs: Fix server list handling + - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker + - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all + - kasan: don't emit builtin calls when sanitization is off + - kasan: rework Kconfig settings + - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return + code + - media: dvb-frontends: fix i2c access helpers for KASAN + - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages + - media: ts2020: avoid integer overflows on 32 bit machines + - media: vivid: fix module load error when enabling fb and no_error_inj=1 + - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH + - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy() + - kernel/async.c: revert "async: simplify lowest_in_progress()" + - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" + - pipe: actually allow root to exceed the pipe buffer limits + - pipe: fix off-by-one error when checking buffer limits + - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working + - Bluetooth: btsdio: Do not bind to non-removable BCM43341 + - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume" + - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" + version + - ipmi: use dynamic memory for DMI driver override + - signal/openrisc: Fix do_unaligned_access to send the proper signal + - signal/sh: Ensure si_signo is initialized in do_divide_error + - alpha: fix crash if pthread_create races with signal delivery + - alpha: osf_sys.c: fix put_tv32 regression + - alpha: Fix mixed up args in EXC macro in futex operations + - alpha: fix reboot on Avanti platform + - alpha: fix formating of stack content + - xtensa: fix futex_atomic_cmpxchg_inatomic + - EDAC, octeon: Fix an uninitialized variable warning + - genirq: Make legacy autoprobing work again + - pinctrl: intel: Initialize GPIO properly when used through irqchip + - pinctrl: mcp23s08: fix irq setup order + - pinctrl: sx150x: Unregister the pinctrl on release + - pinctrl: sx150x: Register pinctrl before adding the gpiochip + - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping + - pktcdvd: Fix pkt_setup_dev() error path + - pktcdvd: Fix a recently introduced NULL pointer dereference + - blk-mq: quiesce queue before freeing queue + - clocksource/drivers/stm32: Fix kernel panic with multiple timers + - lib/ubsan.c: s/missaligned/misaligned/ + - lib/ubsan: add type mismatch handler for new GCC/Clang + - objtool: Fix switch-table detection + - [arm64] dts: marvell: add Ethernet aliases + - drm/i915: Avoid PPS HW/SW state mismatch due to rounding + - ACPI: sbshc: remove raw pointer from printk() message (CVE-2018-5750) + - acpi, nfit: fix register dimm error handling + - ovl: force r/o mount when index dir creation fails + - ovl: fix failure to fsync lower dir + - ovl: take mnt_want_write() for work/index dir setup + - ovl: take mnt_want_write() for removing impure xattr + - ovl: hash directory inodes for fsnotify + - devpts: fix error handling in devpts_mntget() + - ftrace: Remove incorrect setting of glob search field + - scsi: core: Ensure that the SCSI error handler gets woken up + - scsi: lpfc: Fix crash after bad bar setup on driver attachment + - scsi: cxlflash: Reset command ioasc + - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules + + [ Bastian Blank ] + * Add cloud-amd64 kernel flavour. + - Support Microsoft Azure. + - Support Amazon EC2. + - Support Google Compute Engine. + * Enable NUMA_BALANCING_DEFAULT_ENABLED, enabled by all others. + * Enable INET_ESP_OFFLOAD, INET6_ESP_OFFLOAD, IPV6_SEG6_LWTUNNEL, + IPV6_SEG6_HMAC, NF_LOG_NETDEV, IP_SET_HASH_IPMAC, NET_ACT_SAMPLE, + IPVTAP, VIRTIO_MMIO, CRYPTO_RSA, CRYPTO_DH, CRYPTO_ECDH. + * x86: Enable SCHED_MC_PRIO, HYPERV_VSOCKETS. + * Enable NVME_MULTIPATH, NVME_FC, NVME_TARGET_FC, move nvme module into + scsi-modules installer udeb. + * Switch to SLUB as kernel allocator. (Closes: #862718) + - Enable SLUB_DEBUG, SLAB_FREELIST_HARDENED except on armel/marvell. + (Closes: #883069) + * Fix building of liblockdep. + + [ Uwe Kleine-König ] + * [arm64] enable I2C_PXA for espressobin (Closes: #886983) + + [ Ben Hutchings ] + * Enable CGROUP_BPF (except for armel) (Closes: #872560) + * usb: Enable USBIP_CORE, USBIP_VHCI_HCD, USBIP_HOST, USBIP_VUDC as + modules on all architectures (Closes: #888042) + * [x86] Rewrite "Make x32 syscall support conditional on a kernel parameter" + to use a static key + + [ Salvatore Bonaccorso ] + * (Temporarily) disable armel kernel image build. + The armel/marvell kernel size is growing to large and the compressed + image is over the limit. + Given the armel architecture will most likely not be part of Buster, + disable the image build. + Cf. https://lists.debian.org/debian-kernel/2018/01/msg00278.html + * Set ABI to 1 + + -- Salvatore Bonaccorso Sun, 18 Feb 2018 09:36:49 +0100 + + linux (4.15~rc8-1~exp1) experimental; urgency=medium + + * New upstream release candidate + - RDS: Heap OOB write in rds_message_alloc_sgs() (CVE-2018-5332) + - RDS: null pointer dereference in rds_atomic_free_op (CVE-2018-5333) + - loop: fix concurrent lo_open/lo_release (CVE-2018-5344) + + [ Ben Hutchings ] + * [arm64] Update "add kernel config option to lock down when in Secure Boot + mode" for 4.15 + * efi: Enable LOCK_DOWN_IN_EFI_SECURE_BOOT, replacing + EFI_SECURE_BOOT_LOCK_DOWN + * iio: Enable AD5446 as module, replacing TI_DAC7512 + + -- Ben Hutchings Mon, 15 Jan 2018 04:43:14 +0000 + + linux (4.15~rc5-1~exp1) experimental; urgency=medium + + * New upstream release candidate + + [ Riku Voipio ] + * [arm64] udeb: add multifunction devices + * [arm64] udeb: add mvebu comphy for armada 8K + + [ Ben Hutchings ] + * aufs: Update support patchset to aufs4.x-rcN-20171218 + * lockdown: Update patchset to 2017-11-10 version + * lockdown: Update calls to kernel_is_locked_down() in "mtd: Disable slram and + phram when locked down" + * cpupower: Move library to multiarch directory + * [rt] Disable until it is updated for 4.15 or later + * linux-kbuild: Add objtool + + -- Ben Hutchings Wed, 27 Dec 2017 02:48:14 +0000 + + linux (4.14.17-1) unstable; urgency=medium + + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.14 + - dm bufio: fix shrinker scans when (nr_to_scan < retain_target) + - can: gs_usb: fix return value of the "set_bittiming" callback + - IB/srpt: Disable RDMA access by the initiator + - IB/srpt: Fix ACL lookup during login + - [mips*] Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the + task + - [mips*] Factor out NT_PRFPREG regset access helpers + - [mips*] Guard against any partial write attempt with PTRACE_SETREGSET + - [mips*] Consistently handle buffer counter with PTRACE_SETREGSET + - [mips*] Fix an FCSR access API regression with NT_PRFPREG and MSA + - [mips*] Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET + - [mips*] Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses + - cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROC (Closes: #888954) + - [x86] kvm: vmx: Scrub hardware GPRs at VM-exit (partial mitigation of + CVE-2017-5715, CVE-2017-5753) + - [x86] platform: wmi: Call acpi_wmi_init() later + - iw_cxgb4: only call the cq comp_handler when the cq is armed + - iw_cxgb4: atomically flush the qp + - iw_cxgb4: only clear the ARMED bit if a notification is needed + - iw_cxgb4: reflect the original WR opcode in drain cqes + - iw_cxgb4: when flushing, complete all wrs in a chain + - [x86] acpi: Handle SCI interrupts above legacy space gracefully + - ALSA: pcm: Remove incorrect snd_BUG_ON() usages + - ALSA: pcm: Workaround for weird PulseAudio behavior on rewind error + - ALSA: pcm: Add missing error checks in OSS emulation plugin builder + - ALSA: pcm: Abort properly at pending signal in OSS read/write loops + - ALSA: pcm: Allow aborting mutex lock at OSS read/write loops + - ALSA: aloop: Release cable upon open error path + - ALSA: aloop: Fix inconsistent format due to incomplete rule + - ALSA: aloop: Fix racy hw constraints adjustment + - [x86] acpi: Reduce code duplication in mp_override_legacy_irq() + - 8021q: fix a memory leak for VLAN 0 device + - ip6_tunnel: disable dst caching if tunnel is dual-stack + - net: core: fix module type in sock_diag_bind + - RDS: Heap OOB write in rds_message_alloc_sgs() (CVE-2018-5332) + - RDS: null pointer dereference in rds_atomic_free_op (CVE-2018-5333) + - net: fec: restore dev_id in the cases of probe error + - net: fec: defer probe if regulator is not ready + - net: fec: free/restore resource in related probe error pathes + - sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled + - sctp: fix the handling of ICMP Frag Needed for too small MTUs + - [arm64, armhf] net: stmmac: enable EEE in MII, GMII or RGMII only + - ipv6: fix possible mem leaks in ipv6_make_skb() + - net/sched: Fix update of lastuse in act modules implementing + stats_update + - ipv6: sr: fix TLVs not being copied using setsockopt + - sfp: fix sfp-bus oops when removing socket/upstream + - membarrier: Disable preemption when calling smp_call_function_many() + - crypto: algapi - fix NULL dereference in crypto_remove_spawns() + - rbd: reacquire lock should update lock owner client id + - rbd: set max_segments to USHRT_MAX + - iwlwifi: pcie: fix DMA memory mapping / unmapping + - [x86] microcode/intel: Extend BDW late-loading with a revision check + - [x86] KVM: Add memory barrier on vmcs field lookup + - [powerpc*] KVM: Book3S PR: Fix WIMG handling under pHyp + - [powerpc*] KVM: Book3S HV: Drop prepare_done from struct kvm_resize_hpt + - [powerpc*] KVM: Book3S HV: Fix use after free in case of multiple resize + requests + - [powerpc*] KVM: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt() + - [x86] drm/vmwgfx: Don't cache framebuffer maps + - [x86] drm/vmwgfx: Potential off by one in vmw_view_add() + - [x86] drm/i915/gvt: Clear the shadow page table entry after post-sync + - [x86] drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake. + - [x86] drm/i915: Move init_clock_gating() back to where it was + - [x86] drm/i915: Fix init_clock_gating for resume + - bpf: prevent out-of-bounds speculation (partial mitigation of + CVE-2017-5753) + - bpf, array: fix overflow in max_entries and undefined behavior in + index_mask + - bpf: arsh is not supported in 32 bit alu thus reject it + - [arm64, armhf] usb: misc: usb3503: make sure reset is low for at least + 100us + - USB: fix usbmon BUG trigger + - USB: UDC core: fix double-free in usb_add_gadget_udc_release + - usbip: remove kernel addresses from usb device and urb debug msgs + - usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious input + - usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer + buffer + - staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl + (CVE-2017-13216) + - mux: core: fix double get_device() + - kdump: write correct address of mem_section into vmcoreinfo + - apparmor: fix ptrace label match when matching stacked labels + - [x86] pti: Unbreak EFI old_memmap + - [x86] Documentation: Add PTI description + - [x86] cpufeatures: Add X86_BUG_SPECTRE_V[12] + - sysfs/cpu: Add vulnerability folder + - [x86] cpu: Implement CPU vulnerabilites sysfs functions + - [x86] tboot: Unbreak tboot with PTI enabled + - [x86] mm/pti: Remove dead logic in pti_user_pagetable_walk*() + - [x86] cpu/AMD: Make LFENCE a serializing instruction + - [x86] cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC + - [x86] alternatives: Fix optimize_nops() checking + - [x86] pti: Make unpoison of pgd for trusted boot work for real + - [x86] retpoline: Add initial retpoline support (partial mitigation of + CVE-2017-5715) + - [x86] spectre: Add boot time option to select Spectre v2 mitigation + - [x86] retpoline/crypto: Convert crypto assembler indirect jumps + - [x86] retpoline/entry: Convert entry assembler indirect jumps + - [x86] retpoline/ftrace: Convert ftrace assembler indirect jumps + - [x86] retpoline/hyperv: Convert assembler indirect jumps + - [x86] retpoline/xen: Convert Xen hypercall indirect jumps + - [x86] retpoline/checksum32: Convert assembler indirect jumps + - [x86] retpoline/irq32: Convert assembler indirect jumps + - [x86] retpoline: Fill return stack buffer on vmexit + - [x86] pti: Fix !PCID and sanitize defines + - [x86] perf: Disable intel_bts when PTI + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.15 + - tools/objtool/Makefile: don't assume sync-check.sh is executable + - objtool: Fix seg fault with clang-compiled objects + - objtool: Fix Clang enum conversion warning + - objtool: Fix seg fault caused by missing parameter + - [powerpc*] pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper + - [powerpc*] 64: Add macros for annotating the destination of rfid/hrfid + - [powerpc*] 64s: Simple RFI macro conversions + - [powerpc*] 64: Convert the syscall exit path to use RFI_TO_USER/KERNEL + - [powerpc*] 64: Convert fast_exception_return to use RFI_TO_USER/KERNEL + - [powerpc*] 64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL + - [powerpc*] 64s: Add support for RFI flush of L1-D cache + - [powerpc*] 64s: Support disabling RFI flush with no_rfi_flush and nopti + - [powerpc*] pseries: Query hypervisor for RFI flush settings + - [powerpc*] powernv: Check device-tree for RFI flush settings + - futex: Avoid violating the 10th rule of futex + - futex: Prevent overflow by strengthen input validation (CVE-2018-6927) + - ALSA: seq: Make ioctls race-free (CVE-2018-1000004) + - ALSA: pcm: Remove yet superfluous WARN_ON() + - ALSA: hda - Apply headphone noise quirk for another Dell XPS 13 variant + - ALSA: hda - Apply the existing quirk to iMac 14,1 + - IB/hfi1: Prevent a NULL dereference + - RDMA/mlx5: Fix out-of-bound access while querying AH + - timers: Unconditionally check deferrable base + - af_key: fix buffer overread in verify_address_len() + - af_key: fix buffer overread in parse_exthdrs() + - iser-target: Fix possible use-after-free in connection establishment + error + - delayacct: Account blkio completion on the correct task + - objtool: Fix seg fault with gold linker + - [armhf] mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clock + - [x86] kasan: Panic if there is not enough memory to boot + - [x86] retpoline: Fill RSB on context switch for affected CPUs + - [x86] retpoline: Add LFENCE to the retpoline/RSB filling RSB macros + - objtool: Improve error message for bad file argument + - [x86] cpufeature: Move processor tracing out of scattered features + - [x86] intel_rdt/cqm: Prevent use after free + - [x86] mm/pkeys: Fix fill_sig_info_pkey + - [x86] idt: Mark IDT tables __initconst + - [x86] tsc: Future-proof native_calibrate_tsc() + - [x86] tsc: Fix erroneous TSC rate on Skylake Xeon + - pipe: avoid round_pipe_size() nr_pages overflow on 32-bit + - [x86] apic/vector: Fix off by one in error path + - [x86] mm: Clean up register saving in the __enc_copy() assembly code + - [x86] mm: Use a struct to reduce parameters for SME PGD mapping + - [x86] mm: Centralize PMD flags in sme_encrypt_kernel() + - [x86] mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption + - [armhf] OMAP3: hwmod_data: add missing module_offs for MMC3 + - [x86] mm: Encrypt the initrd earlier for BSP microcode update + - Input: ALPS - fix multi-touch decoding on SS4 plus touchpads + - Input: synaptics-rmi4 - prevent UAF reported by KASAN + - [armhf] Input: twl6040-vibra - fix child-node lookup + - [armhf] Input: twl4030-vibra - fix sibling-node lookup + - tracing: Fix converting enum's from the map in trace_event_eval_update() + - phy: work around 'phys' references to usb-nop-xceiv devices + - [arm64] dts: marvell: armada-cp110: Fix clock resources for various node + - [armhf] sunxi_defconfig: Enable CMA + - [armel] dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7 + - can: peak: fix potential bug in packet fragmentation + - can: af_can: can_rcv(): replace WARN_ONCE by pr_warn_once + - can: af_can: canfd_rcv(): replace WARN_ONCE by pr_warn_once + - i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA + - proc: fix coredump vs read /proc/*/stat race + - libata: apply MAX_SEC_1024 to all LITEON EP1 series devices + - workqueue: avoid hard lockups in show_workqueue_state() + - [x86] drm/vmwgfx: fix memory corruption with legacy/sou connectors + - dm btree: fix serious bug in btree_split_beneath() + - dm thin metadata: THIN_MAX_CONCURRENT_LOCKS should be 6 + - dm integrity: don't store cipher request on the stack + - dm crypt: fix crash by adding missing check for auth key size + - dm crypt: wipe kernel key copy after IV initialization + - dm crypt: fix error return code in crypt_ctr() + - [x86] x86: Use __nostackprotect for sme_encrypt_kernel + - [alpha] PCI: Fix noname IRQ level detection + - [mips*] CM: Drop WARN_ON(vp != 0) + - [arm*] KVM: Check pagesize when allocating a hugepage at Stage 2 + - [arm64] KVM: Fix SMCCC handling of unimplemented SMC/HVC calls + - [x86] mce: Make machine check speculation protected + - retpoline: Introduce start/end markers of indirect thunk + - [x86] kprobes: Blacklist indirect thunk functions for kprobes + - [x86] kprobes: Disable optimizing on the function jumps to indirect + thunk + - [x86] retpoline: Optimize inline assembler for vmexit_fill_RSB + - [x86] mm: Rework wbinvd, hlt operation in stop_this_cpu() + - mm, page_vma_mapped: Drop faulty pointer arithmetics in check_pte() + - [arm64, armhf] net: mvpp2: do not disable GMAC padding + - [mips]: AR7: ensure the port type's FCR value is used + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.16 + - mm, page_alloc: fix potential false positive in __zone_watermark_ok + - xfrm: Fix a race in the xdst pcpu cache. + - Input: xpad - add support for PDP Xbox One controllers + - Input: trackpoint - force 3 buttons if 0 button is reported + - Input: trackpoint - only expose supported controls for Elan, ALPS and + NXP + - Btrfs: fix stale entries in readdir + - [s390x] KVM: add proper locking for CMMA migration bitmap + - [arm*] net: bpf: avoid 'bx' instruction on non-Thumb capable CPUs + - [arm*] net: bpf: fix tail call jumps + - [arm*] net: bpf: fix stack alignment + - [arm*] net: bpf: move stack documentation + - [arm*] net: bpf: correct stack layout documentation + - [arm*] net: bpf: fix register saving + - [arm*] net: bpf: fix LDX instructions + - [arm*] net: bpf: clarify tail_call index + - [arm64,armhf] drm/vc4: Fix NULL pointer dereference in + vc4_save_hang_state() + - net: Allow neigh contructor functions ability to modify the primary_key + - ipv4: Make neigh lookup keys for loopback/point-to-point devices be + INADDR_ANY + - dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state + - ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL + - ipv6: fix udpv6 sendmsg crash caused by too small MTU + - ipv6: ip6_make_skb() needs to clear cork.base.dst + - lan78xx: Fix failure in USB Full Speed + - net: igmp: fix source address check for IGMPv3 reports + - net: qdisc_pkt_len_init() should be more robust + - net: tcp: close sock if net namespace is exiting + - net/tls: Fix inverted error codes to avoid endless loop + - net: vrf: Add support for sends to local broadcast address + - pppoe: take ->needed_headroom of lower device into account on xmit + - r8169: fix memory corruption on retrieval of hardware statistics. + - sctp: do not allow the v4 socket to bind a v4mapped v6 address + - sctp: return error if the asoc has been peeled off in + sctp_wait_for_sndbuf + - tipc: fix a memory leak in tipc_nl_node_get_link() + - {net,ib}/mlx5: Don't disable local loopback multicast traffic when + needed + - net/mlx5: Fix get vector affinity helper function + - ppp: unlock all_ppp_mutex before registering device + - be2net: restore properly promisc mode after queues reconfiguration + - ip6_gre: init dev->mtu and dev->hard_header_len correctly + - gso: validate gso_type in GSO handlers + - tun: fix a memory leak for tfile->tx_array + - flow_dissector: properly cap thoff field + - sctp: reinit stream if stream outcnt has been change by sinit in sendmsg + - netlink: extack needs to be reset each time through loop + - net/mlx5e: Fix fixpoint divide exception in mlx5e_am_stats_compare + - nfp: use the correct index for link speed table + - netlink: reset extack earlier in netlink_rcv_skb + - net/tls: Only attach to sockets in ESTABLISHED state + - tls: fix sw_ctx leak + - tls: return -EBUSY if crypto_info is already set + - tls: reset crypto_info when do_tls_setsockopt_tx fails + - net: ipv4: Make "ip route get" match iif lo rules again. + - vmxnet3: repair memory leak + - perf/x86/amd/power: Do not load AMD power module on !AMD platforms + - [x86] microcode/intel: Extend BDW late-loading further with LLC size + check + - [x86] microcode: Fix again accessing initrd after having been freed + - [x86] mm/64: Fix vmapped stack syncing on very-large-memory 4-level + systems + - hrtimer: Reset hrtimer cpu base proper on CPU hotplug + - bpf: introduce BPF_JIT_ALWAYS_ON config + - bpf: fix divides by zero + - bpf: fix 32-bit divide by zero + - bpf: reject stores into ctx via st and xadd + - [arm64] bpf: fix stack_depth tracking in combination with tail calls + - cpufreq: governor: Ensure sufficiently large sampling intervals + - nfsd: auth: Fix gid sorting when rootsquash enabled (CVE-2018-1000028) + https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.17 + - futex: Fix OWNER_DEAD fixup + - loop: fix concurrent lo_open/lo_release (CVE-2018-5344) + - [x86] KVM: Fix CPUID function for word 6 (80000001_ECX) + - gpio: Fix kernel stack leak to userspace + - ALSA: hda - Reduce the suspend time consumption for ALC256 + - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH + - [x86] crypto: aesni - handle zero length dst buffer + - [x86] crypto: aesni - fix typo in generic_gcmaes_decrypt + - crypto: gcm - add GCM IV size constant + - [x86] crypto: aesni - Use GCM IV size constant + - [x86] crypto: aesni - add wrapper for generic gcm(aes) + - [x86] crypto: aesni - Fix out-of-bounds access of the data buffer in + generic-gcm-aesni + - [x86] crypto: aesni - Fix out-of-bounds access of the AAD buffer in + generic-gcm-aesni + - [arm64] crypto: inside-secure - fix hash when length is a multiple of a + block + - [arm64] crypto: inside-secure - avoid unmapping DMA memory that was not + mapped + - crypto: sha3-generic - fixes for alignment and big endian operation + - crypto: af_alg - whitelist mask and type + - HID: wacom: EKR: ensure devres groups at higher indexes are released + - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) + events + - igb: Free IRQs when device is hotplugged + - ima/policy: fix parsing of fsuuid + - scsi: aacraid: Fix udev inquiry race condition + - scsi: aacraid: Fix hang in kdump + - VFS: Handle lazytime in do_mount() + - [arm64,armhf] drm/vc4: Account for interrupts in flight + - btrfs: Fix transaction abort during failure in btrfs_rm_dev_item + - Btrfs: bail out gracefully rather than BUG_ON + - cpupowerutils: bench - Fix cpu online check + - cpupower : Fix cpupower working when cpu0 is offline + - [x86] KVM: nVMX/nSVM: Don't intercept #UD when running L2 + - [x86] KVM: emulator: Return to user-mode on L1 CPL=0 emulation failure + - [x86] KVM: Don't re-execute instruction when not passing CR2 value + - [x86] KVM: Fix operand/address-size during instruction decoding + - [x86] KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failure + - [x86] KVM: fix em_fxstor() sleeping while in atomic + - [x86] KVM: ioapic: Fix level-triggered EOI and IOAPIC reconfigure race + - [x86] KVM: ioapic: Clear Remote IRR when entry is switched to + edge-triggered + - [x86] KVM: ioapic: Preserve read-only values in the redirection table + - [x86] KVM: nVMX: Fix vmx_check_nested_events() return value in case an + event was reinjected to L2 + - nvme-fabrics: introduce init command check for a queue that is not alive + - nvme-fc: check if queue is ready in queue_rq + - nvme-loop: check if queue is ready in queue_rq + - nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-A + - nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set. + - nvmet-fc: correct ref counting error when deferred rcv used + - [s390x] topology: fix compile error in file arch/s390/kernel/smp.c + - [s390x] zcrypt: Fix wrong comparison leading to strange load balancing + - ACPI / bus: Leave modalias empty for devices which are not present + - null_blk: fix dev->badblocks leak + - [s390x] fix alloc_pgste check in init_new_context again + - rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing + - rxrpc: Provide a different lockdep key for call->user_mutex for kernel + calls + - rxrpc: Fix service endpoint expiry + - bcache: check return value of register_shrinker + - drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled mode + - [x86] drm/amdkfd: Fix SDMA ring buffer size calculation + - [x86] drm/amdkfd: Fix SDMA oversubsription handling + - uapi: fix linux/kfd_ioctl.h userspace compilation errors + - nvme-rdma: don't complete requests before a send work request has + completed + - openvswitch: fix the incorrect flow action alloc size + - [armhf] drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM + enable + - mac80211: use QoS NDP for AP probing + - mac80211: fix the update of path metric for RANN frame + - btrfs: fix deadlock when writing out space cache + - sctp: only allow the asoc reset when the asoc outq is empty + - sctp: avoid flushing unsent queue when doing asoc reset + - sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 + - reiserfs: remove unneeded i_version bump + - [x86] KVM: Fix softlockup when get the current kvmclock + - [x86] KVM: VMX: Fix rflags cache during vCPU reset + - Btrfs: fix list_add corruption and soft lockups in fsync + - KVM: Let KVM_SET_SIGNAL_MASK work as advertised + - xfs: always free inline data before resetting inode fork during ifree + - xfs: log recovery should replay deferred ops in order + - xen-netfront: remove warning when unloading module + - nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0) + - nfsd: Ensure we check stateid validity in the seqid operation checks + - grace: replace BUG_ON by WARN_ONCE in exit_net hook + - nfsd: check for use of the closed special stateid + - race of lockd inetaddr notifiers vs nlmsvc_rqst change + - lockd: fix "list_add double add" caused by legacy signal interface + - quota: propagate error from __dquot_initialize + - [arm64,armhf] net: mvpp2: fix the txq_init error path + - [arm64] net: phy: marvell10g: fix the PHY id mask + - bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()' + - Btrfs: incremental send, fix wrong unlink path after renaming file + - nvme-pci: fix NULL pointer dereference in nvme_free_host_mem() + - xfs: fortify xfs_alloc_buftarg error handling + - drm/amdgpu: don't try to move pinned BOs + - quota: Check for register_shrinker() failure. + - SUNRPC: Allow connect to return EHOSTUNREACH + - kmemleak: add scheduling point to kmemleak_scan() + - [armhf] drm/omap: Fix error handling path in 'omap_dmm_probe()' + - [armhf] drm/omap: displays: panel-dpi: add backlight dependency + - xfs: ubsan fixes + - xfs: Properly retry failed dquot items in case of error during buffer + writeback + - perf/core: Fix memory leak triggered by perf --namespace + - scsi: aacraid: Prevent crash in case of free interrupt during scsi EH + path + - scsi: ufs: ufshcd: fix potential NULL pointer dereference in + ufshcd_config_vreg + - iwlwifi: mvm: fix the TX queue hang timeout for MONITOR vif type + - iwlwifi: fix access to prph when transport is stopped + - [arm*] dts: NSP: Disable AHCI controller for HR NSP boards + - [arm*] ARM: dts: NSP: Fix PPI interrupt types + - media: usbtv: add a new usbid + - [x86] xen: Support early interrupts in xen pv guests + - usb: gadget: don't dereference g until after it has been null checked + - staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID + - [arm64,armhf] drm/vc4: Move IRQ enable to PM path + - [x86] KVM: emulate #UD while in guest mode + - [x86] staging: lustre: separate a connection destroy from free struct + kib_conn + - tty: fix data race between tty_init_dev and flush of buf + - USB: serial: pl2303: new device id for Chilitag + - USB: cdc-acm: Do not log urb submission errors on disconnect + - CDC-ACM: apply quirk for card reader + - USB: serial: io_edgeport: fix possible sleep-in-atomic + - usbip: prevent bind loops on devices attached to vhci_hcd + - usbip: list: don't list devices attached to vhci_hcd + - USB: serial: simple: add Motorola Tetra driver + - usb: f_fs: Prevent gadget unbind if it is already unbound + - usb: uas: unconditionally bring back host after reset + - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc() + - [x86] mei: me: allow runtime pm for platform with D0i3 + - serial: 8250_of: fix return code when probe function fails to get reset + - serial: 8250_uniphier: fix error return code in uniphier_uart_probe() + - [armhf] serial: imx: Only wakeup via RTSDEN bit if the system has + RTS/CTS + - [armhf] spi: imx: do not access registers while clocks disabled + - iio: adc: stm32: fix scan of multiple channels with DMA + - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels + - test_firmware: fix missing unlock on error in + config_num_requests_store() + - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened + - Input: synaptics-rmi4 - do not delete interrupt memory too early + - [x86] efi: Clarify that reset attack mitigation needs appropriate + userspace + + [ Salvatore Bonaccorso ] + * [rt] Update to 4.14.15-rt11 + * [rt] Update to 4.14.15-rt13 + * crypto: ecc - Fix NULL pointer deref. on no default_rng (Closes: #886556) + * mac80211: Avoid ABI change in 4.14.17 + * rxrpc: Avoid ABI change in 4.14.17 + + [ Ben Hutchings ] + * bpf: Avoid ABI change in 4.14.14 + * usbip: Reduce USBIP_VHCI_HC_PORTS to 15, the maximum allowed for SuperSpeed + hubs (Closes: #878866) + * [x86] Add versioned build-dependency on gcc-7 for retpoline support + * [x86] linux-compiler-gcc-7-x86: Add versioned dependency on gcc-7 for + retpoline support + * linux-compiler-gcc-7-{arm,s390,x86}: Remove specific (and wrong) compiler + version from description (Closes: #883363) + * [x86] linux-headers: Depend on updated linux-compiler-gcc-7-x86 + + [ Riku Voipio ] + * [arm64] build in reset drivers + * [arm64] enable COMMON_CLK_HI655X so wifi and bluetooth work on Hikey + + -- Salvatore Bonaccorso Wed, 14 Feb 2018 06:56:06 +0100 linux (4.14.13-1) unstable; urgency=medium diff --cc debian/config.defines.dump index 9a4a88912e6,b66891c7967..d2a31774a01 --- a/debian/config.defines.dump +++ b/debian/config.defines.dump @@@ -2,2650 -2,2741 +2,2668 @@@ cdebian_linux.confi ConfigCore p0 (tRp1 --(Vabi ++(Vbase p2 tp3 (dp4 --Vabiname ++Varches p5 - V3 -V1 --p6 --sVignore-changes ++(lp6 ++Valpha p7 --(lp8 --V__cpuhp_* ++aVamd64 ++p8 ++aVarm64 p9 --aV__xive_vm_h_* ++aVarm64ilp32 p10 --aVbpf_analyzer ++aVarmel p11 --aVcxl_* ++aVarmhf p12 --aVdax_flush ++aVhppa p13 - aVinet_add_protocol -aVieee80211_nullfunc_get ++aVi386 p14 - aVinet_del_protocol -aVinet_add_protocol ++aVm68k p15 - aViommu_device_* -aVinet_del_protocol ++aVmips p16 - aVkvm_async_pf_task_wait -aViommu_device_* ++aVmips64 p17 - aVkvmppc_* -aVkvm_async_pf_task_wait ++aVmips64el p18 - aVmm_iommu_* -aVkvmppc_* ++aVmips64r6 p19 - aVmv_mbus_* -aVmm_iommu_* ++aVmips64r6el p20 - aVperf_* -aVmv_mbus_* ++aVmipsel p21 - aVregister_cxl_calls -aVperf_* ++aVmipsn32 p22 - aVregister_key_type -aVregister_cxl_calls ++aVmipsn32el p23 - aVunregister_cxl_calls -aVregister_key_type ++aVmipsn32r6 p24 - aV*_hw_breakpoint -aVunregister_cxl_calls ++aVmipsn32r6el p25 - aVmodule:arch/x86/kvm/* -aV*_hw_breakpoint ++aVmipsr6 p26 - aVmodule:drivers/crypto/ccp/* -aVmodule:arch/x86/kvm/* ++aVmipsr6el p27 - aVmodule:drivers/hv/* -aVmodule:drivers/crypto/ccp/* ++aVpowerpc p28 - aVmodule:drivers/iio/common/hid-sensors/* -aVmodule:drivers/hv/* ++aVpowerpcspe p29 - aVmodule:drivers/iio/common/st_sensors/** -aVmodule:drivers/iio/common/hid-sensors/* ++aVppc64 p30 - aVmodule:drivers/mtd/nand/* -aVmodule:drivers/iio/common/st_sensors/** ++aVppc64el p31 - aVmodule:drivers/net/wireless/** -aVmodule:drivers/mtd/nand/* ++aVs390 p32 - aVmodule:drivers/nvdimm/* -aVmodule:drivers/net/wireless/** ++aVs390x p33 - aVmodule:drivers/power/supply/bq27xxx_battery -aVmodule:drivers/nvdimm/* ++aVsh3 p34 - aVmodule:drivers/scsi/cxgbi/* -aVmodule:drivers/power/supply/bq27xxx_battery ++aVsh4 p35 - aVmodule:drivers/scsi/libiscs* -aVmodule:drivers/scsi/cxgbi/* ++aVsparc p36 - aVmodule:drivers/scsi/qla2xxx/qla2xxx -aVmodule:drivers/scsi/libiscs* ++aVsparc64 p37 - aVmodule:drivers/scsi/ufs/* -aVmodule:drivers/scsi/qla2xxx/qla2xxx ++aVtilegx p38 - aVmodule:drivers/target/** -aVmodule:drivers/scsi/ufs/* ++aVx32 p39 - aVmodule:drivers/usb/chipidea/** -aVmodule:drivers/target/** ++asVfeaturesets p40 - aVmodule:drivers/usb/gadget/** -aVmodule:drivers/usb/chipidea/** --p41 - aVmodule:drivers/usb/host/** -aVmodule:drivers/usb/gadget/** ++(lp41 ++Vnone p42 - aVmodule:drivers/usb/musb/** -aVmodule:drivers/usb/host/** ++aVrt p43 - aVmodule:fs/nfs/** -aVmodule:drivers/usb/musb/** ++asVcompiler p44 - aVmodule:net/ceph/libceph -aVmodule:fs/nfs/** ++Vgcc-7 p45 - aVmodule:net/l2tp/** -aVmodule:net/ceph/libceph ++ss(Vbuild p46 - aVmodule:sound/core/seq/** -aVmodule:net/l2tp/** --p47 - aVmodule:sound/firewire/snd-firewire-lib -aVmodule:net/rxrpc/rxrpc --p48 - aVbtree_* -aVmodule:sound/core/seq/** ++tp47 ++(dp48 ++Vsigned-modules p49 - aVvisitor* -aVmodule:sound/firewire/snd-firewire-lib ++I00 ++sVdebug-info p50 - aVcan_rx_register -aVbtree_* ++I01 ++ss(Vbase p51 - aVip6_xmit -aVvisitor* ++NVrt p52 - aVmodule:net/dccp/dccp -aVcan_rx_register --p53 - aVmodule:net/rds/rds -aVip6_xmit --p54 - aVdevfreq_* -aVmodule:net/dccp/dccp ++tp53 ++(dp54 ++Venabled p55 - aVdevm_devfreq_* -aVmodule:net/rds/rds ++I00 ++ss(Vdescription p56 - aVupdate_devfreq -aVdevfreq_* --p57 - aVmodule:drivers/infiniband/** -aVdevm_devfreq_* --p58 - aVacpi_ec_add_query_handler -aVupdate_devfreq ++tp57 ++(dp58 ++Vpart-long-up p59 - aVacpi_ec_remove_query_handler -aVmodule:drivers/infiniband/** ++VThis kernel is not suitable for SMP (multi-processor,\u000amulti-core or hyper-threaded) systems. p60 - aVfirst_ec -aVacpi_ec_add_query_handler ++sVpart-long-xen p61 - aVdebugfs_create_automount -aVacpi_ec_remove_query_handler ++VThis kernel also runs on a Xen hypervisor.\u000aIt supports both privileged (dom0) and unprivileged (domU) operation. p62 - aVmodule:drivers/iio/imu/inv_mpu6050/* -aVfirst_ec ++ss(Vrelations p63 - ass(Vbase -aVdebugfs_create_automount --p64 - tp65 - (dp66 - Varches -aVmodule:drivers/iio/imu/inv_mpu6050/* -p65 -ass(Vbase ++tp64 ++(dp65 ++Vinitramfs-tools + p66 -tp67 -(dp68 -Varches ++Vinitramfs-tools (>= 0.120+deb8u2) +p67 - (lp68 - Valpha ++sVgcc-7 ++p68 ++Vgcc-7 , gcc-7-@gnu-type-package@ p69 - aVamd64 -(lp70 -Valpha ++sVinitramfs-fallback +p70 - aVarm64 ++Vlinux-initramfs-tool p71 - aVarm64ilp32 -aVamd64 ++ss(Vimage p72 - aVarmel -aVarm64 --p73 - aVarmhf -aVarm64ilp32 --p74 - aVhppa -aVarmel ++tp73 ++(dp74 ++Vinitramfs-generators p75 - aVi386 -aVarmhf --p76 - aVm68k -aVhppa ++(lp76 ++Vinitramfs-tools p77 - aVmips -aVi386 ++aVinitramfs-fallback p78 - aVmips64 -aVm68k ++asVrecommends p79 - aVmips64el -aVmips ++Vapparmor p80 - aVmips64r6 -aVmips64 ++ss(Vabi p81 - aVmips64r6el -aVmips64el --p82 - aVmipsel -aVmips64r6 --p83 - aVmipsn32 -aVmips64r6el ++tp82 ++(dp83 ++Vabiname p84 - aVmipsn32el -aVmipsel ++V1 p85 - aVmipsn32r6 -aVmipsn32 ++sVignore-changes p86 - aVmipsn32r6el -aVmipsn32el --p87 - aVmipsr6 -aVmipsn32r6 ++(lp87 ++V__cpuhp_* p88 - aVmipsr6el -aVmipsn32r6el ++aV__xive_vm_h_* p89 - aVpowerpc -aVmipsr6 ++aVbpf_analyzer p90 - aVpowerpcspe -aVmipsr6el ++aVcxl_* p91 - aVppc64 -aVpowerpc ++aVdax_flush p92 - aVppc64el -aVpowerpcspe ++aVieee80211_nullfunc_get p93 - aVs390 -aVppc64 ++aVinet_add_protocol p94 - aVs390x -aVppc64el ++aVinet_del_protocol p95 - aVsh3 -aVs390 ++aViommu_device_* p96 - aVsh4 -aVs390x ++aVkvm_async_pf_task_wait p97 - aVsparc -aVsh3 ++aVkvmppc_* p98 - aVsparc64 -aVsh4 ++aVmm_iommu_* p99 - aVtilegx -aVsparc ++aVmv_mbus_* p100 - aVx32 -aVsparc64 ++aVperf_* p101 - asVcompiler -aVtilegx ++aVregister_cxl_calls p102 - Vgcc-7 -aVx32 ++aVregister_key_type p103 - sVfeaturesets -asVcompiler ++aVunregister_cxl_calls p104 - (lp105 - Vnone -Vgcc-7 ++aV*_hw_breakpoint + p105 -sVfeaturesets ++aVmodule:arch/x86/kvm/* p106 - aVrt -(lp107 -Vnone ++aVmodule:drivers/crypto/ccp/* +p107 - ass(Vbuild ++aVmodule:drivers/hv/* p108 - tp109 - (dp110 - Vdebug-info -aVrt ++aVmodule:drivers/iio/common/hid-sensors/* + p109 -ass(Vbuild ++aVmodule:drivers/iio/common/st_sensors/** + p110 -tp111 -(dp112 -Vdebug-info ++aVmodule:drivers/mtd/nand/* +p111 - I01 - sVsigned-modules ++aVmodule:drivers/net/wireless/** +p112 - I00 - ss(Vbase ++aVmodule:drivers/nvdimm/* p113 - NVrt -I01 -sVsigned-modules ++aVmodule:drivers/power/supply/bq27xxx_battery p114 - tp115 - (dp116 - Venabled -I00 -ss(Vbase ++aVmodule:drivers/scsi/cxgbi/* + p115 -NVrt ++aVmodule:drivers/scsi/libiscs* + p116 -tp117 -(dp118 -Venabled ++aVmodule:drivers/scsi/qla2xxx/qla2xxx +p117 - I01 - ss(Vdescription ++aVmodule:drivers/scsi/ufs/* +p118 - tp119 - (dp120 - Vpart-long-up ++aVmodule:drivers/target/** + p119 -I00 -ss(Vdescription ++aVmodule:drivers/usb/chipidea/** + p120 -tp121 -(dp122 -Vpart-long-up ++aVmodule:drivers/usb/gadget/** +p121 - VThis kernel is not suitable for SMP (multi-processor,\u000amulti-core or hyper-threaded) systems. ++aVmodule:drivers/usb/host/** +p122 - sVpart-long-xen ++aVmodule:drivers/usb/musb/** p123 - VThis kernel also runs on a Xen hypervisor.\u000aIt supports both privileged (dom0) and unprivileged (domU) operation. -VThis kernel is not suitable for SMP (multi-processor,\u000amulti-core or hyper-threaded) systems. ++aVmodule:fs/nfs/** p124 - ss(Vimage -sVpart-long-xen ++aVmodule:net/ceph/libceph p125 - tp126 - (dp127 - Vinitramfs-generators -VThis kernel also runs on a Xen hypervisor.\u000aIt supports both privileged (dom0) and unprivileged (domU) operation. ++aVmodule:net/l2tp/** + p126 -ss(Vimage ++aVmodule:net/rxrpc/rxrpc + p127 -tp128 -(dp129 -Vinitramfs-generators ++aVmodule:sound/core/seq/** +p128 - (lp129 - Vinitramfs-tools ++aVmodule:sound/firewire/snd-firewire-lib ++p129 ++aVbtree_* p130 - aVinitramfs-fallback -(lp131 -Vinitramfs-tools ++aVvisitor* +p131 - asVrecommends ++aVcan_rx_register p132 - Vapparmor -aVinitramfs-fallback ++aVip6_xmit p133 - ss(Vrelations -asVrecommends ++aVmodule:net/dccp/dccp p134 - tp135 - (dp136 - Vgcc-7 -Vapparmor ++aVmodule:net/rds/rds + p135 -ss(Vrelations ++aVdevfreq_* + p136 -tp137 -(dp138 -Vgcc-7 ++aVdevm_devfreq_* +p137 - Vgcc-7 , gcc-7-@gnu-type-package@ ++aVupdate_devfreq +p138 - sVinitramfs-fallback ++aVmodule:drivers/infiniband/** p139 - Vlinux-initramfs-tool -Vgcc-7 , gcc-7-@gnu-type-package@ ++aVacpi_ec_add_query_handler p140 - sVinitramfs-tools -sVinitramfs-fallback ++aVacpi_ec_remove_query_handler p141 - Vinitramfs-tools (>= 0.120+deb8u2) -Vlinux-initramfs-tool ++aVfirst_ec p142 - ss(Vbase -sVinitramfs-tools ++aVdebugfs_create_automount p143 - Valpha -Vinitramfs-tools (>= 0.120+deb8u2) ++aVmodule:drivers/iio/imu/inv_mpu6050/* p144 - tp145 - (dp146 - Vkernel-arch - p147 -ss(Vbase ++ass(Vbase + p145 Valpha - p148 - sVfeaturesets + p146 + tp147 + (dp148 -Vkernel-arch ++Vfeaturesets p149 -Valpha -p150 -sVfeaturesets -p151 -(lp152 +(lp150 Vnone +p151 - ass(Vbuild ++asVkernel-arch +p152 - g144 - tp153 - (dp154 - Vimage-file ++Valpha + p153 -ass(Vbuild ++ss(Vdescription + p154 + g146 -tp155 -(dp156 -Vimage-file -p157 -Varch/alpha/boot/vmlinux.gz ++NValpha-smp +p155 - Varch/alpha/boot/vmlinux.gz - p156 - sVsigned-modules - p157 - I00 - ss(Vimage ++tp156 ++(dp157 ++Vhardware p158 - g144 - tp159 - (dp160 - Vsuggests - p161 - Vaboot, fdutils -sVsigned-modules ++VAlpha SMP + p159 -I00 -ss(Vimage ++sVhardware-long + p160 ++VDEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel) ++p161 ++ss(Vbuild +p162 - sVinstall-stem - p163 - Vvmlinuz - p164 - ss(Vdescription + g146 -tp161 -(dp162 -Vsuggests -p163 -Vaboot, fdutils -p164 -sVinstall-stem ++tp163 ++(dp164 ++Vsigned-modules p165 - g144 - NValpha-generic -Vvmlinuz ++I00 ++sVimage-file p166 - tp167 - (dp168 - Vhardware -ss(Vdescription ++Varch/alpha/boot/vmlinux.gz + p167 ++ss(Vdescription ++p168 + g146 + NValpha-generic -p168 -tp169 -(dp170 +p169 - VAlpha - p170 - sVhardware-long - p171 - VDEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel) ++tp170 ++(dp171 + Vhardware -p171 -VAlpha p172 - ss(Vdescription -sVhardware-long ++VAlpha p173 - g144 - NValpha-smp - p174 - tp175 - (dp176 - Vhardware - p177 - VAlpha SMP - p178 -VDEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel) +sVhardware-long + p174 -ss(Vdescription ++VDEC Alpha systems with extended kernel start address (Wildfire, Titan, Marvel) + p175 -g146 -NValpha-smp ++ss(Vimage + p176 ++g146 + tp177 + (dp178 -Vhardware ++Vsuggests p179 - VDEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel) -VAlpha SMP ++Vaboot, fdutils p180 - ss(Vbase -sVhardware-long ++sVinstall-stem p181 - g144 -VDEC Alpha SMP systems with extended kernel start address (Wildfire, Titan, Marvel) ++Vvmlinuz + p182 + ss(Vbase + p183 + g146 -g153 +g151 - tp182 - (dp183 + tp184 + (dp185 Vflavours - p184 - (lp185 - Valpha-generic p186 + (lp187 + Valpha-generic + p188 aValpha-smp - p187 + p189 asVimplicit-flavour - p188 + p190 I01 ss(Vbase - p189 + p191 Vamd64 - p190 - tp191 - (dp192 + p192 + tp193 + (dp194 Vfeaturesets - p193 - (lp194 - Vnone p195 + (lp196 + Vnone + p197 aVrt - p196 + p198 asVkernel-arch - p197 + p199 Vx86 - p198 + p200 ss(Vbuild - p199 - g190 - tp200 - (dp201 - Vdebug-info - p202 + p201 + g192 + tp202 + (dp203 -Vdebug-info ++Vvdso + p204 I01 sVimage-file - p203 - Varch/x86/boot/bzImage - p204 - sVvdso p205 - I01 - ss(Vimage + Varch/x86/boot/bzImage p206 - g190 - tp207 - (dp208 - Vbootloaders -sVvdso ++sVdebug-info + p207 + I01 -ss(Vimage ++ss(Vdescription + p208 + g192 -tp209 -(dp210 -Vbootloaders -p211 -(lp212 -Vgrub-pc ++NVamd64 +p209 - (lp210 - Vgrub-pc - p211 - aVgrub-efi-amd64 ++tp210 ++(dp211 ++Vhardware +p212 - aVextlinux ++V64-bit PCs p213 - asVinstall-stem -aVgrub-efi-amd64 ++sVhardware-long p214 - Vvmlinuz -aVextlinux ++VPCs with AMD64, Intel 64 or VIA Nano processors p215 - sVbreaks -asVinstall-stem --p216 - Vxserver-xorg-input-vmmouse (<< 1:13.0.99) -Vvmlinuz --p217 -sVbreaks -p218 -Vxserver-xorg-input-vmmouse (<< 1:13.0.99) -p219 ss(Vrelations - p218 - g190 - tp219 - (dp220 - Vheaders%gcc-7 -p220 ++p216 + g192 -tp221 -(dp222 ++tp217 ++(dp218 + Vgcc-7 -p223 ++p219 + Vgcc-7 (>= 7.2.0-20~) , gcc-7-x86-64-linux-gnu (>= 7.2.0-20~) -p224 ++p220 + sVheaders%gcc-7 -p225 +p221 - Vlinux-compiler-gcc-7-x86 + Vlinux-compiler-gcc-7-x86 (>= 4.14.17-1~) -p226 +p222 ss(Vdescription -p227 +p223 - g190 - NVamd64 + g192 -NVamd64 -p228 -tp229 -(dp230 ++NVcloud-amd64 +p224 +tp225 +(dp226 Vhardware -p231 -V64-bit PCs -p232 +p227 - V64-bit PCs ++Vx86-64 cloud +p228 sVhardware-long -p233 -VPCs with AMD64, Intel 64 or VIA Nano processors +p229 - VPCs with AMD64, Intel 64 or VIA Nano processors ++VAmazon EC2, Google Compute Engine and Microsoft Azure cloud platforms +p230 - ss(Vbase ++ss(Vimage +p231 - g190 - Vnone - p232 - tp233 - (dp234 - Vflavours ++g192 ++tp232 ++(dp233 ++Vbreaks + p234 -ss(Vdescription ++Vxserver-xorg-input-vmmouse (<< 1:13.0.99) p235 - (lp236 - Vamd64 -g192 -NVcloud-amd64 ++sVinstall-stem + p236 -tp237 -(dp238 -Vhardware -p239 -Vx86-64 cloud ++Vvmlinuz +p237 - ass(Vdescription ++sVbootloaders +p238 - g190 - g232 - Vamd64 - p239 - tp240 - (dp241 - Vparts ++(lp239 ++Vgrub-pc + p240 -sVhardware-long ++aVgrub-efi-amd64 + p241 -VAmazon EC2, Google Compute Engine and Microsoft Azure cloud platforms ++aVextlinux p242 - (lp243 - Vxen - p244 -ss(Vbase +ass(Vbase - p245 - g190 - Vrt - p246 - tp247 - (dp248 + p243 + g192 + Vnone + p244 + tp245 + (dp246 Vflavours - p249 - (lp250 + p247 + (lp248 Vamd64 + p249 + aVcloud-amd64 + p250 + ass(Vdescription p251 - ass(Vbase + g192 + g244 + Vamd64 p252 - Varm64 - p253 - tp254 - (dp255 - Vkernel-arch - p256 - Varm64 + tp253 + (dp254 + Vparts + p255 + (lp256 + Vxen p257 - sVfeaturesets + ass(Vbase p258 - (lp259 - Vnone - p260 - ass(Vbuild - p261 - g253 - tp262 - (dp263 - Vdebug-info + g192 + Vrt + p259 + tp260 + (dp261 + Vflavours + p262 + (lp263 + Vamd64 p264 - I01 - sVimage-file + ass(Vbase p265 - Varch/arm64/boot/Image + Varm64 p266 - sVvdso - p267 - I01 - ss(Vimage - p268 - g253 - tp269 - (dp270 - Vinstall-stem + tp267 + (dp268 -Vkernel-arch ++Vfeaturesets + p269 -Varm64 -p270 -sVfeaturesets -p271 -(lp272 ++(lp270 + Vnone +p271 - Vvmlinuz ++asVkernel-arch +p272 - sVbreaks ++Varm64 p273 - Vlibmozjs185-1.0, libmozjs-24-0 (<< 24.2.0-5.1~) - p274 -ass(Vbuild +ss(Vdescription - p275 - g253 + p274 + g266 -tp275 -(dp276 -Vdebug-info -p277 -I01 -sVimage-file +NVarm64 - p276 - tp277 - (dp278 ++p275 ++tp276 ++(dp277 +Vhardware - p279 + p278 -Varch/arm64/boot/Image +V64-bit ARMv8 machines + p279 -sVvdso ++ss(Vbuild p280 -I01 --ss(Vimage --p281 - g253 - NVarm64 - p282 - tp283 - (dp284 - s(Vbase + g266 -tp282 -(dp283 -Vinstall-stem ++tp281 ++(dp282 ++Vvdso ++p283 ++I01 ++sVimage-file + p284 -Vvmlinuz ++Varch/arm64/boot/Image p285 - g253 - Vnone -sVbreaks ++sVdebug-info p286 - tp287 - (dp288 - Vflavours - p289 - (lp290 - Varm64 -Vlibmozjs185-1.0, libmozjs-24-0 (<< 24.2.0-5.1~) ++I01 ++ss(Vimage + p287 -ss(Vdescription -p288 + g266 + NVarm64 -p289 -tp290 -(dp291 -Vhardware -p292 -V64-bit ARMv8 machines -p293 -ss(Vimage -p294 ++p288 ++tp289 ++(dp290 ++s(Vimage +p291 - ass(Vbase - p292 - Varm64ilp32 - p293 - tp294 - (dp295 - Vkernel-arch + g266 -NVarm64 ++tp292 ++(dp293 ++Vbreaks ++p294 ++Vlibmozjs185-1.0, libmozjs-24-0 (<< 24.2.0-5.1~) + p295 -tp296 -(dp297 -s(Vbase ++sVinstall-stem +p296 - Varm64 ++Vvmlinuz +p297 - sVfeaturesets - p298 - (lp299 +ss(Vbase - p300 - Varmel - p301 - tp302 - (dp303 - Vkernel-arch + p298 + g266 + Vnone + p299 + tp300 + (dp301 + Vflavours + p302 + (lp303 + Varm64 p304 - Varm + ass(Vbase p305 - sg149 - (lp306 - g151 - ass(Vbuild - p307 - g301 - tp308 - (dp309 - Vimage-file - p310 - Varch/arm/boot/zImage + Varm64ilp32 + p306 + tp307 + (dp308 -Vkernel-arch ++Vfeaturesets + p309 -Varm64 -p310 -sVfeaturesets ++(lp310 ++sVkernel-arch p311 - sVsigned-modules -(lp312 ++Varm64 +p312 - I00 - sVuncompressed-image-file + ss(Vbase p313 - Varch/arm/boot/Image + Varmel p314 - ss(Vimage - p315 - g301 - tp316 - (dp317 - Vinstall-stem - p318 - Vvmlinuz + tp315 + (dp316 + Vflavours + p317 + (lp318 + sVkernel-arch p319 - ss(Vrelations + Varm p320 - g301 - tp321 - (dp322 - Vheaders%gcc-7 - p323 - Vlinux-compiler-gcc-7-arm + ss(Vbuild + p321 + g314 + tp322 + (dp323 -Vimage-file ++Vsigned-modules p324 - ss(Vdescription -Varch/arm/boot/zImage ++I00 ++sVimage-file p325 - g301 - NVmarvell -sVsigned-modules ++Varch/arm/boot/zImage p326 - tp327 - (dp328 - Vhardware -I00 + sVuncompressed-image-file + p327 + Varch/arm/boot/Image + p328 + ss(Vimage p329 - VMarvell Kirkwood/Orion + g314 -tp330 -(dp331 -Vinstall-stem -p332 -Vvmlinuz ++NVmarvell +p330 - sVhardware-long - p331 - VMarvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc)\u000aand Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc) - p332 - ss(Vimage ++tp331 ++(dp332 ++Vrecommends p333 - g301 - NVmarvell -ss(Vrelations ++Vu-boot-tools p334 -g314 --tp335 --(dp336 - Vrecommends -Vheaders%gcc-7 ++sVbreaks ++p335 ++Vflash-kernel (<< 3.57~) ++p336 ++sVcheck-size-with-dtb p337 - Vu-boot-tools - p338 -Vlinux-compiler-gcc-7-arm ++I01 +sVcheck-size - p339 + p338 -ss(Vdescription +L2097080L - sVcheck-size-with-dtb - p340 - I01 +sVcheck-uncompressed-size - p341 + p339 +L7340032L - sVbreaks - p342 - Vflash-kernel (<< 3.57~) - p343 - ss(g181 - g301 - g151 - tp344 - (dp345 - g184 - (lp346 - Vmarvell ++ss(Vdescription ++p340 + g314 + NVmarvell -p340 -tp341 -(dp342 ++p341 ++tp342 ++(dp343 + Vhardware -p343 -VMarvell Kirkwood/Orion + p344 -sVhardware-long ++VMarvell Kirkwood/Orion + p345 -VMarvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc)\u000aand Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc) ++sVhardware-long + p346 -ss(Vimage ++VMarvell Kirkwood based systems (SheevaPlug, QNAP TS-119/TS-219, etc)\u000aand Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc) p347 - asg188 - I01 - ss(Vbase -g314 -NVmarvell ++ss(Vrelations p348 - Varmhf - p349 - tp350 - (dp351 - Vkernel-arch ++g314 + tp349 + (dp350 -Vrecommends ++Vheaders%gcc-7 + p351 -Vu-boot-tools ++Vlinux-compiler-gcc-7-arm p352 - Varm -sVcheck-size ++ss(Vimage p353 - sVfeaturesets -L2097080L -sVcheck-size-with-dtb --p354 - (lp355 - ss(Vbase -I01 -sVcheck-uncompressed-size -p355 -L7340032L -sVbreaks ++g314 ++tp354 ++(dp355 ++Vinstall-stem p356 - Vhppa -Vflash-kernel (<< 3.57~) ++Vvmlinuz p357 - tp358 - (dp359 - Vkernel-arch - p360 - Vparisc - p361 - sg149 - (lp362 - g151 - ass(Vbuild - p363 - g357 - tp364 - (dp365 - Vimage-file + ss(Vbase + p358 + Varmhf + p359 + tp360 + (dp361 -Vkernel-arch ++Vfeaturesets + p362 ++(lp363 ++sVkernel-arch ++p364 + Varm -p363 -sg151 -(lp364 -g153 -ass(Vbuild + p365 -g359 -tp366 -(dp367 -Vimage-file -p368 -Varch/arm/boot/zImage -p369 -sVvdso -p370 -I01 -ss(Vimage ++ss(Vbase +p366 - Vvmlinux ++Vhppa +p367 - sVsigned-modules - p368 - I00 - ss(Vimage - p369 - g357 - tp370 - (dp371 - Vsuggests ++tp368 ++(dp369 ++g149 ++(lp370 ++g151 ++asVkernel-arch + p371 -g359 -tp372 -(dp373 -Vinstall-stem -p374 -Vvmlinuz -p375 -ss(Vrelations ++Vparisc +p372 - Vpalo ++ss(Vbuild +p373 - sVinstall-stem - p374 - Vvmlinux - p375 - ss(Vdescription ++g367 ++tp374 ++(dp375 ++Vsigned-modules p376 - g357 - NVparisc -g359 -tp377 -(dp378 -Vheaders%gcc-7 ++I00 ++sVimage-file +p377 - tp378 - (dp379 - Vhardware ++Vvmlinux ++p378 ++ss(Vdescription + p379 -Vlinux-compiler-gcc-7-arm ++g367 ++NVparisc64-smp p380 - V32-bit PA-RISC -ss(Vdescription --p381 - sVhardware-long -g359 -NVarmmp --p382 - VHP PA-RISC 32-bit systems with max 4 GB RAM -tp383 -(dp384 ++tp381 ++(dp382 + Vhardware +p383 - ss(Vbase ++Vmultiprocessor 64-bit PA-RISC +p384 - g357 - NVparisc64-smp ++sVhardware-long p385 - tp386 - (dp387 - Vcflags -VARMv7 multiplatform compatible SoCs ++VHP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM + p386 -sVhardware-long ++ss(Vbase + p387 -VARMv7 multiplatform kernel. See\u000ahttps://wiki.debian.org/DebianKernel/ARMMP for details of supported\u000aplatforms ++g367 ++NVparisc64-smp p388 - V-fno-cse-follow-jumps -ss(Vdescription --p389 - sVoverride-host-type -g359 -NVarmmp-lpae --p390 - Vhppa64-linux-gnu -tp391 -(dp392 -Vhardware ++tp389 ++(dp390 ++Vcflags +p391 - ss(Vdescription ++V-fno-cse-follow-jumps +p392 - g357 - NVparisc64-smp ++sVoverride-host-type p393 - tp394 - (dp395 - Vhardware - p396 - Vmultiprocessor 64-bit PA-RISC - p397 - sVhardware-long - p398 - VHP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM - p399 -VARMv7 multiplatform compatible SoCs supporting LPAE ++Vhppa64-linux-gnu + p394 -sVhardware-long +ss(Vrelations - p400 - g357 - tp401 - (dp402 + p395 -VARMv7 multiplatform kernel supporting LPAE. See\u000ahttps://wiki.debian.org/DebianKernel/ARMMP for details of supported\u000aplatforms. -p396 -ss(g183 -g359 -g153 -tp397 -(dp398 -g186 -(lp399 -Varmmp ++g367 ++tp396 ++(dp397 +Vgcc-7 - p403 ++p398 +Vgcc-7 , binutils-hppa64-linux-gnu , gcc-7-hppa64-linux-gnu , gcc-7-hppa-linux-gnu , binutils-hppa64-linux-gnu , gcc-7-hppa64-linux-gnu ++p399 ++ss(Vdescription + p400 -aVarmmp-lpae ++g367 ++NVparisc + p401 -asg190 -I01 -ss(Vbase -p402 -Vhppa -p403 -tp404 -(dp405 -Vkernel-arch ++tp402 ++(dp403 ++Vhardware +p404 - ss(g181 - g357 ++V32-bit PA-RISC ++p405 ++sVhardware-long + p406 -Vparisc ++VHP PA-RISC 32-bit systems with max 4 GB RAM + p407 -sg151 -(lp408 -g153 -ass(Vbuild -p409 -g403 -tp410 -(dp411 -Vimage-file -p412 -Vvmlinux -p413 -sVsigned-modules -p414 -I00 + ss(Vimage -p415 -g403 -tp416 -(dp417 ++p408 ++g367 ++tp409 ++(dp410 + Vsuggests -p418 ++p411 + Vpalo -p419 ++p412 + sVinstall-stem -p420 ++p413 + Vvmlinux -p421 -ss(Vdescription -p422 -g403 -NVparisc -p423 -tp424 -(dp425 -Vhardware ++p414 ++ss(g183 ++g367 +g151 - tp405 - (dp406 - g184 - (lp407 ++tp415 ++(dp416 ++g186 ++(lp417 +Vparisc - p408 ++p418 +aVparisc64-smp - p409 - asg188 ++p419 ++asg190 +I01 +ss(Vbase - p410 ++p420 +Vi386 - p411 - tp412 - (dp413 ++p421 ++tp422 ++(dp423 +Vfeaturesets - p414 - (lp415 ++p424 ++(lp425 +Vnone - p416 + p426 -V32-bit PA-RISC +aVrt - p417 + p427 -sVhardware-long +asVkernel-arch - p418 + p428 -VHP PA-RISC 32-bit systems with max 4 GB RAM +Vx86 - p419 - ss(Vbuild - p420 - g411 - tp421 - (dp422 - Vimage-file - p423 - Varch/x86/boot/bzImage - p424 - sVvdso - p425 - I01 - ss(Vdescription - p426 - g411 - tp427 - (dp428 - Vpart-long-pae p429 - VThis kernel requires PAE (Physical Address Extension).\u000aThis feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,\u000aCore and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,\u000aTurion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. -ss(Vbase ++ss(Vbuild p430 - ss(Vimage -g403 -NVparisc64-smp --p431 - g411 --tp432 --(dp433 - Vbootloaders -Vcflags ++g421 ++tp431 ++(dp432 ++Vvdso ++p433 ++I01 ++sVimage-file p434 - (lp435 - Vgrub-pc -V-fno-cse-follow-jumps ++Varch/x86/boot/bzImage + p435 -sVoverride-host-type ++ss(Vdescription p436 - aVextlinux -Vhppa64-linux-gnu ++g421 ++NV686-pae p437 - asVinstall-stem -ss(Vdescription --p438 - Vvmlinuz -g403 -NVparisc64-smp --p439 - sVbreaks -tp440 -(dp441 ++tp438 ++(dp439 + Vhardware +p440 - Vxserver-xorg-input-vmmouse (<< 1:13.0.99) ++Vmodern PCs +p441 - ss(Vrelations ++sVhardware-long p442 - g411 - tp443 - (dp444 - Vheaders%gcc-7 - p445 - Vlinux-compiler-gcc-7-x86 -Vmultiprocessor 64-bit PA-RISC ++VPCs with one or more processors supporting PAE + p443 -sVhardware-long ++sVparts + p444 -VHP PA-RISC 64-bit SMP systems with support for more than 4 GB RAM -p445 -ss(Vrelations ++(lp445 ++Vpae p446 - ss(Vdescription -g403 -tp447 -(dp448 -Vgcc-7 -p449 -Vgcc-7 , binutils-hppa64-linux-gnu , gcc-7-hppa64-linux-gnu , gcc-7-hppa-linux-gnu , binutils-hppa64-linux-gnu , gcc-7-hppa64-linux-gnu ++ass(Vdescription +p447 - g411 - NV686 - p448 - tp449 - (dp450 - Vhardware ++g421 ++tp448 ++(dp449 ++Vpart-long-pae + p450 -ss(g183 -g403 -g153 -tp451 -(dp452 -g186 -(lp453 -Vparisc -p454 -aVparisc64-smp -p455 -asg190 -I01 -ss(Vbase ++VThis kernel requires PAE (Physical Address Extension).\u000aThis feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,\u000aCore and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,\u000aTurion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. +p451 - Volder PCs - p452 - sVhardware-long - p453 - VPCs with one or more processors not supporting PAE - p454 +ss(Vbuild - p455 - g411 ++p452 ++g421 +NV686-pae - p456 - tp457 - (dp458 ++p453 ++tp454 ++(dp455 +Vdebug-info - p459 + p456 -Vi386 +I01 +ss(Vdescription - p460 - g411 - NV686-pae - p461 - tp462 - (dp463 + p457 -tp458 -(dp459 -Vfeaturesets -p460 -(lp461 -Vnone ++g421 ++NV686 ++p458 ++tp459 ++(dp460 +Vhardware ++p461 ++Volder PCs + p462 -aVrt ++sVhardware-long + p463 -asVkernel-arch ++VPCs with one or more processors not supporting PAE p464 - Vmodern PCs -Vx86 ++ss(Vrelations p465 - sVhardware-long -ss(Vbuild --p466 - VPCs with one or more processors supporting PAE - p467 - sVparts -g457 -tp467 -(dp468 -Vimage-file ++g421 ++tp466 ++(dp467 ++Vgcc-7 +p468 - (lp469 - Vpae ++Vgcc-7 (>= 7.2.0-20~) , gcc-7-i686-linux-gnu (>= 7.2.0-20~) + p469 -Varch/x86/boot/bzImage ++sVheaders%gcc-7 p470 - ass(Vbase -sVvdso ++Vlinux-compiler-gcc-7-x86 (>= 4.14.17-1~) p471 - g411 - Vnone -I01 -ss(Vdescription ++ss(Vimage p472 -g457 ++g421 tp473 (dp474 - Vflavours -Vpart-long-pae ++Vbreaks p475 - (lp476 - V686 -VThis kernel requires PAE (Physical Address Extension).\u000aThis feature is supported by the Intel Pentium Pro/II/III/4/4M/D, Xeon,\u000aCore and Atom; AMD Geode NX, Athlon (K7), Duron, Opteron, Sempron,\u000aTurion or Phenom; Transmeta Efficeon; VIA C7; and some other processors. ++Vxserver-xorg-input-vmmouse (<< 1:13.0.99) + p476 -ss(Vimage ++sVinstall-stem p477 - aV686-pae -g457 -tp478 -(dp479 -Vbootloaders -p480 -(lp481 ++Vvmlinuz +p478 - ass(Vdescription ++sVbootloaders +p479 - g411 - g472 ++(lp480 + Vgrub-pc -p482 ++p481 + aVextlinux ++p482 ++ass(Vbase + p483 -asVinstall-stem ++g421 ++Vnone + p484 -Vvmlinuz -p485 -sVbreaks -p486 -Vxserver-xorg-input-vmmouse (<< 1:13.0.99) ++tp485 ++(dp486 ++Vflavours + p487 -ss(Vrelations -p488 -g457 -tp489 -(dp490 -Vgcc-7 ++(lp488 ++V686 ++p489 ++aV686-pae ++p490 ++ass(Vdescription + p491 -Vgcc-7 (>= 7.2.0-20~) , gcc-7-i686-linux-gnu (>= 7.2.0-20~) ++g421 ++g484 +V686-pae - p480 - tp481 - (dp482 + p492 -sVheaders%gcc-7 -p493 -Vlinux-compiler-gcc-7-x86 (>= 4.14.17-1~) -p494 -ss(Vdescription ++tp493 ++(dp494 +Vparts - p483 - (lp484 + p495 -g457 -NV686 -p496 -tp497 -(dp498 -Vhardware ++(lp496 +Vxen - p485 ++p497 +ass(Vbase - p486 - g411 ++p498 ++g421 +Vrt - p487 - tp488 - (dp489 + p499 -Volder PCs -p500 -sVhardware-long -p501 -VPCs with one or more processors not supporting PAE ++tp500 ++(dp501 +Vflavours - p490 - (lp491 + p502 -ss(Vbuild -p503 -g457 -NV686-pae ++(lp503 +V686-pae - p492 + p504 -tp505 -(dp506 -Vdebug-info -p507 -I01 -ss(Vdescription -p508 -g457 -NV686-pae +ass(Vbase - p493 ++p505 +Vm68k - p494 - tp495 - (dp496 ++p506 ++tp507 ++(dp508 +Vcflags - p497 + p509 -tp510 -(dp511 -Vhardware +V-ffreestanding - p498 - sVkernel-arch - p499 - Vm68k - p500 ++p510 +sg149 - (lp501 ++(lp511 +g151 - ass(Vbuild - p502 - g494 - tp503 - (dp504 - Vimage-file - p505 - Vvmlinux - p506 - sVsigned-modules - p507 - I00 - ss(Vimage - p508 - g494 - tp509 - (dp510 - Vsuggests - p511 - Vvmelilo, fdutils ++asVkernel-arch p512 - sVinstall-stem -Vmodern PCs ++Vm68k p513 - Vvmlinux -sVhardware-long ++ss(Vbuild p514 -VPCs with one or more processors supporting PAE -p515 -sVparts -p516 -(lp517 -Vpae ++g506 ++tp515 ++(dp516 ++Vsigned-modules ++p517 ++I00 ++sVimage-file + p518 -ass(Vbase ++Vvmlinux + p519 -g457 -Vnone +ss(Vdescription - p515 - g494 + p520 -tp521 -(dp522 -Vflavours -p523 -(lp524 -V686 ++g506 +NVm68k - p516 - tp517 - (dp518 ++p521 ++tp522 ++(dp523 +Vhardware - p519 - VMotorola MC68020+ family - p520 - ss(g181 - g494 - g151 - tp521 - (dp522 - g184 - (lp523 - Vm68k +p524 - asg188 - I01 - ss(Vbase ++VMotorola MC68020+ family p525 - Vmips -aV686-pae ++ss(Vimage p526 -ass(Vdescription -p527 -g457 -g520 -V686-pae -p528 -tp529 -(dp530 -Vparts ++g506 +tp527 +(dp528 - Vkernel-arch ++Vsuggests +p529 - Vmips ++Vvmelilo, fdutils +p530 - sg149 - (lp531 - g151 - ass(Vbuild ++sVinstall-stem + p531 -(lp532 -Vxen -p533 -ass(Vbase -p534 -g457 -Vrt -p535 -tp536 -(dp537 -Vflavours -p538 -(lp539 -V686-pae -p540 -ass(Vbase -p541 ++Vvmlinux +p532 - g526 ++ss(g183 ++g506 ++g151 +tp533 +(dp534 - Vimage-file - p535 - Vvmlinux ++g186 ++(lp535 + Vm68k +p536 - sVsigned-modules ++asg190 ++I01 ++ss(Vbase +p537 - I00 - ss(Vimage ++Vmips +p538 - g526 +tp539 +(dp540 - Vinstall-stem - p541 - Vvmlinux ++g149 ++(lp541 ++g151 ++asVkernel-arch p542 - ss(Vdescription -tp543 -(dp544 -Vcflags -p545 -V-ffreestanding -p546 -sVkernel-arch ++Vmips +p543 - g526 - NV4kc-malta ++ss(Vbuild +p544 ++g538 +tp545 +(dp546 - Vhardware ++Vsigned-modules p547 - VMIPS Malta -Vm68k ++I00 ++sVimage-file p548 - sVhardware-long - p549 - VMIPS Malta boards -sg151 -(lp549 -g153 -ass(Vbuild --p550 - ss(Vimage - p551 - g526 - NV4kc-malta - p552 - tp553 - (dp554 - Vconfigs - p555 - (lp556 - Vkernelarch-mips/config.malta - p557 - aVkernelarch-mips/config.mips32r2 - p558 - ass(Vdescription - p559 - g526 - NV5kc-malta - p560 - tp561 - (dp562 - Vhardware - p563 - VMIPS Malta (64-bit) - p564 - sVhardware-long - p565 - VMIPS Malta boards (64-bit) - p566 -g542 -tp551 -(dp552 -Vimage-file -p553 + Vvmlinux -p554 -sVsigned-modules -p555 -I00 ++p549 ss(Vimage - p567 - g526 ++p550 ++g538 ++NV4kc-malta ++p551 ++tp552 ++(dp553 ++Vconfigs ++p554 ++(lp555 ++Vkernelarch-mips/config.malta + p556 -g542 -tp557 -(dp558 -Vsuggests ++aVkernelarch-mips/config.mips32r2 ++p557 ++ass(Vimage ++p558 ++g538 +NV5kc-malta - p568 - tp569 - (dp570 + p559 -Vvmelilo, fdutils -p560 -sVinstall-stem -p561 -Vvmlinux ++tp560 ++(dp561 +Vconfigs - p571 - (lp572 + p562 -ss(Vdescription -p563 -g542 -NVm68k ++(lp563 +Vkernelarch-mips/config.malta - p573 + p564 -tp565 -(dp566 -Vhardware +aVkernelarch-mips/config.mips64r2 - p574 ++p565 +ass(Vdescription - p575 - g526 ++p566 ++g538 +NVocteon - p576 - tp577 - (dp578 + p567 -VMotorola MC68020+ family -p568 -ss(g183 -g542 -g153 -tp569 -(dp570 -g186 -(lp571 -Vm68k ++tp568 ++(dp569 +Vhardware - p579 ++p570 +VOcteon - p580 ++p571 +sVhardware-long - p581 + p572 -asg190 -I01 -ss(Vbase +VCavium Networks Octeon - p582 + p573 -Vmips +ss(Vimage - p583 - g526 + p574 -tp575 -(dp576 -Vkernel-arch -p577 -Vmips ++g538 +NVocteon - p584 - tp585 - (dp586 ++p575 ++tp576 ++(dp577 +Vconfigs - p587 - (lp588 + p578 -sg151 + (lp579 -g153 -ass(Vbuild +Vkernelarch-mips/config.octeon - p589 - ass(g181 - g526 - g151 - tp590 - (dp591 - g184 - (lp592 - V4kc-malta + p580 -g574 -tp581 -(dp582 -Vimage-file -p583 -Vvmlinux ++ass(Vimage ++p581 ++g538 ++tp582 ++(dp583 ++Vinstall-stem + p584 -sVsigned-modules ++Vvmlinux + p585 -I00 -ss(Vimage ++ss(Vdescription + p586 -g574 -tp587 -(dp588 -Vinstall-stem -p589 -Vvmlinux ++g538 ++NV5kc-malta ++p587 ++tp588 ++(dp589 ++Vhardware + p590 -ss(Vdescription ++VMIPS Malta (64-bit) + p591 -g574 -NV4kc-malta ++sVhardware-long + p592 -tp593 -(dp594 -Vhardware ++VMIPS Malta boards (64-bit) +p593 - aV5kc-malta ++ss(Vdescription +p594 - aVocteon ++g538 ++NV4kc-malta p595 - asg188 - I01 - ss(Vbase -VMIPS Malta --p596 - Vmips64 -sVhardware-long --p597 - tp598 - (dp599 - Vkernel-arch -VMIPS Malta boards ++tp596 ++(dp597 ++Vhardware + p598 -ss(Vimage ++VMIPS Malta + p599 -g574 -NV4kc-malta ++sVhardware-long p600 - Vmips -tp601 -(dp602 -Vconfigs -p603 ++VMIPS Malta boards +p601 - sg149 - (lp602 ++ss(g183 ++g538 +g151 - ass(Vbuild - p603 - g597 - tp604 - (dp605 - Vimage-file ++tp602 ++(dp603 ++g186 + (lp604 -Vkernelarch-mips/config.malta ++V4kc-malta + p605 -aVkernelarch-mips/config.mips32r2 ++aV5kc-malta p606 - Vvmlinux -ass(Vdescription ++aVocteon p607 - sVsigned-modules -g574 -NV5kc-malta ++asg190 ++I01 ++ss(Vbase p608 - I00 - ss(Vimage -tp609 -(dp610 -Vhardware -p611 -VMIPS Malta (64-bit) -p612 -sVhardware-long ++Vmips64 +p609 - g597 +tp610 +(dp611 - Vinstall-stem - p612 - Vvmlinux ++g149 ++(lp612 ++g151 ++asVkernel-arch p613 - ss(Vdescription -VMIPS Malta boards (64-bit) ++Vmips p614 - g597 - NV5kc-malta -ss(Vimage ++ss(Vbuild p615 -g574 ++g609 +tp616 +(dp617 - Vhardware ++Vsigned-modules +p618 - VMIPS Malta ++I00 ++sVimage-file +p619 - sVhardware-long ++Vvmlinux +p620 - VMIPS Malta boards - p621 +ss(Vimage - p622 - g597 ++p621 ++g609 NV5kc-malta - p623 - tp624 - (dp625 -p616 -tp617 -(dp618 ++p622 ++tp623 ++(dp624 Vconfigs - p626 - (lp627 -p619 -(lp620 ++p625 ++(lp626 Vkernelarch-mips/config.malta - p628 -p621 ++p627 aVkernelarch-mips/config.mips64r2 - p629 -p622 ++p628 ass(Vdescription - p630 - g597 -p623 -g574 ++p629 ++g609 NVocteon - p631 - tp632 - (dp633 -p624 -tp625 -(dp626 ++p630 ++tp631 ++(dp632 Vhardware - p634 -p627 ++p633 VOcteon - p635 -p628 ++p634 sVhardware-long - p636 -p629 ++p635 VCavium Networks Octeon - p637 -p630 ++p636 ss(Vimage - p638 - g597 -p631 -g574 --NVocteon - p639 - tp640 - (dp641 -p632 -tp633 -(dp634 --Vconfigs -p635 -(lp636 -Vkernelarch-mips/config.octeon + p637 -ass(g183 -g574 -g153 ++g609 + tp638 + (dp639 -g186 -(lp640 -V4kc-malta ++Vinstall-stem ++p640 ++Vvmlinux + p641 -aV5kc-malta ++ss(Vdescription p642 - (lp643 - Vkernelarch-mips/config.octeon - p644 - ass(g181 - g597 - g151 - tp645 - (dp646 - g184 - (lp647 - V5kc-malta -aVocteon ++g609 ++NV5kc-malta + p643 -asg190 -I01 -ss(Vbase -p644 -Vmips64 -p645 -tp646 -(dp647 -Vkernel-arch ++tp644 ++(dp645 ++Vhardware ++p646 ++VMIPS Malta ++p647 ++sVhardware-long p648 - aVocteon -Vmips ++VMIPS Malta boards p649 - asg188 - I01 - ss(Vbase -sg151 -(lp650 -g153 -ass(Vbuild ++ss(Vimage +p650 - Vmips64el ++g609 ++NVocteon p651 -g645 tp652 (dp653 - Vkernel-arch -Vimage-file ++Vconfigs p654 - Vmips -Vvmlinux --p655 - sg149 - (lp656 -sVsigned-modules ++(lp655 ++Vkernelarch-mips/config.octeon + p656 -I00 -ss(Vimage -p657 -g645 -tp658 -(dp659 -Vinstall-stem ++ass(g183 ++g609 +g151 - ass(Vbuild - p657 - g651 - tp658 - (dp659 - Vimage-file ++tp657 ++(dp658 ++g186 ++(lp659 ++V5kc-malta p660 --Vvmlinux ++aVocteon p661 - sVsigned-modules -ss(Vdescription ++asg190 ++I01 ++ss(Vbase p662 - I00 - ss(Vimage -g645 -NV5kc-malta ++Vmips64el p663 - g651 tp664 (dp665 - Vinstall-stem -Vhardware --p666 - Vvmlinux -VMIPS Malta ++g149 ++(lp666 ++g151 ++asVkernel-arch p667 - ss(Vdescription -sVhardware-long ++Vmips p668 - g651 - NV5kc-malta -VMIPS Malta boards -p669 + ss(Vimage +p669 - tp670 - (dp671 - Vhardware - p672 - VMIPS Malta ++g663 ++NVloongson-3 + p670 -g645 ++tp671 ++(dp672 ++Vconfigs +p673 - sVhardware-long - p674 - VMIPS Malta boards ++(lp674 ++Vkernelarch-mips/config.loongson-3 +p675 - ss(Vimage ++ass(Vbuild +p676 - g651 - NV5kc-malta - p677 - tp678 - (dp679 - Vconfigs ++g663 ++tp677 ++(dp678 ++Vsigned-modules ++p679 ++I00 ++sVimage-file +p680 - (lp681 - Vkernelarch-mips/config.malta ++Vvmlinux ++p681 ++ss(Vimage +p682 - aVkernelarch-mips/config.mips64r2 ++g663 + NV5kc-malta -p671 -tp672 -(dp673 +p683 - ass(Vdescription - p684 - g651 - NVloongson-3 - p685 - tp686 - (dp687 - Vhardware ++tp684 ++(dp685 + Vconfigs -p674 -(lp675 ++p686 ++(lp687 + Vkernelarch-mips/config.malta -p676 +p688 - VLoongson 3A/3B + aVkernelarch-mips/config.mips64r2 -p677 +p689 - sVhardware-long + ass(Vdescription -p678 -g645 +p690 - VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) ++g663 + NVocteon -p679 -tp680 -(dp681 +p691 - ss(Vimage - p692 - g651 - NVloongson-3 - p693 - tp694 - (dp695 - Vconfigs ++tp692 ++(dp693 + Vhardware -p682 ++p694 + VOcteon -p683 ++p695 + sVhardware-long -p684 -VCavium Networks Octeon -p685 -ss(Vimage -p686 -g645 -NVocteon -p687 -tp688 -(dp689 -Vconfigs -p690 -(lp691 -Vkernelarch-mips/config.octeon -p692 -ass(g183 -g645 -g153 -tp693 -(dp694 -g186 -(lp695 -V5kc-malta p696 - (lp697 - Vkernelarch-mips/config.loongson-3 -aVocteon ++VCavium Networks Octeon + p697 -asg190 -I01 -ss(Vbase ++ss(Vdescription p698 - ass(Vdescription -Vmips64el ++g663 ++NVloongson-3 p699 - g651 - NVocteon - p700 - tp701 - (dp702 + tp700 + (dp701 -Vkernel-arch +Vhardware + p702 -Vmips ++VLoongson 3A/3B p703 - VOcteon - p704 -sg151 -(lp704 -g153 -ass(Vbuild +sVhardware-long ++p704 ++VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) p705 - VCavium Networks Octeon -g699 -tp706 -(dp707 -Vimage-file -p708 -Vvmlinux -p709 -sVsigned-modules -p710 -I00 + ss(Vimage -p711 -g699 -tp712 -(dp713 +p706 ++g663 ++tp707 ++(dp708 + Vinstall-stem -p714 ++p709 + Vvmlinux -p715 ++p710 + ss(Vdescription -p716 -g699 ++p711 ++g663 + NV5kc-malta -p717 -tp718 -(dp719 ++p712 ++tp713 ++(dp714 + Vhardware -p720 ++p715 + VMIPS Malta -p721 ++p716 + sVhardware-long -p722 ++p717 + VMIPS Malta boards -p723 ++p718 ss(Vimage - p707 - g651 -p724 -g699 -NV5kc-malta ++p719 ++g663 +NVocteon - p708 - tp709 - (dp710 ++p720 ++tp721 ++(dp722 +Vconfigs - p711 - (lp712 ++p723 ++(lp724 +Vkernelarch-mips/config.octeon - p713 - ass(g181 - g651 + p725 ++ass(g183 ++g663 +g151 - tp714 - (dp715 - g184 - (lp716 + tp726 + (dp727 -Vconfigs -p728 -(lp729 -Vkernelarch-mips/config.malta ++g186 ++(lp728 +V5kc-malta - p717 ++p729 +aVloongson-3 - p718 + p730 -aVkernelarch-mips/config.mips64r2 +aVocteon - p719 - asg188 + p731 -ass(Vdescription ++asg190 +I01 +ss(Vbase - p720 - Vmips64r6 - p721 - tp722 - (dp723 - Vkernel-arch - p724 - Vmips - p725 - sg149 - (lp726 - g151 - ass(Vbuild - p727 - g721 - tp728 - (dp729 - Vimage-file - p730 - Vvmlinux - p731 - sVsigned-modules p732 - I00 - ss(Vimage -g699 -NVloongson-3 ++Vmips64r6 p733 - g721 tp734 (dp735 - Vinstall-stem -Vhardware --p736 - Vvmlinux -VLoongson 3A/3B ++g149 ++(lp736 ++g151 ++asVkernel-arch p737 - ss(Vdescription -sVhardware-long ++Vmips p738 - g721 - NVmips64r6 -VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) ++ss(Vbuild p739 -ss(Vimage -p740 -g699 -NVloongson-3 -p741 -tp742 -(dp743 -Vconfigs ++g733 +tp740 +(dp741 - Vhardware ++Vsigned-modules +p742 - VMIPS R6 (64 bit, big endian) ++I00 ++sVimage-file +p743 - sVhardware-long ++Vvmlinux p744 - VMIPS R6 (64 bit, big endian) -(lp745 -Vkernelarch-mips/config.loongson-3 -p746 -ass(Vdescription -p747 -g699 -NVocteon ++ss(Vimage +p745 ++g733 ++tp746 ++(dp747 ++Vinstall-stem + p748 -tp749 -(dp750 -Vhardware ++Vvmlinux ++p749 +ss(Vimage - p746 - g721 ++p750 ++g733 +NVmips64r6 - p747 - tp748 - (dp749 + p751 -VOcteon -p752 -sVhardware-long -p753 -VCavium Networks Octeon ++tp752 ++(dp753 +Vconfigs - p750 - (lp751 + p754 -ss(Vimage -p755 -g699 -NVocteon ++(lp755 +Vkernelarch-mips/config.malta - p752 + p756 -tp757 -(dp758 -Vconfigs +aVkernelarch-mips/config.mips64r6 - p753 - ass(g181 - g721 - g151 - tp754 - (dp755 - g184 - (lp756 - Vmips64r6 +p757 - asg188 - I01 - ss(Vbase ++ass(Vdescription +p758 - Vmips64r6el ++g733 ++NVmips64r6 p759 -(lp760 -Vkernelarch-mips/config.octeon -p761 -ass(g183 -g699 -g153 -tp762 -(dp763 -g186 -(lp764 -V5kc-malta +tp760 +(dp761 - Vkernel-arch ++Vhardware +p762 - Vmips ++VMIPS R6 (64 bit, big endian) +p763 - sg149 - (lp764 - g151 - ass(Vbuild ++sVhardware-long ++p764 ++VMIPS R6 (64 bit, big endian) p765 - g759 -aVloongson-3 -p766 -aVocteon -p767 ++ss(g183 ++g733 ++g151 +tp766 +(dp767 - Vimage-file - p768 - Vvmlinux ++g186 ++(lp768 ++Vmips64r6 +p769 - sVsigned-modules + asg190 + I01 + ss(Vbase -p768 -Vmips64r6 -p769 -tp770 -(dp771 -Vkernel-arch -p772 -Vmips -p773 -sg151 +p770 - I00 - ss(Vimage ++Vmips64r6el +p771 - g759 +tp772 +(dp773 - Vinstall-stem - p774 - Vvmlinux ++g149 + (lp774 -g153 -ass(Vbuild ++g151 ++asVkernel-arch p775 - ss(Vdescription -g769 -tp776 -(dp777 -Vimage-file -p778 -Vvmlinux -p779 -sVsigned-modules -p780 -I00 ++Vmips +p776 - g759 - NVmips64r6el + ss(Vimage +p777 - tp778 - (dp779 - Vhardware - p780 - VMIPS R6 (64 bit, little endian) ++g771 ++NVmips64r6el ++p778 ++tp779 ++(dp780 ++Vconfigs p781 - sVhardware-long - p782 - VMIPS R6 (64 bit, little endian) -g769 -tp782 -(dp783 -Vinstall-stem ++(lp782 ++Vkernelarch-mips/config.malta +p783 - ss(Vimage ++aVkernelarch-mips/config.mips64r6 p784 - g759 - NVmips64r6el -Vvmlinux ++ass(Vbuild p785 -ss(Vdescription -p786 -g769 -NVmips64r6 -p787 -tp788 -(dp789 -Vhardware ++g771 +tp786 +(dp787 - Vconfigs ++Vsigned-modules +p788 - (lp789 - Vkernelarch-mips/config.malta ++I00 ++sVimage-file ++p789 ++Vvmlinux p790 - aVkernelarch-mips/config.mips64r6 -VMIPS R6 (64 bit, big endian) ++ss(Vdescription p791 - ass(g181 - g759 - g151 - tp792 - (dp793 - g184 - (lp794 - Vmips64r6el -sVhardware-long ++g771 ++NVmips64r6el + p792 -VMIPS R6 (64 bit, big endian) -p793 -ss(Vimage -p794 -g769 -NVmips64r6 ++tp793 ++(dp794 ++Vhardware p795 - asg188 - I01 - ss(Vbase -tp796 -(dp797 -Vconfigs ++VMIPS R6 (64 bit, little endian) +p796 - Vmipsel ++sVhardware-long +p797 - tp798 - (dp799 - Vkernel-arch - p800 - Vmips - p801 - sg149 - (lp802 - g151 - ass(Vbuild ++VMIPS R6 (64 bit, little endian) + p798 -(lp799 -Vkernelarch-mips/config.malta -p800 -aVkernelarch-mips/config.mips64r6 -p801 -ass(g183 -g769 -g153 -tp802 -(dp803 ++ss(Vimage ++p799 ++g771 ++tp800 ++(dp801 ++Vinstall-stem ++p802 ++Vvmlinux +p803 - g797 ++ss(g183 ++g771 ++g151 +tp804 +(dp805 - Vimage-file - p806 - Vvmlinux + g186 -(lp804 -Vmips64r6 -p805 ++(lp806 ++Vmips64r6el +p807 - sVsigned-modules + asg190 + I01 + ss(Vbase -p806 -Vmips64r6el -p807 -tp808 -(dp809 -Vkernel-arch -p810 -Vmips -p811 -sg151 +p808 - I00 - ss(Vimage ++Vmipsel +p809 - g797 +tp810 +(dp811 - Vinstall-stem - p812 - Vvmlinux ++g149 + (lp812 -g153 -ass(Vbuild ++g151 ++asVkernel-arch p813 - ss(Vdescription -g807 -tp814 -(dp815 -Vimage-file -p816 -Vvmlinux -p817 -sVsigned-modules -p818 -I00 ++Vmips +p814 - g797 - NV4kc-malta + ss(Vimage +p815 - tp816 - (dp817 - Vhardware - p818 - VMIPS Malta ++g809 ++NVloongson-3 ++p816 ++tp817 ++(dp818 ++Vconfigs p819 - sVhardware-long - p820 - VMIPS Malta boards -g807 -tp820 -(dp821 -Vinstall-stem ++(lp820 ++Vkernelarch-mips/config.loongson-3 +p821 - ss(Vimage ++ass(Vbuild p822 - g797 - NV4kc-malta -Vvmlinux --p823 - tp824 - (dp825 - Vconfigs -ss(Vdescription -p824 -g807 -NVmips64r6el ++g809 ++tp823 ++(dp824 ++Vsigned-modules + p825 -tp826 -(dp827 -Vhardware ++I00 ++sVimage-file +p826 - (lp827 - Vkernelarch-mips/config.malta ++Vvmlinux ++p827 ++ss(Vimage p828 - aVkernelarch-mips/config.mips32r2 -VMIPS R6 (64 bit, little endian) ++g809 ++NV4kc-malta p829 - ass(Vdescription -sVhardware-long --p830 - g797 - NV5kc-malta -VMIPS R6 (64 bit, little endian) --p831 - tp832 - (dp833 - Vhardware -ss(Vimage -p832 -g807 -NVmips64r6el -p833 -tp834 -(dp835 ++tp830 ++(dp831 + Vconfigs ++p832 ++(lp833 ++Vkernelarch-mips/config.malta +p834 - VMIPS Malta (64-bit) ++aVkernelarch-mips/config.mips32r2 +p835 - sVhardware-long ++ass(Vimage p836 - VMIPS Malta boards (64-bit) - p837 - ss(Vimage - p838 - g797 -(lp837 ++g809 +NV5kc-malta - p839 - tp840 - (dp841 ++p837 ++tp838 ++(dp839 +Vconfigs - p842 - (lp843 ++p840 ++(lp841 Vkernelarch-mips/config.malta - p844 -p838 -aVkernelarch-mips/config.mips64r6 -p839 -ass(g183 -g807 -g153 -tp840 -(dp841 -g186 -(lp842 -Vmips64r6el ++p842 +aVkernelarch-mips/config.mips64r2 - p845 + p843 -asg190 -I01 -ss(Vbase +ass(Vdescription - p846 - g797 - NVloongson-3 - p847 - tp848 - (dp849 + p844 -Vmipsel ++g809 ++NVocteon + p845 + tp846 + (dp847 -Vkernel-arch +Vhardware + p848 -Vmips ++VOcteon + p849 -sg151 -(lp850 -g153 -ass(Vbuild ++sVhardware-long +p850 - VLoongson 3A/3B ++VCavium Networks Octeon p851 - sVhardware-long -g845 -tp852 -(dp853 -Vimage-file -p854 -Vvmlinux -p855 -sVsigned-modules ++ss(Vdescription +p852 - VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) - p853 - ss(Vimage - p854 - g797 ++g809 +NVloongson-3 - p855 - tp856 - (dp857 - Vconfigs ++p853 ++tp854 ++(dp855 ++Vhardware + p856 -I00 -ss(Vimage ++VLoongson 3A/3B + p857 -g845 -tp858 -(dp859 -Vinstall-stem ++sVhardware-long +p858 - (lp859 - Vkernelarch-mips/config.loongson-3 ++VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) ++p859 ++ss(Vimage p860 - ass(Vdescription - p861 - g797 -Vvmlinux ++g809 +NVocteon - p862 - tp863 - (dp864 - Vhardware - p865 - VOcteon + p861 -ss(Vdescription -p862 -g845 -NV4kc-malta -p863 -tp864 -(dp865 -Vhardware ++tp862 ++(dp863 ++Vconfigs ++p864 ++(lp865 ++Vkernelarch-mips/config.octeon p866 - sVhardware-long -VMIPS Malta ++ass(Vimage p867 - VCavium Networks Octeon -sVhardware-long --p868 - ss(Vimage -VMIPS Malta boards --p869 - g797 - NVocteon -ss(Vimage ++g809 ++tp868 ++(dp869 ++Vinstall-stem p870 - tp871 - (dp872 - Vconfigs -g845 -NV4kc-malta ++Vvmlinux + p871 -tp872 -(dp873 -Vconfigs -p874 -(lp875 -Vkernelarch-mips/config.malta ++ss(Vdescription ++p872 ++g809 ++NV5kc-malta +p873 - (lp874 - Vkernelarch-mips/config.octeon - p875 - ass(g181 - g797 - g151 - tp876 - (dp877 - g184 - (lp878 - V4kc-malta ++tp874 ++(dp875 ++Vhardware + p876 -aVkernelarch-mips/config.mips32r2 ++VMIPS Malta (64-bit) + p877 -ass(Vdescription ++sVhardware-long + p878 -g845 -NV5kc-malta ++VMIPS Malta boards (64-bit) p879 - aV5kc-malta -tp880 -(dp881 ++ss(Vdescription +p880 - aVloongson-3 ++g809 ++NV4kc-malta +p881 - aVocteon - p882 - asg188 - I01 - ss(Vbase - p883 - Vmipsn32 ++tp882 ++(dp883 + Vhardware -p882 -VMIPS Malta (64-bit) -p883 -sVhardware-long p884 - tp885 - (dp886 - Vkernel-arch -VMIPS Malta boards (64-bit) ++VMIPS Malta + p885 -ss(Vimage ++sVhardware-long + p886 -g845 -NV5kc-malta ++VMIPS Malta boards p887 - Vmips - p888 - sVfeaturesets - p889 ++ss(g183 ++g809 ++g151 + tp888 + (dp889 -Vconfigs -p890 -(lp891 -Vkernelarch-mips/config.malta ++g186 +(lp890 - ss(Vbase ++V4kc-malta +p891 - Vmipsn32el ++aV5kc-malta p892 - tp893 - (dp894 - Vkernel-arch -aVkernelarch-mips/config.mips64r2 ++aVloongson-3 + p893 -ass(Vdescription ++aVocteon + p894 -g845 -NVloongson-3 ++asg190 ++I01 ++ss(Vbase p895 - Vmips -tp896 -(dp897 -Vhardware -p898 -VLoongson 3A/3B ++Vmipsn32 +p896 - sVfeaturesets - p897 - (lp898 - ss(Vbase ++tp897 ++(dp898 ++Vfeaturesets p899 - Vmipsn32r6 -sVhardware-long --p900 - tp901 - (dp902 - Vkernel-arch - p903 -VLoongson 3A or 3B based systems (e.g. from Loongson or Lemote) ++(lp900 ++sVkernel-arch + p901 -ss(Vimage +Vmips - p904 - sVfeaturesets - p905 - (lp906 + p902 -g845 -NVloongson-3 +ss(Vbase + p903 -tp904 -(dp905 -Vconfigs -p906 -(lp907 -Vkernelarch-mips/config.loongson-3 -p908 -ass(Vdescription ++Vmipsn32el ++p904 ++tp905 ++(dp906 ++Vfeaturesets +p907 - Vmipsn32r6el - p908 - tp909 - (dp910 - Vkernel-arch - p911 ++(lp908 ++sVkernel-arch + p909 -g845 -NVocteon +Vmips - p912 - sVfeaturesets - p913 - (lp914 + p910 -tp911 -(dp912 -Vhardware -p913 -VOcteon -p914 -sVhardware-long +ss(Vbase ++p911 ++Vmipsn32r6 ++p912 ++tp913 ++(dp914 ++Vfeaturesets p915 - Vmipsr6 -VCavium Networks Octeon --p916 - tp917 - (dp918 - Vkernel-arch - p919 -ss(Vimage ++(lp916 ++sVkernel-arch + p917 -g845 -NVocteon +Vmips + p918 -tp919 -(dp920 -Vconfigs -p921 -(lp922 -Vkernelarch-mips/config.octeon ++ss(Vbase ++p919 ++Vmipsn32r6el +p920 - sg149 - (lp921 - g151 - ass(Vbuild - p922 - g916 - tp923 - (dp924 - Vimage-file ++tp921 ++(dp922 ++Vfeaturesets + p923 -ass(g183 -g845 -g153 -tp924 -(dp925 -g186 -(lp926 -V4kc-malta ++(lp924 ++sVkernel-arch +p925 - Vvmlinux ++Vmips +p926 - sVsigned-modules ++ss(Vbase p927 - I00 - ss(Vimage -aV5kc-malta ++Vmipsr6 p928 - g916 -aVloongson-3 -p929 -aVocteon -p930 -asg190 -I01 -ss(Vbase -p931 -Vmipsn32 +tp929 +(dp930 - Vinstall-stem - p931 - Vvmlinux ++g149 ++(lp931 ++g151 ++asVkernel-arch p932 - ss(Vdescription -tp933 -(dp934 -Vkernel-arch -p935 + Vmips -p936 -sVfeaturesets +p933 - g916 - NVmips32r6 ++ss(Vbuild +p934 ++g928 +tp935 +(dp936 - Vhardware ++Vsigned-modules p937 - VMIPS R6 (32 bit, big endian) -(lp938 -ss(Vbase ++I00 ++sVimage-file +p938 - sVhardware-long ++Vvmlinux p939 - VMIPS R6 (32 bit, big endian) -Vmipsn32el ++ss(Vdescription p940 - ss(Vimage - p941 - g916 -tp941 -(dp942 -Vkernel-arch -p943 -Vmips ++g928 +NVmips32r6 - p942 - tp943 - (dp944 - Vconfigs ++p941 ++tp942 ++(dp943 ++Vhardware + p944 -sVfeaturesets ++VMIPS R6 (32 bit, big endian) p945 --(lp946 - Vkernelarch-mips/config.malta -ss(Vbase ++sVhardware-long ++p946 ++VMIPS R6 (32 bit, big endian) p947 - aVkernelarch-mips/config.mips32r6 -Vmipsn32r6 ++ss(Vdescription p948 - ass(Vdescription - p949 - g916 -tp949 -(dp950 -Vkernel-arch -p951 -Vmips ++g928 +NVmips64r6 - p950 - tp951 - (dp952 ++p949 ++tp950 ++(dp951 +Vhardware - p953 + p952 -sVfeaturesets +VMIPS R6 (64 bit, big endian) - p954 + p953 -(lp954 -ss(Vbase +sVhardware-long - p955 ++p954 +VMIPS R6 (64 bit, big endian) - p956 + p955 -Vmipsn32r6el +ss(Vimage - p957 - g916 + p956 -tp957 -(dp958 -Vkernel-arch -p959 -Vmips ++g928 +NVmips64r6 - p958 - tp959 - (dp960 ++p957 ++tp958 ++(dp959 +Vconfigs - p961 - (lp962 + p960 -sVfeaturesets -p961 -(lp962 -ss(Vbase ++(lp961 +Vkernelarch-mips/config.malta - p963 ++p962 +aVkernelarch-mips/config.mips64r6 + p963 -Vmipsr6 ++ass(Vimage p964 - ass(g181 - g916 - g151 ++g928 tp965 (dp966 - g184 - (lp967 - Vmips32r6 -Vkernel-arch ++Vinstall-stem + p967 -Vmips ++Vvmlinux p968 - aVmips64r6 -sg151 -(lp969 -g153 -ass(Vbuild ++ss(Vimage +p969 - asg188 - I01 - ss(Vbase ++g928 ++NVmips32r6 p970 - Vmipsr6el - p971 - tp972 - (dp973 - Vkernel-arch - p974 - Vmips -g964 + tp971 + (dp972 -Vimage-file ++Vconfigs + p973 -Vvmlinux -p974 -sVsigned-modules ++(lp974 ++Vkernelarch-mips/config.malta p975 - sg149 - (lp976 -I00 -ss(Vimage ++aVkernelarch-mips/config.mips32r6 + p976 -g964 ++ass(g183 ++g928 +g151 - ass(Vbuild - p977 - g971 - tp978 - (dp979 - Vimage-file + tp977 + (dp978 -Vinstall-stem -p979 -Vvmlinux ++g186 ++(lp979 ++Vmips32r6 p980 - Vvmlinux -ss(Vdescription ++aVmips64r6 p981 - sVsigned-modules -g964 -NVmips32r6 ++asg190 ++I01 ++ss(Vbase p982 - I00 - ss(Vimage -tp983 -(dp984 -Vhardware -p985 -VMIPS R6 (32 bit, big endian) -p986 -sVhardware-long ++Vmipsr6el +p983 - g971 +tp984 +(dp985 - Vinstall-stem - p986 - Vvmlinux ++g149 ++(lp986 ++g151 ++asVkernel-arch p987 - ss(Vdescription -VMIPS R6 (32 bit, big endian) ++Vmips p988 - g971 - NVmips32r6el + ss(Vimage p989 - tp990 - (dp991 - Vhardware - p992 - VMIPS R6 (32 bit, little endian) -g964 -NVmips32r6 ++g983 ++NVmips32r6el + p990 + tp991 + (dp992 + Vconfigs p993 - sVhardware-long - p994 - VMIPS R6 (32 bit, little endian) + (lp994 + Vkernelarch-mips/config.malta p995 - ss(Vimage + aVkernelarch-mips/config.mips32r6 p996 - g971 - NVmips32r6el + ass(Vdescription p997 - tp998 - (dp999 - Vconfigs - p1000 - (lp1001 - Vkernelarch-mips/config.malta -g964 -NVmips64r6 ++g983 ++NVmips64r6el + p998 + tp999 + (dp1000 + Vhardware + p1001 -VMIPS R6 (64 bit, big endian) ++VMIPS R6 (64 bit, little endian) p1002 - aVkernelarch-mips/config.mips32r6 + sVhardware-long p1003 - ass(Vdescription -VMIPS R6 (64 bit, big endian) ++VMIPS R6 (64 bit, little endian) p1004 - g971 - NVmips64r6el -ss(Vimage ++ss(Vdescription p1005 - tp1006 - (dp1007 -g964 -NVmips64r6 ++g983 ++NVmips32r6el + p1006 + tp1007 + (dp1008 -Vconfigs +Vhardware - p1008 - VMIPS R6 (64 bit, little endian) p1009 - sVhardware-long -(lp1010 -Vkernelarch-mips/config.malta ++VMIPS R6 (32 bit, little endian) +p1010 - VMIPS R6 (64 bit, little endian) ++sVhardware-long p1011 - ss(Vimage -aVkernelarch-mips/config.mips64r6 ++VMIPS R6 (32 bit, little endian) p1012 - g971 - NVmips64r6el -ass(g183 -g964 -g153 -tp1013 -(dp1014 -g186 -(lp1015 -Vmips32r6 -p1016 -aVmips64r6 -p1017 -asg190 -I01 -ss(Vbase -p1018 -Vmipsr6el ++ss(Vimage +p1013 - tp1014 - (dp1015 ++g983 ++NVmips64r6el ++p1014 ++tp1015 ++(dp1016 +Vconfigs - p1016 - (lp1017 ++p1017 ++(lp1018 +Vkernelarch-mips/config.malta - p1018 - aVkernelarch-mips/config.mips64r6 p1019 - ass(g181 - g971 - g151 --tp1020 --(dp1021 - g184 - (lp1022 - Vmips32r6el -Vkernel-arch -p1022 -Vmips --p1023 - aVmips64r6el -sg151 -(lp1024 -g153 ++aVkernelarch-mips/config.mips64r6 ++p1020 + ass(Vbuild ++p1021 ++g983 ++tp1022 ++(dp1023 ++Vsigned-modules +p1024 - asg188 - I01 - ss(Vbase ++I00 ++sVimage-file p1025 - Vpowerpc -g1019 -tp1026 -(dp1027 -Vimage-file -p1028 + Vvmlinux -p1029 -sVsigned-modules -p1030 -I00 +p1026 - tp1027 - (dp1028 - Vkernel-arch - p1029 - Vpowerpc + ss(Vimage ++p1027 ++g983 ++tp1028 ++(dp1029 ++Vinstall-stem +p1030 - sg149 - (lp1031 ++Vvmlinux + p1031 -g1019 ++ss(g183 ++g983 +g151 - ass(Vbuild - p1032 - g1026 - tp1033 - (dp1034 - Vimage-file + tp1032 + (dp1033 -Vinstall-stem -p1034 -Vvmlinux ++g186 ++(lp1034 ++Vmips32r6el p1035 - Vvmlinux -ss(Vdescription ++aVmips64r6el p1036 - sVvdso - p1037 -g1019 -NVmips32r6el ++asg190 +I01 - ss(Vimage ++ss(Vbase + p1037 -tp1038 -(dp1039 -Vhardware -p1040 -VMIPS R6 (32 bit, little endian) -p1041 -sVhardware-long ++Vpowerpc +p1038 - g1026 +tp1039 +(dp1040 - Vconfigs - p1041 - (lp1042 - sVsuggests ++g149 ++(lp1041 ++g151 ++asVkernel-arch + p1042 -VMIPS R6 (32 bit, little endian) ++Vpowerpc p1043 - Vmkvmlinuz -ss(Vimage ++ss(Vdescription p1044 - sVinstall-stem -g1019 -NVmips32r6el ++g1038 ++NVpowerpc64 p1045 - Vvmlinux - p1046 - ss(Vdescription - p1047 - g1026 - NVpowerpc - p1048 - tp1049 - (dp1050 + tp1046 + (dp1047 -Vconfigs +Vhardware - p1051 - Vuniprocessor 32-bit PowerPC - p1052 - ss(Vdescription + p1048 -(lp1049 -Vkernelarch-mips/config.malta ++V64-bit PowerPC ++p1049 ++ss(Vbuild + p1050 -aVkernelarch-mips/config.mips32r6 -p1051 -ass(Vdescription -p1052 -g1019 -NVmips64r6el ++g1038 ++tp1051 ++(dp1052 ++Vvdso p1053 - g1026 - NVpowerpc-smp -tp1054 -(dp1055 -Vhardware ++I01 ++sVimage-file +p1054 - tp1055 - (dp1056 - Vhardware - p1057 - Vmultiprocessor 32-bit PowerPC - p1058 ++Vvmlinux ++p1055 +ss(Vimage - p1059 - g1026 + p1056 -VMIPS R6 (64 bit, little endian) ++g1038 +NVpowerpc-smp - p1060 - tp1061 - (dp1062 + p1057 -sVhardware-long -p1058 -VMIPS R6 (64 bit, little endian) -p1059 -ss(Vimage -p1060 -g1019 -NVmips64r6el -p1061 -tp1062 -(dp1063 ++tp1058 ++(dp1059 Vconfigs - p1063 - (lp1064 ++p1060 ++(lp1061 +Vpowerpc/config.powerpc - p1065 ++p1062 +aVpowerpc/config.powerpc-smp - p1066 ++p1063 +ass(Vdescription - p1067 - g1026 - NVpowerpc64 - p1068 - tp1069 - (dp1070 + p1064 -(lp1065 -Vkernelarch-mips/config.malta -p1066 -aVkernelarch-mips/config.mips64r6 -p1067 -ass(g183 -g1019 -g153 -tp1068 -(dp1069 -g186 -(lp1070 -Vmips32r6el ++g1038 ++NVpowerpc ++p1065 ++tp1066 ++(dp1067 +Vhardware - p1071 - V64-bit PowerPC - p1072 ++p1068 ++Vuniprocessor 32-bit PowerPC ++p1069 +ss(Vimage - p1073 - g1026 ++p1070 ++g1038 +NVpowerpc64 - p1074 - tp1075 - (dp1076 + p1071 -aVmips64r6el -p1072 -asg190 -I01 -ss(Vbase -p1073 -Vpowerpc ++tp1072 ++(dp1073 +Vconfigs - p1077 - (lp1078 + p1074 -tp1075 -(dp1076 -Vkernel-arch ++(lp1075 +Vkernelarch-powerpc/config-arch-64 - p1079 ++p1076 +aVkernelarch-powerpc/config-arch-64-be - p1080 - ass(g181 - g1026 - g151 - tp1081 - (dp1082 - g184 - (lp1083 - Vpowerpc + p1077 -Vpowerpc ++ass(Vdescription + p1078 -sg151 -(lp1079 -g153 -ass(Vbuild -p1080 -g1074 -tp1081 -(dp1082 -Vimage-file ++g1038 ++NVpowerpc-smp ++p1079 ++tp1080 ++(dp1081 ++Vhardware ++p1082 ++Vmultiprocessor 32-bit PowerPC + p1083 -Vvmlinux -p1084 -sVvdso -p1085 -I01 + ss(Vimage -p1086 -g1074 -tp1087 -(dp1088 -Vconfigs -p1089 -(lp1090 -sVsuggests -p1091 +p1084 - aVpowerpc-smp - p1085 - aVpowerpc64 - p1086 - asg188 - I01 - ss(Vbase ++g1038 ++tp1085 ++(dp1086 ++Vsuggests +p1087 - Vpowerpcspe + Vmkvmlinuz -p1092 +p1088 - tp1089 - (dp1090 - Vkernel-arch + sVinstall-stem -p1093 ++p1089 + Vvmlinux -p1094 -ss(Vdescription -p1095 -g1074 -NVpowerpc ++p1090 ++sVconfigs +p1091 - Vpowerpc - p1092 - sg149 - (lp1093 ++(lp1092 ++ss(g183 ++g1038 +g151 - ass(Vbuild - p1094 - g1088 - tp1095 - (dp1096 - Vimage-file ++tp1093 ++(dp1094 ++g186 ++(lp1095 ++Vpowerpc + p1096 -tp1097 -(dp1098 -Vhardware ++aVpowerpc-smp +p1097 - Vvmlinux ++aVpowerpc64 +p1098 - sVsigned-modules ++asg190 ++I01 ++ss(Vbase p1099 -Vuniprocessor 32-bit PowerPC ++Vpowerpcspe + p1100 -ss(Vdescription -p1101 -g1074 -NVpowerpc-smp -p1102 -tp1103 -(dp1104 -Vhardware ++tp1101 ++(dp1102 ++g149 ++(lp1103 ++g151 ++asVkernel-arch ++p1104 ++Vpowerpc + p1105 -Vmultiprocessor 32-bit PowerPC ++ss(Vbuild + p1106 -ss(Vimage -p1107 -g1074 -NVpowerpc-smp -p1108 -tp1109 -(dp1110 -Vconfigs ++g1100 ++tp1107 ++(dp1108 ++Vsigned-modules ++p1109 +I00 ++sVimage-file ++p1110 ++Vvmlinux + p1111 -(lp1112 -Vpowerpc/config.powerpc +sVvdso - p1100 ++p1112 +I01 +ss(Vimage - p1101 - g1088 - tp1102 - (dp1103 + p1113 -aVpowerpc/config.powerpc-smp -p1114 -ass(Vdescription -p1115 -g1074 -NVpowerpc64 ++g1100 ++tp1114 ++(dp1115 +Vsuggests - p1104 + p1116 -tp1117 -(dp1118 -Vhardware +Vmkvmlinuz - p1105 ++p1117 +sVinstall-stem - p1106 ++p1118 +Vvmlinux - p1107 + p1119 -V64-bit PowerPC +ss(Vdescription - p1108 - g1088 - tp1109 - (dp1110 + p1120 -ss(Vimage -p1121 -g1074 -NVpowerpc64 -p1122 -tp1123 -(dp1124 -Vconfigs -p1125 -(lp1126 -Vkernelarch-powerpc/config-arch-64 -p1127 -aVkernelarch-powerpc/config-arch-64-be -p1128 -ass(g183 -g1074 -g153 -tp1129 -(dp1130 ++g1100 ++tp1121 ++(dp1122 +Vhardware - p1111 ++p1123 +V32-bit PowerPC with SPE (instead of AltiVec) with SMP support - p1112 - ss(g181 - g1088 - g151 - tp1113 - (dp1114 - g184 - (lp1115 - Vpowerpcspe - p1116 - asg188 - I01 - ss(Vbase - p1117 - Vppc64 - p1118 - tp1119 - (dp1120 - Vkernel-arch - p1121 - Vpowerpc - p1122 - sg149 - (lp1123 - g151 - ass(Vbuild +p1124 - g1118 ++ss(g183 ++g1100 ++g151 +tp1125 +(dp1126 - Vimage-file - p1127 - Vvmlinux + g186 -(lp1131 -Vpowerpc -p1132 -aVpowerpc-smp -p1133 -aVpowerpc64 -p1134 ++(lp1127 ++Vpowerpcspe +p1128 - sVsigned-modules + asg190 + I01 + ss(Vbase +p1129 - I00 - sVvdso ++Vppc64 +p1130 - I01 - ss(Vimage - p1131 - g1118 - tp1132 - (dp1133 - Vconfigs ++tp1131 ++(dp1132 ++g149 ++(lp1133 ++g151 ++asVkernel-arch +p1134 - (lp1135 - sVsuggests - p1136 - Vmkvmlinuz - p1137 - sVinstall-stem - p1138 - Vvmlinux - p1139 ++Vpowerpc + p1135 -Vpowerpcspe +ss(Vdescription - p1140 - g1118 + p1136 -tp1137 -(dp1138 -Vkernel-arch -p1139 -Vpowerpc ++g1130 +NVpowerpc64 - p1141 - tp1142 - (dp1143 ++p1137 ++tp1138 ++(dp1139 +Vhardware - p1144 + p1140 -sg151 -(lp1141 -g153 -ass(Vbuild +V64-bit PowerPC ++p1141 ++ss(Vbuild + p1142 -g1136 ++g1130 + tp1143 + (dp1144 -Vimage-file ++Vsigned-modules p1145 - ss(Vimage -Vvmlinux ++I00 ++sVimage-file p1146 - g1118 - NVpowerpc64 -sVsigned-modules ++Vvmlinux p1147 - tp1148 - (dp1149 - Vconfigs -I00 + sVvdso + p1148 + I01 + ss(Vimage + p1149 -g1136 -tp1150 -(dp1151 -Vsuggests -p1152 -Vmkvmlinuz ++g1130 ++NVpowerpc64 +p1150 - (lp1151 ++tp1151 ++(dp1152 ++Vconfigs + p1153 -sVinstall-stem -p1154 -Vvmlinux ++(lp1154 +Vkernelarch-powerpc/config-arch-64 - p1152 + p1155 -ss(Vdescription +aVkernelarch-powerpc/config-arch-64-be - p1153 - ass(g181 - g1118 - g151 - tp1154 - (dp1155 - g184 - (lp1156 - Vpowerpc64 + p1156 -g1136 -tp1157 -(dp1158 -Vhardware -p1159 -V32-bit PowerPC with SPE (instead of AltiVec) with SMP support ++ass(Vimage +p1157 - asg188 - I01 - ss(Vbase - p1158 - Vppc64el - p1159 - tp1160 - (dp1161 - Vkernel-arch ++g1130 ++tp1158 ++(dp1159 ++Vsuggests + p1160 ++Vmkvmlinuz ++p1161 ++sVinstall-stem +p1162 - Vpowerpc ++Vvmlinux +p1163 - sg149 - (lp1164 ++sVconfigs ++p1164 ++(lp1165 + ss(g183 -g1136 -g153 -tp1161 -(dp1162 ++g1130 +g151 - ass(Vbuild - p1165 - g1159 +tp1166 +(dp1167 - Vimage-file - p1168 - Vvmlinux + g186 -(lp1163 -Vpowerpcspe -p1164 ++(lp1168 ++Vpowerpc64 +p1169 - sVvdso - p1170 + asg190 I01 - ss(Vimage + ss(Vbase -p1165 -Vppc64 -p1166 -tp1167 -(dp1168 -Vkernel-arch -p1169 -Vpowerpc + p1170 -sg151 -(lp1171 -g153 -ass(Vbuild -p1172 -g1166 -tp1173 -(dp1174 -Vimage-file ++Vppc64el +p1171 - g1159 +tp1172 +(dp1173 - Vconfigs - p1174 - (lp1175 - sVsuggests ++g149 ++(lp1174 ++g151 ++asVkernel-arch + p1175 -Vvmlinux ++Vpowerpc p1176 - Vmkvmlinuz - p1177 - sVinstall-stem - p1178 - Vvmlinux - p1179 -sVsigned-modules +ss(Vdescription - p1180 - g1159 + p1177 -I00 -sVvdso ++g1171 +NVpowerpc64le - p1181 - tp1182 - (dp1183 + p1178 -I01 -ss(Vimage -p1179 -g1166 -tp1180 -(dp1181 -Vconfigs ++tp1179 ++(dp1180 +Vhardware - p1184 ++p1181 +VLittle-endian 64-bit PowerPC - p1185 - ss(Vimage + p1182 -(lp1183 -sVsuggests -p1184 -Vmkvmlinuz -p1185 -sVinstall-stem ++ss(Vbuild ++p1183 ++g1171 ++tp1184 ++(dp1185 ++Vvdso p1186 - g1159 - NVpowerpc64le -Vvmlinux ++I01 ++sVimage-file p1187 - tp1188 - (dp1189 - Vconfigs - p1190 - (lp1191 - Vkernelarch-powerpc/config-arch-64 -ss(Vdescription ++Vvmlinux + p1188 -g1166 -NVpowerpc64 ++ss(Vimage + p1189 ++g1171 + tp1190 + (dp1191 -Vhardware ++Vsuggests p1192 - aVkernelarch-powerpc/config-arch-64-le -V64-bit PowerPC ++Vmkvmlinuz p1193 - ass(g181 - g1159 - g151 - tp1194 - (dp1195 - g184 - (lp1196 - Vpowerpc64le - p1197 - asg188 - I01 - ss(Vbase -ss(Vimage ++sVinstall-stem + p1194 -g1166 -NVpowerpc64 ++Vvmlinux + p1195 -tp1196 -(dp1197 -Vconfigs ++sVconfigs ++p1196 ++(lp1197 ++ss(Vimage p1198 - Vs390 -(lp1199 ++g1171 ++NVpowerpc64le +p1199 +tp1200 +(dp1201 - Vkernel-arch ++Vconfigs +p1202 - Vs390 - p1203 - sVfeaturesets ++(lp1203 + Vkernelarch-powerpc/config-arch-64 -p1200 -aVkernelarch-powerpc/config-arch-64-be -p1201 +p1204 - (lp1205 ++aVkernelarch-powerpc/config-arch-64-le ++p1205 + ass(g183 -g1166 -g153 -tp1202 -(dp1203 ++g1171 ++g151 ++tp1206 ++(dp1207 + g186 -(lp1204 -Vpowerpc64 -p1205 ++(lp1208 ++Vpowerpc64le ++p1209 + asg190 + I01 ss(Vbase --p1206 - Vs390x -Vppc64el --p1207 --tp1208 --(dp1209 --Vkernel-arch p1210 -Vpowerpc +Vs390 p1211 - sg149 -sg151 --(lp1212 - g151 -g153 --ass(Vbuild --p1213 --g1207 --tp1214 --(dp1215 --Vimage-file ++tp1212 ++(dp1213 ++Vfeaturesets ++p1214 ++(lp1215 ++sVkernel-arch p1216 - Varch/s390/boot/image -Vvmlinux ++Vs390 p1217 --sVvdso ++ss(Vbase p1218 --I01 --ss(Vimage ++Vs390x p1219 --g1207 tp1220 (dp1221 - Vbootloaders -Vconfigs --p1222 --(lp1223 - Vs390-tools -sVsuggests ++g149 ++(lp1222 ++g151 ++asVkernel-arch ++p1223 ++Vs390 p1224 - asVinstall-stem -Vmkvmlinuz ++ss(Vdescription p1225 - Vvmlinuz -sVinstall-stem ++g1219 ++NVs390x p1226 - ss(Vrelations -Vvmlinux --p1227 -ss(Vdescription -p1228 --g1207 - tp1228 - (dp1229 - Vheaders%gcc-7 -NVpowerpc64le -p1229 -tp1230 -(dp1231 ++tp1227 ++(dp1228 + Vhardware -p1232 -VLittle-endian 64-bit PowerPC -p1233 -ss(Vimage ++p1229 ++VIBM zSeries +p1230 - Vlinux-compiler-gcc-7-s390 - p1231 +ss(Vbuild - p1232 - g1207 - NVs390x - p1233 - tp1234 - (dp1235 - Vdebug-info - p1236 ++p1231 ++g1219 ++tp1232 ++(dp1233 ++Vvdso + p1234 -g1207 -NVpowerpc64le +I01 - ss(Vdescription ++sVimage-file + p1235 -tp1236 -(dp1237 -Vconfigs ++Varch/s390/boot/image ++p1236 ++ss(Vbuild +p1237 - g1207 ++g1219 +NVs390x p1238 -(lp1239 -Vkernelarch-powerpc/config-arch-64 -p1240 -aVkernelarch-powerpc/config-arch-64-le +tp1239 +(dp1240 - Vhardware ++Vdebug-info p1241 - VIBM zSeries -ass(g183 -g1207 -g153 -tp1242 -(dp1243 -g186 -(lp1244 -Vpowerpc64le -p1245 -asg190 + I01 -ss(Vbase ++ss(Vrelations +p1242 - ss(g181 - g1207 - g151 ++g1219 +tp1243 +(dp1244 - g184 - (lp1245 - Vs390x ++Vheaders%gcc-7 ++p1245 ++Vlinux-compiler-gcc-7-s390 p1246 - asg188 - I01 - ss(Vbase -Vs390 ++ss(Vimage p1247 - Vsh3 - p1248 - tp1249 - (dp1250 - Vkernel-arch ++g1219 + tp1248 + (dp1249 -Vkernel-arch ++Vinstall-stem + p1250 -Vs390 ++Vvmlinuz p1251 - Vsh -sVfeaturesets ++sVbootloaders p1252 - sVfeaturesets - p1253 - (lp1254 + (lp1253 -ss(Vbase ++Vs390-tools + p1254 ++ass(g183 ++g1219 ++g151 ++tp1255 ++(dp1256 ++g186 ++(lp1257 + Vs390x -p1255 -tp1256 -(dp1257 -Vkernel-arch + p1258 -Vs390 ++asg190 ++I01 +ss(Vbase - p1255 - Vsh4 - p1256 - tp1257 - (dp1258 - Vkernel-arch p1259 - Vsh -sg151 -(lp1260 -g153 -ass(Vbuild -p1261 -g1255 -tp1262 -(dp1263 -Vimage-file -p1264 -Varch/s390/boot/image ++Vsh3 +p1260 - sg149 - (lp1261 - g151 - ass(Vbuild - p1262 - g1256 - tp1263 - (dp1264 - Vimage-file ++tp1261 ++(dp1262 ++Vfeaturesets ++p1263 ++(lp1264 ++sVkernel-arch p1265 - Varch/sh/boot/zImage -sVvdso ++Vsh p1266 - sVsigned-modules -I01 -ss(Vimage ++ss(Vbase p1267 - I00 - ss(Vimage -g1255 -tp1268 -(dp1269 -Vbootloaders -p1270 ++Vsh4 +p1268 - g1256 +tp1269 +(dp1270 - Vinstall-stem - p1271 - Vvmlinuz ++g149 + (lp1271 -Vs390-tools ++g151 ++asVkernel-arch p1272 - ss(Vdescription -asVinstall-stem ++Vsh p1273 - g1256 - NVsh7751r -Vvmlinuz ++ss(Vbuild p1274 -ss(Vrelations -p1275 -g1255 -tp1276 -(dp1277 -Vheaders%gcc-7 ++g1268 +tp1275 +(dp1276 - Vhardware ++Vsigned-modules +p1277 - Vsh7751r ++I00 ++sVimage-file p1278 - sVhardware-long -Vlinux-compiler-gcc-7-s390 ++Varch/sh/boot/zImage p1279 - VRenesas SH7751R R2D plus board - p1280 -ss(Vbuild +ss(Vdescription + p1280 -g1255 -NVs390x ++g1268 ++NVsh7751r p1281 - g1256 - NVsh7785lcr - p1282 - tp1283 - (dp1284 + tp1282 + (dp1283 -Vdebug-info +Vhardware + p1284 -I01 -ss(Vdescription ++Vsh7751r p1285 - Vsh7785lcr - p1286 -g1255 -NVs390x +sVhardware-long + p1286 -tp1287 -(dp1288 -Vhardware ++VRenesas SH7751R R2D plus board +p1287 - VRenesas SH7785 reference board ++ss(Vdescription +p1288 - ss(Vimage - p1289 - g1256 ++g1268 +NVsh7785lcr - p1290 - tp1291 - (dp1292 - Vrecommends + p1289 -VIBM zSeries -p1290 -ss(g183 -g1255 -g153 -tp1291 -(dp1292 -g186 -(lp1293 -Vs390x ++tp1290 ++(dp1291 ++Vhardware ++p1292 ++Vsh7785lcr +p1293 - Vu-boot-tools ++sVhardware-long p1294 - sVcheck-size -asg190 -I01 -ss(Vbase ++VRenesas SH7785 reference board p1295 - L4194304L - ss(g181 - g1256 - g151 - tp1296 - (dp1297 - g184 - (lp1298 - Vsh7751r -Vsh3 ++ss(Vimage + p1296 ++g1268 + tp1297 + (dp1298 -Vkernel-arch ++Vinstall-stem p1299 - aVsh7785lcr -Vsh ++Vvmlinuz p1300 - asg188 - I01 - ss(Vbase -sVfeaturesets ++ss(Vimage p1301 - Vsparc -(lp1302 -ss(Vbase -p1303 -Vsh4 -p1304 -tp1305 -(dp1306 -Vkernel-arch ++g1268 ++NVsh7785lcr +p1302 +tp1303 +(dp1304 - Vkernel-arch ++Vrecommends +p1305 - Vsparc ++Vu-boot-tools +p1306 - sVfeaturesets ++sVcheck-size p1307 - (lp1308 -Vsh -p1308 -sg151 -(lp1309 -g153 -ass(Vbuild -p1310 -g1304 -tp1311 -(dp1312 -Vimage-file ++L4194304L ++ss(g183 ++g1268 ++g151 ++tp1308 ++(dp1309 ++g186 ++(lp1310 ++Vsh7751r ++p1311 ++aVsh7785lcr ++p1312 ++asg190 ++I01 +ss(Vbase - p1309 - Vsparc64 - p1310 - tp1311 - (dp1312 - Vkernel-arch p1313 -Varch/sh/boot/zImage +Vsparc p1314 - sg149 - (lp1315 - g151 - ass(Vbuild -sVsigned-modules -p1315 -I00 -ss(Vimage --p1316 - g1310 -g1304 --tp1317 --(dp1318 - Vimage-file -Vinstall-stem ++tp1315 ++(dp1316 ++Vfeaturesets ++p1317 ++(lp1318 ++sVkernel-arch p1319 - Varch/sparc/boot/zImage -Vvmlinuz ++Vsparc p1320 - sVsigned-modules -ss(Vdescription ++ss(Vbase p1321 - I00 - ss(Vimage -g1304 -NVsh7751r ++Vsparc64 p1322 - g1310 tp1323 (dp1324 - Vconfigs -Vhardware --p1325 - (lp1326 - sVsuggests -Vsh7751r ++g149 ++(lp1325 ++g151 ++asVkernel-arch + p1326 -sVhardware-long ++Vsparc p1327 - Vsilo, fdutils -VRenesas SH7751R R2D plus board ++ss(Vbuild p1328 - sVinstall-stem -ss(Vdescription --p1329 - Vvmlinuz -g1304 -NVsh7785lcr --p1330 - ss(Vdescription -tp1331 -(dp1332 -Vhardware ++g1322 ++tp1329 ++(dp1330 ++Vsigned-modules +p1331 - g1310 - NVsparc64 ++I00 ++sVimage-file +p1332 - tp1333 - (dp1334 - Vhardware - p1335 - Vuniprocessor 64-bit UltraSPARC - p1336 ++Varch/sparc/boot/zImage + p1333 -Vsh7785lcr +ss(Vimage - p1337 - g1310 + p1334 -sVhardware-long ++g1322 +NVsparc64 - p1338 - tp1339 - (dp1340 + p1335 -VRenesas SH7785 reference board -p1336 -ss(Vimage -p1337 -g1304 -NVsh7785lcr ++tp1336 ++(dp1337 +Vconfigs - p1341 - (lp1342 + p1338 -tp1339 -(dp1340 -Vrecommends ++(lp1339 +Vkernelarch-sparc/config-up - p1343 - ass(Vdescription - p1344 - g1310 ++p1340 ++ass(Vimage + p1341 -Vu-boot-tools ++g1322 +NVsparc64-smp + p1342 -sVcheck-size -p1343 -L4194304L -ss(g183 -g1304 -g153 -tp1344 -(dp1345 -g186 ++tp1343 ++(dp1344 ++Vconfigs +p1345 - tp1346 - (dp1347 - Vhardware + (lp1346 -Vsh7751r ++Vkernelarch-sparc/config-smp + p1347 -aVsh7785lcr ++ass(Vimage p1348 - Vmultiprocessor 64-bit UltraSPARC -asg190 -I01 -ss(Vbase --p1349 - ss(Vimage -Vsparc --p1350 - g1310 - NVsparc64-smp -tp1351 -(dp1352 -Vkernel-arch ++g1322 ++tp1349 ++(dp1350 ++Vsuggests +p1351 - tp1352 - (dp1353 - Vconfigs ++Vsilo, fdutils ++p1352 ++sVinstall-stem + p1353 -Vsparc ++Vvmlinuz p1354 - (lp1355 - Vkernelarch-sparc/config-smp - p1356 - ass(g181 - g1310 - g151 - tp1357 - (dp1358 - g184 - (lp1359 - Vsparc64 - p1360 - aVsparc64-smp -sVfeaturesets ++sVconfigs + p1355 + (lp1356 -ss(Vbase ++ss(Vdescription + p1357 -Vsparc64 ++g1322 ++NVsparc64-smp + p1358 + tp1359 + (dp1360 -Vkernel-arch ++Vhardware p1361 - asg188 - I01 - ss(Vbase -Vsparc ++Vmultiprocessor 64-bit UltraSPARC p1362 - Vtilegx -sg151 -(lp1363 -g153 -ass(Vbuild ++ss(Vdescription +p1363 - tp1364 - (dp1365 - Vkernel-arch - p1366 - Vtile ++g1322 ++NVsparc64 + p1364 -g1358 + tp1365 + (dp1366 -Vimage-file -p1367 -Varch/sparc/boot/zImage -p1368 -sVsigned-modules -p1369 -I00 -ss(Vimage -p1370 -g1358 -tp1371 -(dp1372 -Vconfigs -p1373 -(lp1374 -sVsuggests -p1375 -Vsilo, fdutils -p1376 -sVinstall-stem -p1377 -Vvmlinuz -p1378 -ss(Vdescription -p1379 -g1358 -NVsparc64 -p1380 -tp1381 -(dp1382 + Vhardware -p1383 +p1367 - sVfeaturesets + Vuniprocessor 64-bit UltraSPARC -p1384 -ss(Vimage -p1385 -g1358 -NVsparc64 -p1386 -tp1387 -(dp1388 -Vconfigs -p1389 -(lp1390 -Vkernelarch-sparc/config-up -p1391 -ass(Vdescription -p1392 -g1358 -NVsparc64-smp -p1393 -tp1394 -(dp1395 -Vhardware -p1396 -Vmultiprocessor 64-bit UltraSPARC -p1397 -ss(Vimage -p1398 -g1358 -NVsparc64-smp -p1399 -tp1400 -(dp1401 -Vconfigs -p1402 -(lp1403 -Vkernelarch-sparc/config-smp -p1404 -ass(g183 -g1358 -g153 -tp1405 -(dp1406 +p1368 - (lp1369 ++ss(g183 ++g1322 ++g151 ++tp1369 ++(dp1370 + g186 -(lp1407 ++(lp1371 + Vsparc64 -p1408 ++p1372 + aVsparc64-smp -p1409 ++p1373 + asg190 + I01 ss(Vbase - p1370 - Vx32 - p1371 - tp1372 - (dp1373 - Vkernel-arch -p1410 +p1374 - Vx86 + Vtilegx -p1411 -tp1412 -(dp1413 -Vkernel-arch -p1414 +p1375 - sVfeaturesets - p1376 - (lp1377 - ss(Vabi ++tp1376 ++(dp1377 ++Vfeaturesets +p1378 - NVrt - p1379 - tp1380 - (dp1381 - Vignore-changes ++(lp1379 ++sVkernel-arch ++p1380 + Vtile -p1415 -sVfeaturesets -p1416 -(lp1417 ++p1381 + ss(Vbase -p1418 +p1382 - (lp1383 - V* - p1384 - ass(Vdescription - p1385 - Ng1379 - tp1386 - (dp1387 - Vpart-long-rt + Vx32 -p1419 -tp1420 -(dp1421 -Vkernel-arch -p1422 ++p1383 ++tp1384 ++(dp1385 ++Vfeaturesets ++p1386 ++(lp1387 ++sVkernel-arch +p1388 - VThis kernel includes the PREEMPT_RT realtime patch set. + Vx86 -p1423 -sVfeaturesets -p1424 -(lp1425 -ss(Vabi -p1426 +p1389 - sVpart-short-rt ++ss(Vdescription +p1390 - VPREEMPT_RT + NVrt -p1427 -tp1428 -(dp1429 -Vignore-changes -p1430 -(lp1431 -V* -p1432 -ass(Vdescription -p1433 -Ng1427 -tp1434 -(dp1435 -Vpart-long-rt -p1436 +p1391 - sVparts - p1392 - (lp1393 - Vrt ++tp1392 ++(dp1393 ++Vparts +p1394 - ass(Vversion - p1395 - tp1396 - (dp1397 - Vsource ++(lp1395 ++Vrt ++p1396 ++asVpart-long-rt ++p1397 + VThis kernel includes the PREEMPT_RT realtime patch set. -p1437 +p1398 - V4.14.13-1+rpi1 + sVpart-short-rt -p1438 +p1399 - sVupstream + VPREEMPT_RT -p1439 -sVparts -p1440 -(lp1441 -Vrt -p1442 +p1400 - V4.14 ++ss(Vabi +p1401 - sVabiname_base - p1402 - V4.14.0 - p1403 - sVabiname ++Ng1391 ++tp1402 ++(dp1403 ++Vignore-changes +p1404 - V4.14.0-3 - p1405 ++(lp1405 ++V* ++p1406 + ass(Vversion -p1443 -tp1444 -(dp1445 -Vsource -p1446 -V4.15.4-1 -p1447 -sVupstream -p1448 ++p1407 ++tp1408 ++(dp1409 ++Vupstream ++p1410 + V4.15 -p1449 -sVabiname_base -p1450 -V4.15.0 -p1451 ++p1411 ++sVsource ++p1412 ++V4.15.4-1+rpi1 ++p1413 + sVabiname -p1452 ++p1414 + V4.15.0-1 -p1453 ++p1415 ++sVabiname_base ++p1416 ++V4.15.0 ++p1417 ss. diff --cc debian/control index 58c6738b312,85eb24cdc6b..371937e277a --- a/debian/control +++ b/debian/control @@@ -5,7 -5,7 +5,7 @@@ Maintainer: Debian Kernel Team , maximilian attems , Ben Hutchings , Salvatore Bonaccorso Standards-Version: 4.1.1 Build-Depends: debhelper (>= 10.1~), dh-exec, python3:any, quilt, cpio , xz-utils , dh-python - Build-Depends-Arch: kernel-wedge (>= 2.93~) , kmod , bc , libssl-dev:native , libssl-dev , openssl (>= 1.1.0-1~) , asciidoc-base , xmlto , bison , flex (>= 2.6.1-1.1~) , gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libbabeltrace-dev (>= 1.5.0) , libbabeltrace-dev (>= 1.5.3-2~) | libbabeltrace-ctf-dev (>= 1.5.0) , libdw-dev , libelf-dev , libiberty-dev , libnewt-dev , libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] , libperl-dev , libunwind8-dev [amd64 armel armhf arm64 i386] , python-dev , autoconf , automake , libtool , libglib2.0-dev , libudev-dev , libwrap0-dev , rsync , libpci-dev , gcc-7 [alpha amd64 arm64 armel hppa i386 m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64] , gcc-7-alpha-linux-gnu [alpha] , gcc-7-x86-64-linux-gnu [amd64] , gcc-7-aarch64-linux-gnu [arm64] , gcc-7-arm-linux-gnueabi [armel] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-hppa-linux-gnu [hppa] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-i686-linux-gnu [i386] , gcc-7-m68k-linux-gnu [m68k] , gcc-7-mips-linux-gnu [mips] , gcc-7-mips64-linux-gnuabi64 [mips64] , gcc-7-mips64el-linux-gnuabi64 [mips64el] , gcc-7-mipsisa64r6-linux-gnuabi64 [mips64r6] , gcc-7-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gcc-7-mipsel-linux-gnu [mipsel] , gcc-7-mipsisa32r6-linux-gnu [mipsr6] , gcc-7-mipsisa32r6el-linux-gnu [mipsr6el] , gcc-7-powerpc-linux-gnu [powerpc] , gcc-7-powerpc-linux-gnuspe [powerpcspe] , gcc-7-powerpc64-linux-gnu [ppc64] , gcc-7-powerpc64le-linux-gnu [ppc64el] , gcc-7-s390x-linux-gnu [s390x] , gcc-7-sh4-linux-gnu [sh4] , gcc-7-sparc64-linux-gnu [sparc64] -Build-Depends-Arch: kernel-wedge (>= 2.93~) , kmod , bc , libssl-dev:native , libssl-dev , openssl (>= 1.1.0-1~) , asciidoc-base , xmlto , bison , flex (>= 2.6.1-1.1~) , gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libbabeltrace-dev (>= 1.5.0) , libbabeltrace-dev (>= 1.5.3-2~) | libbabeltrace-ctf-dev (>= 1.5.0) , libdw-dev , libelf-dev , libiberty-dev , libnewt-dev , libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] , libperl-dev , libunwind8-dev [amd64 armel armhf arm64 i386] , python-dev , autoconf , automake , libtool , libglib2.0-dev , libudev-dev , libwrap0-dev , rsync , libpci-dev , gcc-7 [alpha arm64 armhf hppa m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64] , gcc-7-alpha-linux-gnu [alpha] , gcc-7 (>= 7.2.0-20~) [amd64 i386] , gcc-7-x86-64-linux-gnu (>= 7.2.0-20~) [amd64] , gcc-7-aarch64-linux-gnu [arm64] , gcc-7-arm-linux-gnueabihf [armhf] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-hppa-linux-gnu [hppa] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-i686-linux-gnu (>= 7.2.0-20~) [i386] , gcc-7-m68k-linux-gnu [m68k] , gcc-7-mips-linux-gnu [mips] , gcc-7-mips64-linux-gnuabi64 [mips64] , gcc-7-mips64el-linux-gnuabi64 [mips64el] , gcc-7-mipsisa64r6-linux-gnuabi64 [mips64r6] , gcc-7-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gcc-7-mipsel-linux-gnu [mipsel] , gcc-7-mipsisa32r6-linux-gnu [mipsr6] , gcc-7-mipsisa32r6el-linux-gnu [mipsr6el] , gcc-7-powerpc-linux-gnu [powerpc] , gcc-7-powerpc-linux-gnuspe [powerpcspe] , gcc-7-powerpc64-linux-gnu [ppc64] , gcc-7-powerpc64le-linux-gnu [ppc64el] , gcc-7-s390x-linux-gnu [s390x] , gcc-7-sh4-linux-gnu [sh4] , gcc-7-sparc64-linux-gnu [sparc64] ++Build-Depends-Arch: kernel-wedge (>= 2.93~) , kmod , bc , libssl-dev:native , libssl-dev , openssl (>= 1.1.0-1~) , asciidoc-base , xmlto , bison , flex (>= 2.6.1-1.1~) , gcc-multilib [amd64 ppc64 s390x sparc64] , libaudit-dev , libbabeltrace-dev (>= 1.5.0) , libbabeltrace-dev (>= 1.5.3-2~) | libbabeltrace-ctf-dev (>= 1.5.0) , libdw-dev , libelf-dev , libiberty-dev , libnewt-dev , libnuma-dev [amd64 arm64 hppa i386 mips mips64 mips64el mipsel mipsn32 mipsn32el mipsr6 mipsr6el mipsn32r6 mipsn32r6el mips64r6 mips64r6el powerpc powerpcspe ppc64 ppc64el sparc x32] , libperl-dev , libunwind8-dev [amd64 armel armhf arm64 i386] , python-dev , autoconf , automake , libtool , libglib2.0-dev , libudev-dev , libwrap0-dev , rsync , libpci-dev , gcc-7 [alpha arm64 hppa m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64] , gcc-7-alpha-linux-gnu [alpha] , gcc-7 (>= 7.2.0-20~) [amd64 i386] , gcc-7-x86-64-linux-gnu (>= 7.2.0-20~) [amd64] , gcc-7-aarch64-linux-gnu [arm64] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-hppa-linux-gnu [hppa] , binutils-hppa64-linux-gnu [hppa] , gcc-7-hppa64-linux-gnu [hppa] , gcc-7-i686-linux-gnu (>= 7.2.0-20~) [i386] , gcc-7-m68k-linux-gnu [m68k] , gcc-7-mips-linux-gnu [mips] , gcc-7-mips64-linux-gnuabi64 [mips64] , gcc-7-mips64el-linux-gnuabi64 [mips64el] , gcc-7-mipsisa64r6-linux-gnuabi64 [mips64r6] , gcc-7-mipsisa64r6el-linux-gnuabi64 [mips64r6el] , gcc-7-mipsel-linux-gnu [mipsel] , gcc-7-mipsisa32r6-linux-gnu [mipsr6] , gcc-7-mipsisa32r6el-linux-gnu [mipsr6el] , gcc-7-powerpc-linux-gnu [powerpc] , gcc-7-powerpc-linux-gnuspe [powerpcspe] , gcc-7-powerpc64-linux-gnu [ppc64] , gcc-7-powerpc64le-linux-gnu [ppc64el] , gcc-7-s390x-linux-gnu [s390x] , gcc-7-sh4-linux-gnu [sh4] , gcc-7-sparc64-linux-gnu [sparc64] Build-Depends-Indep: patchutils , graphviz , python-sphinx , python-sphinx-rtd-theme Homepage: https://www.kernel.org/ Rules-Requires-Root: no @@@ -217,12 -205,12 +205,12 @@@ Description: Linux support headers for libraries. Multi-Arch: same - Package: linux-headers-4.14.0-3-all - Architecture: alpha amd64 arm64 armel hppa i386 m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 - Depends: linux-headers-4.14.0-3-all-${kernel:Arch} (= ${binary:Version}), ${misc:Depends} - Description: All header files for Linux 4.14 (meta-package) + Package: linux-headers-4.15.0-1-all -Architecture: alpha amd64 arm64 armhf hppa i386 m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 ++Architecture: alpha amd64 arm64 hppa i386 m68k mips mips64 mips64el mips64r6 mips64r6el mipsel mipsr6 mipsr6el powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 + Depends: linux-headers-4.15.0-1-all-${kernel:Arch} (= ${binary:Version}), ${misc:Depends} + Description: All header files for Linux 4.15 (meta-package) This package depends against all architecture-specific kernel header files - for Linux kernel version 4.14, generally used for building out-of-tree + for Linux kernel version 4.15, generally used for building out-of-tree kernel modules. Build-Profiles: @@@ -1989,522 -1975,570 +1975,17 @@@ Architecture: arm6 Section: debug Priority: optional Depends: ${misc:Depends} - Description: Debug symbols for linux-image-4.14.0-3-arm64 - This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-3-arm64. - Build-Profiles: - - Package: linux-headers-4.14.0-3-all-armel - Architecture: armel - Depends: ${misc:Depends}, linux-headers-4.14.0-3-marvell (= ${binary:Version}) - Description: All header files for Linux 4.14 (meta-package) - This package depends against all architecture-specific kernel header files - for Linux kernel version 4.14, generally used for building out-of-tree - kernel modules. - Build-Profiles: - - Package: kernel-image-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: kernel-image, rtc-modules - Description: Linux kernel image and core modules for the Debian installer - This package contains the kernel image and core modules for the Debian - installer boot images. It does _not_ provide a usable kernel for your - full Debian system. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: nic-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: nic-modules, nic-extra-modules - Depends: kernel-image-4.14.0-3-marvell-di, nic-shared-modules-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: NIC drivers - This package contains Ethernet and some paravirtualised network drivers - for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: nic-shared-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: nic-shared-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: Shared NIC drivers - This package contains NIC drivers needed by combinations of nic-modules, - nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: usb-serial-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: usb-serial-modules - Depends: kernel-image-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di - Description: USB serial drivers - This package contains USB serial drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: ppp-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: ppp-modules - Depends: kernel-image-4.14.0-3-marvell-di, zlib-modules-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: PPP drivers - This package contains PPP drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: cdrom-core-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: cdrom-core-modules - Depends: kernel-image-4.14.0-3-marvell-di, scsi-core-modules-4.14.0-3-marvell-di, isofs-modules-4.14.0-3-marvell-di - Description: CDROM support - This package contains core CDROM support for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: scsi-core-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: scsi-core-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: Core SCSI subsystem - This package contains the core SCSI subsystem for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: loop-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: loop-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: Loopback filesystem support - This package contains loopback filesystem support for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: ipv6-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: ipv6-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: IPv6 driver - This package contains the IPv6 driver for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: btrfs-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: btrfs-modules - Depends: kernel-image-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di, zlib-modules-4.14.0-3-marvell-di, md-modules-4.14.0-3-marvell-di - Description: BTRFS filesystem support - This package contains the BTRFS filesystem module for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: ext4-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: ext4-modules, ext2-modules, ext3-modules - Depends: kernel-image-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: ext2/ext3/ext4 filesystem support - This package contains the ext4 filesystem module for the kernel, which - also supports ext2 and ext3. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: isofs-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: isofs-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: ISOFS filesystem support - This package contains the ISOFS filesystem module for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: jffs2-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: jffs2-modules - Depends: kernel-image-4.14.0-3-marvell-di, zlib-modules-4.14.0-3-marvell-di - Description: JFFS2 filesystem support - This package contains the JFFS2 filesystem module for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: jfs-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: jfs-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: JFS filesystem support - This package contains the JFS filesystem module for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: fat-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: fat-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: FAT filesystem support - This package contains the FAT and VFAT filesystem modules for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: minix-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: minix-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: Minix filesystem support - This package contains the Minix filesystem module for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: md-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: md-modules - Depends: kernel-image-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: RAID and LVM support - This package contains RAID and LVM modules for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: multipath-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: multipath-modules - Depends: kernel-image-4.14.0-3-marvell-di, md-modules-4.14.0-3-marvell-di, scsi-core-modules-4.14.0-3-marvell-di - Description: Multipath support - This package contains DM-Multipath modules for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: usb-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: usb-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: USB support - This package contains core USB drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: usb-storage-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: usb-storage-modules - Depends: kernel-image-4.14.0-3-marvell-di, scsi-core-modules-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di - Description: USB storage support - This package contains the USB storage driver for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: fb-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: fb-modules - Depends: kernel-image-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di - Description: Frame buffer support - This package contains Frame buffer drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: input-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: input-modules - Depends: kernel-image-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di - Description: Input devices support - This package contains input device drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: event-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: event-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: Event support - This package contains event drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: mouse-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: mouse-modules - Depends: kernel-image-4.14.0-3-marvell-di, event-modules-4.14.0-3-marvell-di, input-modules-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di - Description: Mouse support - This package contains mouse drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: nic-usb-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: nic-usb-modules - Depends: kernel-image-4.14.0-3-marvell-di, nic-shared-modules-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: USB NIC drivers - This package contains USB network adapter drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: sata-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: standard - Provides: sata-modules - Depends: kernel-image-4.14.0-3-marvell-di, scsi-core-modules-4.14.0-3-marvell-di - Description: SATA drivers - This package contains SATA drivers for the kernel. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: crc-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: crc-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: CRC modules - This package contains CRC support modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: crypto-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: crypto-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: crypto modules - This package contains crypto modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: crypto-dm-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: crypto-dm-modules - Depends: kernel-image-4.14.0-3-marvell-di, md-modules-4.14.0-3-marvell-di - Description: devicemapper crypto module - This package contains the devicemapper crypto (dm-crypt) module. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: mmc-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: mmc-modules - Depends: kernel-image-4.14.0-3-marvell-di, usb-modules-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: MMC/SD card modules - This package contains modules needed to support MMC (multimedia) and SD - cards. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: nbd-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: nbd-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: Network Block Device modules - This package contains the modules required for support of the Network - Block Device - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: squashfs-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: squashfs-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: squashfs modules - This package contains squashfs modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: uinput-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: uinput-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: uinput support - This package contains the uinput module. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: zlib-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: zlib-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: zlib modules - This package contains zlib modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: leds-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: leds-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: LED modules - This package contains LED modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: udf-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: udf-modules - Depends: kernel-image-4.14.0-3-marvell-di, crc-modules-4.14.0-3-marvell-di - Description: UDF modules - This package contains the UDF filesystem module. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: fuse-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: fuse-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: FUSE modules - This package contains the Filesystem in Userspace (FUSE) module. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: mtd-modules-4.14.0-3-marvell-di - Architecture: armel - Section: debian-installer - Priority: optional - Provides: mtd-modules - Depends: kernel-image-4.14.0-3-marvell-di - Description: MTD modules - This package contains MTD modules. - Build-Profiles: - Kernel-Version: 4.14.0-3-marvell - Package-Type: udeb - - Package: linux-image-4.14.0-3-marvell - Architecture: armel - Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armel] | linux-initramfs-tool [armel] - Recommends: firmware-linux-free, ${kernel:Recommends}, u-boot-tools [armel] - Suggests: linux-doc-4.14, debian-kernel-handbook - Breaks: flash-kernel (<< 3.57~) [armel], initramfs-tools (<< 0.120+deb8u2) - Description: Linux 4.14 for Marvell Kirkwood/Orion - The Linux kernel 4.14 and modules for use on Marvell Kirkwood based - systems (SheevaPlug, QNAP TS-119/TS-219, etc) and Orion 5181, 5182 and - 5281 based systems (QNAP TS-109/TS-209, etc). - Build-Profiles: - - Package: linux-headers-4.14.0-3-marvell - Architecture: armel - Depends: linux-headers-4.14.0-3-common (= ${source:Version}), linux-kbuild-4.14 (>= 4.14.12-2~), ${misc:Depends}, linux-compiler-gcc-7-arm - Description: Header files for Linux 4.14.0-3-marvell - This package provides the architecture-specific kernel header files for - Linux kernel 4.14.0-3-marvell, generally used for building out-of-tree - kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.14.0-3-marvell, and can be used for building - modules that load into the kernel provided by the - linux-image-4.14.0-3-marvell package. - Build-Profiles: - - Package: linux-image-4.14.0-3-marvell-dbg - Architecture: armel - Section: debug - Priority: optional - Depends: ${misc:Depends} - Description: Debug symbols for linux-image-4.14.0-3-marvell + Description: Debug symbols for linux-image-4.15.0-1-arm64 This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.14.0-3-marvell. + modules in linux-image-4.15.0-1-arm64. Build-Profiles: - Package: linux-headers-4.14.0-3-all-hppa -Package: linux-headers-4.15.0-1-all-armhf -Architecture: armhf -Depends: ${misc:Depends}, linux-headers-4.15.0-1-armmp (= ${binary:Version}), linux-headers-4.15.0-1-armmp-lpae (= ${binary:Version}) -Description: All header files for Linux 4.15 (meta-package) - This package depends against all architecture-specific kernel header files - for Linux kernel version 4.15, generally used for building out-of-tree - kernel modules. -Build-Profiles: - -Package: kernel-image-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: kernel-image -Description: Linux kernel image and core modules for the Debian installer - This package contains the kernel image and core modules for the Debian - installer boot images. It does _not_ provide a usable kernel for your - full Debian system. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: nic-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: nic-modules, nic-extra-modules -Depends: kernel-image-4.15.0-1-armmp-di, nic-shared-modules-4.15.0-1-armmp-di, i2c-modules-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: NIC drivers - This package contains Ethernet and some paravirtualised network drivers - for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: nic-wireless-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: nic-wireless-modules -Depends: kernel-image-4.15.0-1-armmp-di, nic-shared-modules-4.15.0-1-armmp-di, usb-modules-4.15.0-1-armmp-di, mmc-modules-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: Wireless NIC drivers - This package contains wireless NIC drivers for the kernel. Includes - crypto modules only needed for wireless (WEP, WPA). -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: nic-shared-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: nic-shared-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: Shared NIC drivers - This package contains NIC drivers needed by combinations of nic-modules, - nic-pcmcia-modules, nic-usb-modules and nic-wireless-modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: ppp-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: ppp-modules -Depends: kernel-image-4.15.0-1-armmp-di, zlib-modules-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: PPP drivers - This package contains PPP drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: pata-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: pata-modules -Depends: kernel-image-4.15.0-1-armmp-di, ata-modules-4.15.0-1-armmp-di -Description: PATA drivers - This package contains PATA drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: scsi-core-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: scsi-core-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: Core SCSI subsystem - This package contains the core SCSI subsystem for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: scsi-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: scsi-modules -Depends: kernel-image-4.15.0-1-armmp-di, scsi-core-modules-4.15.0-1-armmp-di, ata-modules-4.15.0-1-armmp-di -Description: SCSI drivers - This package contains SCSI drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: loop-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: loop-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: Loopback filesystem support - This package contains loopback filesystem support for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: btrfs-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: btrfs-modules -Depends: kernel-image-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di, zlib-modules-4.15.0-1-armmp-di, md-modules-4.15.0-1-armmp-di -Description: BTRFS filesystem support - This package contains the BTRFS filesystem module for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: ext4-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: ext4-modules, ext2-modules, ext3-modules -Depends: kernel-image-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: ext2/ext3/ext4 filesystem support - This package contains the ext4 filesystem module for the kernel, which - also supports ext2 and ext3. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: isofs-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: isofs-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: ISOFS filesystem support - This package contains the ISOFS filesystem module for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: jfs-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: jfs-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: JFS filesystem support - This package contains the JFS filesystem module for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: fat-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: fat-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: FAT filesystem support - This package contains the FAT and VFAT filesystem modules for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: md-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: md-modules -Depends: kernel-image-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: RAID and LVM support - This package contains RAID and LVM modules for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: multipath-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: multipath-modules -Depends: kernel-image-4.15.0-1-armmp-di, md-modules-4.15.0-1-armmp-di, scsi-core-modules-4.15.0-1-armmp-di -Description: Multipath support - This package contains DM-Multipath modules for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: usb-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: usb-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: USB support - This package contains core USB drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: usb-storage-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: usb-storage-modules -Depends: kernel-image-4.15.0-1-armmp-di, scsi-core-modules-4.15.0-1-armmp-di, usb-modules-4.15.0-1-armmp-di -Description: USB storage support - This package contains the USB storage driver for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: fb-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: fb-modules -Depends: kernel-image-4.15.0-1-armmp-di, i2c-modules-4.15.0-1-armmp-di -Description: Frame buffer support - This package contains Frame buffer drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: input-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: input-modules -Depends: kernel-image-4.15.0-1-armmp-di, usb-modules-4.15.0-1-armmp-di, i2c-modules-4.15.0-1-armmp-di -Description: Input devices support - This package contains input device drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: event-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: event-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: Event support - This package contains event drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: nic-usb-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: nic-usb-modules -Depends: kernel-image-4.15.0-1-armmp-di, nic-shared-modules-4.15.0-1-armmp-di, nic-wireless-modules-4.15.0-1-armmp-di, usb-modules-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: USB NIC drivers - This package contains USB network adapter drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: sata-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: standard -Provides: sata-modules -Depends: kernel-image-4.15.0-1-armmp-di, scsi-core-modules-4.15.0-1-armmp-di, ata-modules-4.15.0-1-armmp-di -Description: SATA drivers - This package contains SATA drivers for the kernel. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: i2c-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: i2c-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: i2c support modules - This package contains basic i2c support modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: crc-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: crc-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: CRC modules - This package contains CRC support modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: crypto-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: crypto-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: crypto modules - This package contains crypto modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: crypto-dm-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: crypto-dm-modules -Depends: kernel-image-4.15.0-1-armmp-di, md-modules-4.15.0-1-armmp-di -Description: devicemapper crypto module - This package contains the devicemapper crypto (dm-crypt) module. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: efi-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: efi-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: EFI modules - This package contains EFI modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: ata-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: ata-modules -Depends: kernel-image-4.15.0-1-armmp-di, scsi-core-modules-4.15.0-1-armmp-di -Description: ATA disk modules - This package contains core ATA disk modules used by both PATA and SATA - disk drivers. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: mmc-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: mmc-modules -Depends: kernel-image-4.15.0-1-armmp-di, usb-modules-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: MMC/SD card modules - This package contains modules needed to support MMC (multimedia) and SD - cards. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: nbd-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: nbd-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: Network Block Device modules - This package contains the modules required for support of the Network - Block Device -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: squashfs-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: squashfs-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: squashfs modules - This package contains squashfs modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: virtio-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: virtio-modules -Depends: kernel-image-4.15.0-1-armmp-di, scsi-core-modules-4.15.0-1-armmp-di -Description: virtio modules - This package contains virtio modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: uinput-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: uinput-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: uinput support - This package contains the uinput module. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: zlib-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: zlib-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: zlib modules - This package contains zlib modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: leds-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: leds-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: LED modules - This package contains LED modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: udf-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: udf-modules -Depends: kernel-image-4.15.0-1-armmp-di, crc-modules-4.15.0-1-armmp-di -Description: UDF modules - This package contains the UDF filesystem module. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: fuse-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: fuse-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: FUSE modules - This package contains the Filesystem in Userspace (FUSE) module. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: mtd-modules-4.15.0-1-armmp-di -Architecture: armhf -Section: debian-installer -Priority: optional -Provides: mtd-modules -Depends: kernel-image-4.15.0-1-armmp-di -Description: MTD modules - This package contains MTD modules. -Build-Profiles: -Kernel-Version: 4.15.0-1-armmp -Package-Type: udeb - -Package: linux-image-4.15.0-1-armmp -Architecture: armhf -Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf] -Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [armhf] -Suggests: linux-doc-4.15, debian-kernel-handbook -Breaks: initramfs-tools (<< 0.120+deb8u2) -Description: Linux 4.15 for ARMv7 multiplatform compatible SoCs - The Linux kernel 4.15 and modules for use on ARMv7 multiplatform kernel. - See https://wiki.debian.org/DebianKernel/ARMMP for details of supported - platforms. -Build-Profiles: - -Package: linux-headers-4.15.0-1-armmp -Architecture: armhf -Depends: linux-headers-4.15.0-1-common (= ${source:Version}), linux-kbuild-4.15, ${misc:Depends}, linux-compiler-gcc-7-arm -Description: Header files for Linux 4.15.0-1-armmp - This package provides the architecture-specific kernel header files for - Linux kernel 4.15.0-1-armmp, generally used for building out-of-tree - kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.15.0-1-armmp, and can be used for building - modules that load into the kernel provided by the - linux-image-4.15.0-1-armmp package. -Build-Profiles: - -Package: linux-image-4.15.0-1-armmp-dbg -Architecture: armhf -Section: debug -Priority: optional -Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.15.0-1-armmp - This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.15.0-1-armmp. -Build-Profiles: - -Package: linux-image-4.15.0-1-armmp-lpae -Architecture: armhf -Depends: kmod, linux-base (>= 4.3~), ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf] -Recommends: firmware-linux-free, ${kernel:Recommends}, apparmor [armhf] -Suggests: linux-doc-4.15, debian-kernel-handbook -Breaks: initramfs-tools (<< 0.120+deb8u2) -Description: Linux 4.15 for ARMv7 multiplatform compatible SoCs supporting LPAE - The Linux kernel 4.15 and modules for use on ARMv7 multiplatform kernel - supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for - details of supported platforms.. -Build-Profiles: - -Package: linux-headers-4.15.0-1-armmp-lpae -Architecture: armhf -Depends: linux-headers-4.15.0-1-common (= ${source:Version}), linux-kbuild-4.15, ${misc:Depends}, linux-compiler-gcc-7-arm -Description: Header files for Linux 4.15.0-1-armmp-lpae - This package provides the architecture-specific kernel header files for - Linux kernel 4.15.0-1-armmp-lpae, generally used for building out-of-tree - kernel modules. These files are going to be installed into - /usr/src/linux-headers-4.15.0-1-armmp-lpae, and can be used for building - modules that load into the kernel provided by the - linux-image-4.15.0-1-armmp-lpae package. -Build-Profiles: - -Package: linux-image-4.15.0-1-armmp-lpae-dbg -Architecture: armhf -Section: debug -Priority: optional -Depends: ${misc:Depends} -Description: Debug symbols for linux-image-4.15.0-1-armmp-lpae - This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-4.15.0-1-armmp-lpae. -Build-Profiles: - + Package: linux-headers-4.15.0-1-all-hppa Architecture: hppa - Depends: ${misc:Depends}, linux-headers-4.14.0-3-parisc (= ${binary:Version}), linux-headers-4.14.0-3-parisc64-smp (= ${binary:Version}) - Description: All header files for Linux 4.14 (meta-package) + Depends: ${misc:Depends}, linux-headers-4.15.0-1-parisc (= ${binary:Version}), linux-headers-4.15.0-1-parisc64-smp (= ${binary:Version}) + Description: All header files for Linux 4.15 (meta-package) This package depends against all architecture-specific kernel header files - for Linux kernel version 4.14, generally used for building out-of-tree + for Linux kernel version 4.15, generally used for building out-of-tree kernel modules. Build-Profiles: diff --cc debian/control.md5sum index 054531d5bd3,8efcf345ef8..024190d9a1c --- a/debian/control.md5sum +++ b/debian/control.md5sum @@@ -1,6 -1,6 +1,7 @@@ 48e48b23af97cce8069f0eaed1bfa016 debian/bin/gencontrol.py - 0d871fc32f1f2a607387291ff7e4c5b2 debian/changelog -59cc7bca899dca38af660478f89f9fcc debian/changelog ++188ae0c156bc4ccdb5dfaa0ef231430a debian/changelog e492c730e8bc71cc52aa5315391e587e debian/templates/control.main.in ++8ff553ff7232b003c35bdd074913bc8a debian/templates/control.image-unsigned.in 38004750aa03cea41d5d3aeafff16fcc debian/templates/image.preinst.in afb508873a44a1f196c2a525fec4b415 debian/templates/image.prerm.in a4a60fc48b3240e46bbac6a1ddcaad30 debian/templates/image.postrm.in @@@ -10,25 -10,25 +11,23 @@@ ae49ef5fe8221e8aa846a8dd8faaed0e debia 54426b6625c1bbf41ff6e05eebc06f89 debian/templates/image-dbg.lintian-overrides.in 0d7f6ea42f52d0a6013535a80111ee3e debian/templates/headers.postinst.in 51797b6c275eb14e99009e78553904cc debian/templates/perf.lintian-overrides.in --8ff553ff7232b003c35bdd074913bc8a debian/templates/control.image-unsigned.in -ae49ef5fe8221e8aa846a8dd8faaed0e debian/templates/control.image.in 2e5bb43f2fceef492df4dc5ce5d3dddc debian/templates/control.image-dbg.in 00e32632de69d29febd3ff7c50a3d4a0 debian/templates/control.source.in 46cc93799a6214c79efea8084bc9a329 debian/templates/control.headers.featureset.in +814dda166c7e3ef02e6e259e805ac66a debian/templates/tests-control.main.in 0327750d6696dee915a532aec73a0fd6 debian/templates/image.postinst.in - 1f4bb0ed222b9bb0b25fbd0c76c233f7 debian/templates/control.headers.in - 7d3be7fb5e09c81c5fdf25f458544604 debian/templates/control.extra.in + ace097cb8de5c9e3bdd84e6d5d503298 debian/templates/control.headers.in + 5624089e4c363b524dccb00d28e57336 debian/templates/control.extra.in 3ad9d915221b575d758fc3acfd3f89c2 debian/templates/control.docs.in 5f1df5cd150d7663b81f5c54a604a766 debian/templates/control.headers.arch.in - 3ea57d85d2c60cb81f69a3259e71a185 debian/config/defines - a000f404eaf61a0ee8cd29c388ee7b70 debian/config/i386/defines - 4987bf8df1bf042f19fdec4da87aa1d4 debian/config/ppc64el/defines + bb0a7914e3f5e77800e64b1f0dfd80b5 debian/config/defines + ef94db796045bf7d721d349b75789a27 debian/config/i386/defines -4987bf8df1bf042f19fdec4da87aa1d4 debian/config/ppc64el/defines 6f7d102847d8168a3c71c044ea7127ac debian/config/tilegx/defines 6efeb6f3f8ad4ecef3fff0d012fabad0 debian/config/mips64el/defines 8f2e4969633ff660d026f2b7e02e6336 debian/config/sh3/defines --ff1f9b857ee6f0c977d2f8541211a9f5 debian/config/mipsr6/defines -b66470c0288ee57b7a1e016a1da98da0 debian/config/armhf/defines +954922db1e64c0d221e65429f98781d8 debian/config/armhf/defines - a7310a150e1e732220d25333adbcc0b4 debian/config/amd64/defines + 737544745c33ad637f9cdcbedc37ab7c debian/config/amd64/defines ++4987bf8df1bf042f19fdec4da87aa1d4 debian/config/ppc64el/defines f74b224857e0111bf2e14b124b3e2be2 debian/config/mipsr6el/defines 12c5f99fafdfd2d3696623ba86b2cc46 debian/config/mips/defines 3d514fbbc086aae2b520554dd995a705 debian/config/arm64/defines @@@ -42,15 -43,14 +42,15 @@@ c8677acd57ee1da9d592d7e1ce7ac3d7 debia 788bca75e2379d4c6a5f937db95cf8dc debian/config/sparc64/defines e893f7044a89425752b95b8c997938e9 debian/config/mipsel/defines 2d093d5d5d6dd1e2b27d717678cb9ece debian/config/sh4/defines -07a18ea6a8a40898c680905e01c56623 debian/config/hppa/defines ++ff1f9b857ee6f0c977d2f8541211a9f5 debian/config/mipsr6/defines 92c952083bf0523c5cdffe9f2e7dd300 debian/config/powerpcspe/defines c638a9aa39b4381c3d1e4e10edcc97d4 debian/config/m68k/defines + 47cac5237bbbf40994bdbd502708e287 debian/config/s390x/defines 882fb0fec3cbd0239817994223fa71e5 debian/config/mipsn32r6/defines 4069594eeb2a1856c6806812055249b2 debian/config/alpha/defines 73e2f095b2485f95bc164bf685684a47 debian/config/mipsn32r6el/defines +07a18ea6a8a40898c680905e01c56623 debian/config/hppa/defines - 8d317c1872f3bd8da4feae25a7c61df3 debian/config/sparc/defines - e9ffe255afcab8138ebf4106c3707e44 debian/config/powerpc/defines - 5b69238f35e2a552a194757eb5803150 debian/config/armel/defines + 4a58506ae5006b044e1838664e07a8d4 debian/config/armel/defines 98673c303524a87722b25c9e6b8cdd81 debian/config/mips64r6/defines 3e673c1434c6132c73c0cfb4bfe38763 debian/config/arm64ilp32/defines 8f8f7ed35c8dafdc5c6d4ded40bf5920 debian/config/mips64r6el/defines diff --cc debian/rules.gen index 20ac794446d,bc219567797..5301c71356f --- a/debian/rules.gen +++ b/debian/rules.gen @@@ -2,689 -2,678 +2,660 @@@ binary-arch: binary-arch_alpha binary-arch_amd64 binary-arch_arm64 binary-arch_arm64ilp32 binary-arch_armel binary-arch_armhf binary-arch_hppa binary-arch_i386 binary-arch_m68k binary-arch_mips binary-arch_mips64 binary-arch_mips64el binary-arch_mips64r6 binary-arch_mips64r6el binary-arch_mipsel binary-arch_mipsn32 binary-arch_mipsn32el binary-arch_mipsn32r6 binary-arch_mipsn32r6el binary-arch_mipsr6 binary-arch_mipsr6el binary-arch_powerpc binary-arch_powerpcspe binary-arch_ppc64 binary-arch_ppc64el binary-arch_s390 binary-arch_s390x binary-arch_sh3 binary-arch_sh4 binary-arch_sparc binary-arch_sparc64 binary-arch_tilegx binary-arch_x32 binary-arch_alpha:: binary-arch_alpha_none binary-arch_alpha_real binary-arch_alpha:: - $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='4.14.0-3' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-alpha-generic-di nic-modules-4.14.0-3-alpha-generic-di nic-wireless-modules-4.14.0-3-alpha-generic-di nic-shared-modules-4.14.0-3-alpha-generic-di serial-modules-4.14.0-3-alpha-generic-di usb-serial-modules-4.14.0-3-alpha-generic-di ppp-modules-4.14.0-3-alpha-generic-di pata-modules-4.14.0-3-alpha-generic-di cdrom-core-modules-4.14.0-3-alpha-generic-di scsi-core-modules-4.14.0-3-alpha-generic-di scsi-modules-4.14.0-3-alpha-generic-di loop-modules-4.14.0-3-alpha-generic-di btrfs-modules-4.14.0-3-alpha-generic-di ext4-modules-4.14.0-3-alpha-generic-di isofs-modules-4.14.0-3-alpha-generic-di jfs-modules-4.14.0-3-alpha-generic-di xfs-modules-4.14.0-3-alpha-generic-di fat-modules-4.14.0-3-alpha-generic-di md-modules-4.14.0-3-alpha-generic-di multipath-modules-4.14.0-3-alpha-generic-di usb-modules-4.14.0-3-alpha-generic-di usb-storage-modules-4.14.0-3-alpha-generic-di input-modules-4.14.0-3-alpha-generic-di event-modules-4.14.0-3-alpha-generic-di mouse-modules-4.14.0-3-alpha-generic-di nic-pcmcia-modules-4.14.0-3-alpha-generic-di pcmcia-modules-4.14.0-3-alpha-generic-di nic-usb-modules-4.14.0-3-alpha-generic-di sata-modules-4.14.0-3-alpha-generic-di i2c-modules-4.14.0-3-alpha-generic-di crc-modules-4.14.0-3-alpha-generic-di crypto-modules-4.14.0-3-alpha-generic-di crypto-dm-modules-4.14.0-3-alpha-generic-di ata-modules-4.14.0-3-alpha-generic-di nbd-modules-4.14.0-3-alpha-generic-di squashfs-modules-4.14.0-3-alpha-generic-di virtio-modules-4.14.0-3-alpha-generic-di zlib-modules-4.14.0-3-alpha-generic-di fuse-modules-4.14.0-3-alpha-generic-di srm-modules-4.14.0-3-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-alpha-generic-di nic-modules-4.15.0-1-alpha-generic-di nic-wireless-modules-4.15.0-1-alpha-generic-di nic-shared-modules-4.15.0-1-alpha-generic-di serial-modules-4.15.0-1-alpha-generic-di usb-serial-modules-4.15.0-1-alpha-generic-di ppp-modules-4.15.0-1-alpha-generic-di pata-modules-4.15.0-1-alpha-generic-di cdrom-core-modules-4.15.0-1-alpha-generic-di scsi-core-modules-4.15.0-1-alpha-generic-di scsi-modules-4.15.0-1-alpha-generic-di loop-modules-4.15.0-1-alpha-generic-di btrfs-modules-4.15.0-1-alpha-generic-di ext4-modules-4.15.0-1-alpha-generic-di isofs-modules-4.15.0-1-alpha-generic-di jfs-modules-4.15.0-1-alpha-generic-di xfs-modules-4.15.0-1-alpha-generic-di fat-modules-4.15.0-1-alpha-generic-di md-modules-4.15.0-1-alpha-generic-di multipath-modules-4.15.0-1-alpha-generic-di usb-modules-4.15.0-1-alpha-generic-di usb-storage-modules-4.15.0-1-alpha-generic-di input-modules-4.15.0-1-alpha-generic-di event-modules-4.15.0-1-alpha-generic-di mouse-modules-4.15.0-1-alpha-generic-di nic-pcmcia-modules-4.15.0-1-alpha-generic-di pcmcia-modules-4.15.0-1-alpha-generic-di nic-usb-modules-4.15.0-1-alpha-generic-di sata-modules-4.15.0-1-alpha-generic-di i2c-modules-4.15.0-1-alpha-generic-di crc-modules-4.15.0-1-alpha-generic-di crypto-modules-4.15.0-1-alpha-generic-di crypto-dm-modules-4.15.0-1-alpha-generic-di ata-modules-4.15.0-1-alpha-generic-di nbd-modules-4.15.0-1-alpha-generic-di squashfs-modules-4.15.0-1-alpha-generic-di virtio-modules-4.15.0-1-alpha-generic-di zlib-modules-4.15.0-1-alpha-generic-di fuse-modules-4.15.0-1-alpha-generic-di srm-modules-4.15.0-1-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-alpha-generic-di nic-modules-4.15.0-1-alpha-generic-di nic-wireless-modules-4.15.0-1-alpha-generic-di nic-shared-modules-4.15.0-1-alpha-generic-di serial-modules-4.15.0-1-alpha-generic-di usb-serial-modules-4.15.0-1-alpha-generic-di ppp-modules-4.15.0-1-alpha-generic-di pata-modules-4.15.0-1-alpha-generic-di cdrom-core-modules-4.15.0-1-alpha-generic-di scsi-core-modules-4.15.0-1-alpha-generic-di scsi-modules-4.15.0-1-alpha-generic-di loop-modules-4.15.0-1-alpha-generic-di btrfs-modules-4.15.0-1-alpha-generic-di ext4-modules-4.15.0-1-alpha-generic-di isofs-modules-4.15.0-1-alpha-generic-di jfs-modules-4.15.0-1-alpha-generic-di xfs-modules-4.15.0-1-alpha-generic-di fat-modules-4.15.0-1-alpha-generic-di md-modules-4.15.0-1-alpha-generic-di multipath-modules-4.15.0-1-alpha-generic-di usb-modules-4.15.0-1-alpha-generic-di usb-storage-modules-4.15.0-1-alpha-generic-di input-modules-4.15.0-1-alpha-generic-di event-modules-4.15.0-1-alpha-generic-di mouse-modules-4.15.0-1-alpha-generic-di nic-pcmcia-modules-4.15.0-1-alpha-generic-di pcmcia-modules-4.15.0-1-alpha-generic-di nic-usb-modules-4.15.0-1-alpha-generic-di sata-modules-4.15.0-1-alpha-generic-di i2c-modules-4.15.0-1-alpha-generic-di crc-modules-4.15.0-1-alpha-generic-di crypto-modules-4.15.0-1-alpha-generic-di crypto-dm-modules-4.15.0-1-alpha-generic-di ata-modules-4.15.0-1-alpha-generic-di nbd-modules-4.15.0-1-alpha-generic-di squashfs-modules-4.15.0-1-alpha-generic-di virtio-modules-4.15.0-1-alpha-generic-di zlib-modules-4.15.0-1-alpha-generic-di fuse-modules-4.15.0-1-alpha-generic-di srm-modules-4.15.0-1-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_alpha_none: binary-arch_alpha_none_alpha-generic binary-arch_alpha_none_alpha-smp binary-arch_alpha_none_real binary-arch_alpha_none_alpha-generic: binary-arch_alpha_none_alpha-generic_real binary-arch_alpha_none_alpha-generic_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_alpha_none_alpha-smp: binary-arch_alpha_none_alpha-smp_real binary-arch_alpha_none_alpha-smp_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_alpha_none_real: binary-arch_alpha_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-arch_amd64:: binary-arch_amd64_extra binary-arch_amd64_none binary-arch_amd64_real binary-arch_amd64_rt - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + binary-arch_amd64:: binary-arch_amd64_extra binary-arch_amd64_none binary-arch_amd64_real binary-arch_amd64:: - $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='4.14.0-3' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-amd64-di nic-modules-4.14.0-3-amd64-di nic-wireless-modules-4.14.0-3-amd64-di nic-shared-modules-4.14.0-3-amd64-di serial-modules-4.14.0-3-amd64-di usb-serial-modules-4.14.0-3-amd64-di ppp-modules-4.14.0-3-amd64-di pata-modules-4.14.0-3-amd64-di cdrom-core-modules-4.14.0-3-amd64-di firewire-core-modules-4.14.0-3-amd64-di scsi-core-modules-4.14.0-3-amd64-di scsi-modules-4.14.0-3-amd64-di loop-modules-4.14.0-3-amd64-di btrfs-modules-4.14.0-3-amd64-di ext4-modules-4.14.0-3-amd64-di isofs-modules-4.14.0-3-amd64-di jfs-modules-4.14.0-3-amd64-di ntfs-modules-4.14.0-3-amd64-di xfs-modules-4.14.0-3-amd64-di fat-modules-4.14.0-3-amd64-di md-modules-4.14.0-3-amd64-di multipath-modules-4.14.0-3-amd64-di usb-modules-4.14.0-3-amd64-di usb-storage-modules-4.14.0-3-amd64-di pcmcia-storage-modules-4.14.0-3-amd64-di fb-modules-4.14.0-3-amd64-di input-modules-4.14.0-3-amd64-di event-modules-4.14.0-3-amd64-di mouse-modules-4.14.0-3-amd64-di nic-pcmcia-modules-4.14.0-3-amd64-di pcmcia-modules-4.14.0-3-amd64-di nic-usb-modules-4.14.0-3-amd64-di sata-modules-4.14.0-3-amd64-di acpi-modules-4.14.0-3-amd64-di i2c-modules-4.14.0-3-amd64-di crc-modules-4.14.0-3-amd64-di crypto-modules-4.14.0-3-amd64-di crypto-dm-modules-4.14.0-3-amd64-di efi-modules-4.14.0-3-amd64-di ata-modules-4.14.0-3-amd64-di mmc-core-modules-4.14.0-3-amd64-di mmc-modules-4.14.0-3-amd64-di nbd-modules-4.14.0-3-amd64-di squashfs-modules-4.14.0-3-amd64-di speakup-modules-4.14.0-3-amd64-di virtio-modules-4.14.0-3-amd64-di uinput-modules-4.14.0-3-amd64-di sound-modules-4.14.0-3-amd64-di hyperv-modules-4.14.0-3-amd64-di udf-modules-4.14.0-3-amd64-di fuse-modules-4.14.0-3-amd64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-amd64-di nic-modules-4.15.0-1-amd64-di nic-wireless-modules-4.15.0-1-amd64-di nic-shared-modules-4.15.0-1-amd64-di serial-modules-4.15.0-1-amd64-di usb-serial-modules-4.15.0-1-amd64-di ppp-modules-4.15.0-1-amd64-di pata-modules-4.15.0-1-amd64-di cdrom-core-modules-4.15.0-1-amd64-di firewire-core-modules-4.15.0-1-amd64-di scsi-core-modules-4.15.0-1-amd64-di scsi-modules-4.15.0-1-amd64-di loop-modules-4.15.0-1-amd64-di btrfs-modules-4.15.0-1-amd64-di ext4-modules-4.15.0-1-amd64-di isofs-modules-4.15.0-1-amd64-di jfs-modules-4.15.0-1-amd64-di ntfs-modules-4.15.0-1-amd64-di xfs-modules-4.15.0-1-amd64-di fat-modules-4.15.0-1-amd64-di md-modules-4.15.0-1-amd64-di multipath-modules-4.15.0-1-amd64-di usb-modules-4.15.0-1-amd64-di usb-storage-modules-4.15.0-1-amd64-di pcmcia-storage-modules-4.15.0-1-amd64-di fb-modules-4.15.0-1-amd64-di input-modules-4.15.0-1-amd64-di event-modules-4.15.0-1-amd64-di mouse-modules-4.15.0-1-amd64-di nic-pcmcia-modules-4.15.0-1-amd64-di pcmcia-modules-4.15.0-1-amd64-di nic-usb-modules-4.15.0-1-amd64-di sata-modules-4.15.0-1-amd64-di acpi-modules-4.15.0-1-amd64-di i2c-modules-4.15.0-1-amd64-di crc-modules-4.15.0-1-amd64-di crypto-modules-4.15.0-1-amd64-di crypto-dm-modules-4.15.0-1-amd64-di efi-modules-4.15.0-1-amd64-di ata-modules-4.15.0-1-amd64-di mmc-core-modules-4.15.0-1-amd64-di mmc-modules-4.15.0-1-amd64-di nbd-modules-4.15.0-1-amd64-di squashfs-modules-4.15.0-1-amd64-di speakup-modules-4.15.0-1-amd64-di virtio-modules-4.15.0-1-amd64-di uinput-modules-4.15.0-1-amd64-di sound-modules-4.15.0-1-amd64-di hyperv-modules-4.15.0-1-amd64-di udf-modules-4.15.0-1-amd64-di fuse-modules-4.15.0-1-amd64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-amd64-di nic-modules-4.15.0-1-amd64-di nic-wireless-modules-4.15.0-1-amd64-di nic-shared-modules-4.15.0-1-amd64-di serial-modules-4.15.0-1-amd64-di usb-serial-modules-4.15.0-1-amd64-di ppp-modules-4.15.0-1-amd64-di pata-modules-4.15.0-1-amd64-di cdrom-core-modules-4.15.0-1-amd64-di firewire-core-modules-4.15.0-1-amd64-di scsi-core-modules-4.15.0-1-amd64-di scsi-modules-4.15.0-1-amd64-di loop-modules-4.15.0-1-amd64-di btrfs-modules-4.15.0-1-amd64-di ext4-modules-4.15.0-1-amd64-di isofs-modules-4.15.0-1-amd64-di jfs-modules-4.15.0-1-amd64-di ntfs-modules-4.15.0-1-amd64-di xfs-modules-4.15.0-1-amd64-di fat-modules-4.15.0-1-amd64-di md-modules-4.15.0-1-amd64-di multipath-modules-4.15.0-1-amd64-di usb-modules-4.15.0-1-amd64-di usb-storage-modules-4.15.0-1-amd64-di pcmcia-storage-modules-4.15.0-1-amd64-di fb-modules-4.15.0-1-amd64-di input-modules-4.15.0-1-amd64-di event-modules-4.15.0-1-amd64-di mouse-modules-4.15.0-1-amd64-di nic-pcmcia-modules-4.15.0-1-amd64-di pcmcia-modules-4.15.0-1-amd64-di nic-usb-modules-4.15.0-1-amd64-di sata-modules-4.15.0-1-amd64-di acpi-modules-4.15.0-1-amd64-di i2c-modules-4.15.0-1-amd64-di crc-modules-4.15.0-1-amd64-di crypto-modules-4.15.0-1-amd64-di crypto-dm-modules-4.15.0-1-amd64-di efi-modules-4.15.0-1-amd64-di ata-modules-4.15.0-1-amd64-di mmc-core-modules-4.15.0-1-amd64-di mmc-modules-4.15.0-1-amd64-di nbd-modules-4.15.0-1-amd64-di squashfs-modules-4.15.0-1-amd64-di speakup-modules-4.15.0-1-amd64-di virtio-modules-4.15.0-1-amd64-di uinput-modules-4.15.0-1-amd64-di sound-modules-4.15.0-1-amd64-di hyperv-modules-4.15.0-1-amd64-di udf-modules-4.15.0-1-amd64-di fuse-modules-4.15.0-1-amd64-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_amd64_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='amd64' DH_OPTIONS='-plinux-compiler-gcc-7-x86' - binary-arch_amd64_none: binary-arch_amd64_none_amd64 binary-arch_amd64_none_real + binary-arch_amd64_none: binary-arch_amd64_none_amd64 binary-arch_amd64_none_cloud-amd64 binary-arch_amd64_none_real binary-arch_amd64_none_amd64: binary-arch_amd64_none_amd64_real binary-arch_amd64_none_amd64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' + binary-arch_amd64_none_cloud-amd64: binary-arch_amd64_none_cloud-amd64_real + binary-arch_amd64_none_cloud-amd64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-cloud-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-cloud-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_amd64_none_real: binary-arch_amd64_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-arch_amd64_rt: binary-arch_amd64_rt_amd64 binary-arch_amd64_rt_real - binary-arch_amd64_rt_amd64: binary-arch_amd64_rt_amd64_real - binary-arch_amd64_rt_amd64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-rt-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - binary-arch_amd64_rt_real: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_arm64:: binary-arch_arm64_none binary-arch_arm64_real binary-arch_arm64:: - $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='4.14.0-3' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-arm64-di nic-modules-4.14.0-3-arm64-di nic-wireless-modules-4.14.0-3-arm64-di nic-shared-modules-4.14.0-3-arm64-di ppp-modules-4.14.0-3-arm64-di cdrom-core-modules-4.14.0-3-arm64-di scsi-core-modules-4.14.0-3-arm64-di scsi-modules-4.14.0-3-arm64-di loop-modules-4.14.0-3-arm64-di btrfs-modules-4.14.0-3-arm64-di ext4-modules-4.14.0-3-arm64-di isofs-modules-4.14.0-3-arm64-di jfs-modules-4.14.0-3-arm64-di xfs-modules-4.14.0-3-arm64-di fat-modules-4.14.0-3-arm64-di md-modules-4.14.0-3-arm64-di multipath-modules-4.14.0-3-arm64-di usb-modules-4.14.0-3-arm64-di usb-storage-modules-4.14.0-3-arm64-di fb-modules-4.14.0-3-arm64-di input-modules-4.14.0-3-arm64-di event-modules-4.14.0-3-arm64-di nic-usb-modules-4.14.0-3-arm64-di sata-modules-4.14.0-3-arm64-di i2c-modules-4.14.0-3-arm64-di crc-modules-4.14.0-3-arm64-di crypto-modules-4.14.0-3-arm64-di crypto-dm-modules-4.14.0-3-arm64-di efi-modules-4.14.0-3-arm64-di ata-modules-4.14.0-3-arm64-di mmc-modules-4.14.0-3-arm64-di nbd-modules-4.14.0-3-arm64-di squashfs-modules-4.14.0-3-arm64-di virtio-modules-4.14.0-3-arm64-di uinput-modules-4.14.0-3-arm64-di leds-modules-4.14.0-3-arm64-di udf-modules-4.14.0-3-arm64-di fuse-modules-4.14.0-3-arm64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-arm64-di nic-modules-4.15.0-1-arm64-di nic-wireless-modules-4.15.0-1-arm64-di nic-shared-modules-4.15.0-1-arm64-di ppp-modules-4.15.0-1-arm64-di cdrom-core-modules-4.15.0-1-arm64-di scsi-core-modules-4.15.0-1-arm64-di scsi-modules-4.15.0-1-arm64-di loop-modules-4.15.0-1-arm64-di btrfs-modules-4.15.0-1-arm64-di ext4-modules-4.15.0-1-arm64-di isofs-modules-4.15.0-1-arm64-di jfs-modules-4.15.0-1-arm64-di xfs-modules-4.15.0-1-arm64-di fat-modules-4.15.0-1-arm64-di md-modules-4.15.0-1-arm64-di multipath-modules-4.15.0-1-arm64-di usb-modules-4.15.0-1-arm64-di usb-storage-modules-4.15.0-1-arm64-di fb-modules-4.15.0-1-arm64-di input-modules-4.15.0-1-arm64-di event-modules-4.15.0-1-arm64-di nic-usb-modules-4.15.0-1-arm64-di sata-modules-4.15.0-1-arm64-di i2c-modules-4.15.0-1-arm64-di crc-modules-4.15.0-1-arm64-di crypto-modules-4.15.0-1-arm64-di crypto-dm-modules-4.15.0-1-arm64-di efi-modules-4.15.0-1-arm64-di ata-modules-4.15.0-1-arm64-di mmc-modules-4.15.0-1-arm64-di nbd-modules-4.15.0-1-arm64-di squashfs-modules-4.15.0-1-arm64-di virtio-modules-4.15.0-1-arm64-di uinput-modules-4.15.0-1-arm64-di leds-modules-4.15.0-1-arm64-di udf-modules-4.15.0-1-arm64-di fuse-modules-4.15.0-1-arm64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-arm64-di nic-modules-4.15.0-1-arm64-di nic-wireless-modules-4.15.0-1-arm64-di nic-shared-modules-4.15.0-1-arm64-di ppp-modules-4.15.0-1-arm64-di cdrom-core-modules-4.15.0-1-arm64-di scsi-core-modules-4.15.0-1-arm64-di scsi-modules-4.15.0-1-arm64-di loop-modules-4.15.0-1-arm64-di btrfs-modules-4.15.0-1-arm64-di ext4-modules-4.15.0-1-arm64-di isofs-modules-4.15.0-1-arm64-di jfs-modules-4.15.0-1-arm64-di xfs-modules-4.15.0-1-arm64-di fat-modules-4.15.0-1-arm64-di md-modules-4.15.0-1-arm64-di multipath-modules-4.15.0-1-arm64-di usb-modules-4.15.0-1-arm64-di usb-storage-modules-4.15.0-1-arm64-di fb-modules-4.15.0-1-arm64-di input-modules-4.15.0-1-arm64-di event-modules-4.15.0-1-arm64-di nic-usb-modules-4.15.0-1-arm64-di sata-modules-4.15.0-1-arm64-di i2c-modules-4.15.0-1-arm64-di crc-modules-4.15.0-1-arm64-di crypto-modules-4.15.0-1-arm64-di crypto-dm-modules-4.15.0-1-arm64-di efi-modules-4.15.0-1-arm64-di ata-modules-4.15.0-1-arm64-di mmc-modules-4.15.0-1-arm64-di nbd-modules-4.15.0-1-arm64-di squashfs-modules-4.15.0-1-arm64-di virtio-modules-4.15.0-1-arm64-di uinput-modules-4.15.0-1-arm64-di leds-modules-4.15.0-1-arm64-di udf-modules-4.15.0-1-arm64-di fuse-modules-4.15.0-1-arm64-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_arm64_none: binary-arch_arm64_none_arm64 binary-arch_arm64_none_real binary-arch_arm64_none_arm64: binary-arch_arm64_none_arm64_real binary-arch_arm64_none_arm64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_arm64_none_real: binary-arch_arm64_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_arm64ilp32: binary-arch_arm64ilp32_real binary-arch_arm64ilp32_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-arch_armel:: binary-arch_armel_extra binary-arch_armel_none binary-arch_armel_real - binary-arch_armel:: - $(MAKE) -f debian/rules.real install-udeb_armel ABINAME='4.14.0-3' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-marvell-di nic-modules-4.14.0-3-marvell-di nic-shared-modules-4.14.0-3-marvell-di usb-serial-modules-4.14.0-3-marvell-di ppp-modules-4.14.0-3-marvell-di cdrom-core-modules-4.14.0-3-marvell-di scsi-core-modules-4.14.0-3-marvell-di loop-modules-4.14.0-3-marvell-di ipv6-modules-4.14.0-3-marvell-di btrfs-modules-4.14.0-3-marvell-di ext4-modules-4.14.0-3-marvell-di isofs-modules-4.14.0-3-marvell-di jffs2-modules-4.14.0-3-marvell-di jfs-modules-4.14.0-3-marvell-di fat-modules-4.14.0-3-marvell-di minix-modules-4.14.0-3-marvell-di md-modules-4.14.0-3-marvell-di multipath-modules-4.14.0-3-marvell-di usb-modules-4.14.0-3-marvell-di usb-storage-modules-4.14.0-3-marvell-di fb-modules-4.14.0-3-marvell-di input-modules-4.14.0-3-marvell-di event-modules-4.14.0-3-marvell-di mouse-modules-4.14.0-3-marvell-di nic-usb-modules-4.14.0-3-marvell-di sata-modules-4.14.0-3-marvell-di crc-modules-4.14.0-3-marvell-di crypto-modules-4.14.0-3-marvell-di crypto-dm-modules-4.14.0-3-marvell-di mmc-modules-4.14.0-3-marvell-di nbd-modules-4.14.0-3-marvell-di squashfs-modules-4.14.0-3-marvell-di uinput-modules-4.14.0-3-marvell-di zlib-modules-4.14.0-3-marvell-di leds-modules-4.14.0-3-marvell-di udf-modules-4.14.0-3-marvell-di fuse-modules-4.14.0-3-marvell-di mtd-modules-4.14.0-3-marvell-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + binary-arch_armel: binary-arch_armel_extra binary-arch_armel_real binary-arch_armel_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-compiler-gcc-7-arm' - binary-arch_armel_none: binary-arch_armel_none_marvell binary-arch_armel_none_real - binary-arch_armel_none_marvell: binary-arch_armel_none_marvell_real - binary-arch_armel_none_marvell_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='armel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-marvell' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.marvell' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-arch_armel_none_real: binary-arch_armel_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='armel' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' -binary-arch_armhf:: binary-arch_armhf_extra binary-arch_armhf_none binary-arch_armhf_real -binary-arch_armhf:: - $(MAKE) -f debian/rules.real install-udeb_armhf ABINAME='4.15.0-1' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-armmp-di nic-modules-4.15.0-1-armmp-di nic-wireless-modules-4.15.0-1-armmp-di nic-shared-modules-4.15.0-1-armmp-di ppp-modules-4.15.0-1-armmp-di pata-modules-4.15.0-1-armmp-di scsi-core-modules-4.15.0-1-armmp-di scsi-modules-4.15.0-1-armmp-di loop-modules-4.15.0-1-armmp-di btrfs-modules-4.15.0-1-armmp-di ext4-modules-4.15.0-1-armmp-di isofs-modules-4.15.0-1-armmp-di jfs-modules-4.15.0-1-armmp-di fat-modules-4.15.0-1-armmp-di md-modules-4.15.0-1-armmp-di multipath-modules-4.15.0-1-armmp-di usb-modules-4.15.0-1-armmp-di usb-storage-modules-4.15.0-1-armmp-di fb-modules-4.15.0-1-armmp-di input-modules-4.15.0-1-armmp-di event-modules-4.15.0-1-armmp-di nic-usb-modules-4.15.0-1-armmp-di sata-modules-4.15.0-1-armmp-di i2c-modules-4.15.0-1-armmp-di crc-modules-4.15.0-1-armmp-di crypto-modules-4.15.0-1-armmp-di crypto-dm-modules-4.15.0-1-armmp-di efi-modules-4.15.0-1-armmp-di ata-modules-4.15.0-1-armmp-di mmc-modules-4.15.0-1-armmp-di nbd-modules-4.15.0-1-armmp-di squashfs-modules-4.15.0-1-armmp-di virtio-modules-4.15.0-1-armmp-di uinput-modules-4.15.0-1-armmp-di zlib-modules-4.15.0-1-armmp-di leds-modules-4.15.0-1-armmp-di udf-modules-4.15.0-1-armmp-di fuse-modules-4.15.0-1-armmp-di mtd-modules-4.15.0-1-armmp-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='armel' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' +binary-arch_armhf: binary-arch_armhf_extra binary-arch_armhf_real binary-arch_armhf_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='armhf' DH_OPTIONS='-plinux-compiler-gcc-7-arm' -binary-arch_armhf_none: binary-arch_armhf_none_armmp binary-arch_armhf_none_armmp-lpae binary-arch_armhf_none_real -binary-arch_armhf_none_armmp: binary-arch_armhf_none_armmp_real -binary-arch_armhf_none_armmp-lpae: binary-arch_armhf_none_armmp-lpae_real -binary-arch_armhf_none_armmp-lpae_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='armhf' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-armmp-lpae' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/armhf/config.armmp-lpae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' -binary-arch_armhf_none_armmp_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='armhf' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' -binary-arch_armhf_none_real: binary-arch_armhf_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='armhf' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='armhf' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_hppa:: binary-arch_hppa_none binary-arch_hppa_real binary-arch_hppa:: - $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='4.14.0-3' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-parisc-di nic-modules-4.14.0-3-parisc-di nic-shared-modules-4.14.0-3-parisc-di serial-modules-4.14.0-3-parisc-di usb-serial-modules-4.14.0-3-parisc-di ppp-modules-4.14.0-3-parisc-di pata-modules-4.14.0-3-parisc-di cdrom-core-modules-4.14.0-3-parisc-di scsi-core-modules-4.14.0-3-parisc-di scsi-modules-4.14.0-3-parisc-di loop-modules-4.14.0-3-parisc-di btrfs-modules-4.14.0-3-parisc-di ext4-modules-4.14.0-3-parisc-di isofs-modules-4.14.0-3-parisc-di jfs-modules-4.14.0-3-parisc-di xfs-modules-4.14.0-3-parisc-di fat-modules-4.14.0-3-parisc-di md-modules-4.14.0-3-parisc-di multipath-modules-4.14.0-3-parisc-di usb-modules-4.14.0-3-parisc-di usb-storage-modules-4.14.0-3-parisc-di input-modules-4.14.0-3-parisc-di event-modules-4.14.0-3-parisc-di mouse-modules-4.14.0-3-parisc-di nic-usb-modules-4.14.0-3-parisc-di sata-modules-4.14.0-3-parisc-di crc-modules-4.14.0-3-parisc-di crypto-modules-4.14.0-3-parisc-di crypto-dm-modules-4.14.0-3-parisc-di ata-modules-4.14.0-3-parisc-di nbd-modules-4.14.0-3-parisc-di squashfs-modules-4.14.0-3-parisc-di virtio-modules-4.14.0-3-parisc-di zlib-modules-4.14.0-3-parisc-di fuse-modules-4.14.0-3-parisc-di kernel-image-4.14.0-3-parisc64-smp-di nic-modules-4.14.0-3-parisc64-smp-di nic-shared-modules-4.14.0-3-parisc64-smp-di serial-modules-4.14.0-3-parisc64-smp-di usb-serial-modules-4.14.0-3-parisc64-smp-di ppp-modules-4.14.0-3-parisc64-smp-di pata-modules-4.14.0-3-parisc64-smp-di cdrom-core-modules-4.14.0-3-parisc64-smp-di scsi-core-modules-4.14.0-3-parisc64-smp-di scsi-modules-4.14.0-3-parisc64-smp-di loop-modules-4.14.0-3-parisc64-smp-di btrfs-modules-4.14.0-3-parisc64-smp-di ext4-modules-4.14.0-3-parisc64-smp-di isofs-modules-4.14.0-3-parisc64-smp-di jfs-modules-4.14.0-3-parisc64-smp-di xfs-modules-4.14.0-3-parisc64-smp-di fat-modules-4.14.0-3-parisc64-smp-di md-modules-4.14.0-3-parisc64-smp-di multipath-modules-4.14.0-3-parisc64-smp-di usb-modules-4.14.0-3-parisc64-smp-di usb-storage-modules-4.14.0-3-parisc64-smp-di fb-modules-4.14.0-3-parisc64-smp-di input-modules-4.14.0-3-parisc64-smp-di event-modules-4.14.0-3-parisc64-smp-di mouse-modules-4.14.0-3-parisc64-smp-di nic-usb-modules-4.14.0-3-parisc64-smp-di sata-modules-4.14.0-3-parisc64-smp-di crc-modules-4.14.0-3-parisc64-smp-di crypto-modules-4.14.0-3-parisc64-smp-di crypto-dm-modules-4.14.0-3-parisc64-smp-di ata-modules-4.14.0-3-parisc64-smp-di nbd-modules-4.14.0-3-parisc64-smp-di squashfs-modules-4.14.0-3-parisc64-smp-di virtio-modules-4.14.0-3-parisc64-smp-di zlib-modules-4.14.0-3-parisc64-smp-di fuse-modules-4.14.0-3-parisc64-smp-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-parisc-di nic-modules-4.15.0-1-parisc-di nic-shared-modules-4.15.0-1-parisc-di serial-modules-4.15.0-1-parisc-di usb-serial-modules-4.15.0-1-parisc-di ppp-modules-4.15.0-1-parisc-di pata-modules-4.15.0-1-parisc-di cdrom-core-modules-4.15.0-1-parisc-di scsi-core-modules-4.15.0-1-parisc-di scsi-modules-4.15.0-1-parisc-di loop-modules-4.15.0-1-parisc-di btrfs-modules-4.15.0-1-parisc-di ext4-modules-4.15.0-1-parisc-di isofs-modules-4.15.0-1-parisc-di jfs-modules-4.15.0-1-parisc-di xfs-modules-4.15.0-1-parisc-di fat-modules-4.15.0-1-parisc-di md-modules-4.15.0-1-parisc-di multipath-modules-4.15.0-1-parisc-di usb-modules-4.15.0-1-parisc-di usb-storage-modules-4.15.0-1-parisc-di input-modules-4.15.0-1-parisc-di event-modules-4.15.0-1-parisc-di mouse-modules-4.15.0-1-parisc-di nic-usb-modules-4.15.0-1-parisc-di sata-modules-4.15.0-1-parisc-di crc-modules-4.15.0-1-parisc-di crypto-modules-4.15.0-1-parisc-di crypto-dm-modules-4.15.0-1-parisc-di ata-modules-4.15.0-1-parisc-di nbd-modules-4.15.0-1-parisc-di squashfs-modules-4.15.0-1-parisc-di virtio-modules-4.15.0-1-parisc-di zlib-modules-4.15.0-1-parisc-di fuse-modules-4.15.0-1-parisc-di kernel-image-4.15.0-1-parisc64-smp-di nic-modules-4.15.0-1-parisc64-smp-di nic-shared-modules-4.15.0-1-parisc64-smp-di serial-modules-4.15.0-1-parisc64-smp-di usb-serial-modules-4.15.0-1-parisc64-smp-di ppp-modules-4.15.0-1-parisc64-smp-di pata-modules-4.15.0-1-parisc64-smp-di cdrom-core-modules-4.15.0-1-parisc64-smp-di scsi-core-modules-4.15.0-1-parisc64-smp-di scsi-modules-4.15.0-1-parisc64-smp-di loop-modules-4.15.0-1-parisc64-smp-di btrfs-modules-4.15.0-1-parisc64-smp-di ext4-modules-4.15.0-1-parisc64-smp-di isofs-modules-4.15.0-1-parisc64-smp-di jfs-modules-4.15.0-1-parisc64-smp-di xfs-modules-4.15.0-1-parisc64-smp-di fat-modules-4.15.0-1-parisc64-smp-di md-modules-4.15.0-1-parisc64-smp-di multipath-modules-4.15.0-1-parisc64-smp-di usb-modules-4.15.0-1-parisc64-smp-di usb-storage-modules-4.15.0-1-parisc64-smp-di fb-modules-4.15.0-1-parisc64-smp-di input-modules-4.15.0-1-parisc64-smp-di event-modules-4.15.0-1-parisc64-smp-di mouse-modules-4.15.0-1-parisc64-smp-di nic-usb-modules-4.15.0-1-parisc64-smp-di sata-modules-4.15.0-1-parisc64-smp-di crc-modules-4.15.0-1-parisc64-smp-di crypto-modules-4.15.0-1-parisc64-smp-di crypto-dm-modules-4.15.0-1-parisc64-smp-di ata-modules-4.15.0-1-parisc64-smp-di nbd-modules-4.15.0-1-parisc64-smp-di squashfs-modules-4.15.0-1-parisc64-smp-di virtio-modules-4.15.0-1-parisc64-smp-di zlib-modules-4.15.0-1-parisc64-smp-di fuse-modules-4.15.0-1-parisc64-smp-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-parisc-di nic-modules-4.15.0-1-parisc-di nic-shared-modules-4.15.0-1-parisc-di serial-modules-4.15.0-1-parisc-di usb-serial-modules-4.15.0-1-parisc-di ppp-modules-4.15.0-1-parisc-di pata-modules-4.15.0-1-parisc-di cdrom-core-modules-4.15.0-1-parisc-di scsi-core-modules-4.15.0-1-parisc-di scsi-modules-4.15.0-1-parisc-di loop-modules-4.15.0-1-parisc-di btrfs-modules-4.15.0-1-parisc-di ext4-modules-4.15.0-1-parisc-di isofs-modules-4.15.0-1-parisc-di jfs-modules-4.15.0-1-parisc-di xfs-modules-4.15.0-1-parisc-di fat-modules-4.15.0-1-parisc-di md-modules-4.15.0-1-parisc-di multipath-modules-4.15.0-1-parisc-di usb-modules-4.15.0-1-parisc-di usb-storage-modules-4.15.0-1-parisc-di input-modules-4.15.0-1-parisc-di event-modules-4.15.0-1-parisc-di mouse-modules-4.15.0-1-parisc-di nic-usb-modules-4.15.0-1-parisc-di sata-modules-4.15.0-1-parisc-di crc-modules-4.15.0-1-parisc-di crypto-modules-4.15.0-1-parisc-di crypto-dm-modules-4.15.0-1-parisc-di ata-modules-4.15.0-1-parisc-di nbd-modules-4.15.0-1-parisc-di squashfs-modules-4.15.0-1-parisc-di virtio-modules-4.15.0-1-parisc-di zlib-modules-4.15.0-1-parisc-di fuse-modules-4.15.0-1-parisc-di kernel-image-4.15.0-1-parisc64-smp-di nic-modules-4.15.0-1-parisc64-smp-di nic-shared-modules-4.15.0-1-parisc64-smp-di serial-modules-4.15.0-1-parisc64-smp-di usb-serial-modules-4.15.0-1-parisc64-smp-di ppp-modules-4.15.0-1-parisc64-smp-di pata-modules-4.15.0-1-parisc64-smp-di cdrom-core-modules-4.15.0-1-parisc64-smp-di scsi-core-modules-4.15.0-1-parisc64-smp-di scsi-modules-4.15.0-1-parisc64-smp-di loop-modules-4.15.0-1-parisc64-smp-di btrfs-modules-4.15.0-1-parisc64-smp-di ext4-modules-4.15.0-1-parisc64-smp-di isofs-modules-4.15.0-1-parisc64-smp-di jfs-modules-4.15.0-1-parisc64-smp-di xfs-modules-4.15.0-1-parisc64-smp-di fat-modules-4.15.0-1-parisc64-smp-di md-modules-4.15.0-1-parisc64-smp-di multipath-modules-4.15.0-1-parisc64-smp-di usb-modules-4.15.0-1-parisc64-smp-di usb-storage-modules-4.15.0-1-parisc64-smp-di fb-modules-4.15.0-1-parisc64-smp-di input-modules-4.15.0-1-parisc64-smp-di event-modules-4.15.0-1-parisc64-smp-di mouse-modules-4.15.0-1-parisc64-smp-di nic-usb-modules-4.15.0-1-parisc64-smp-di sata-modules-4.15.0-1-parisc64-smp-di crc-modules-4.15.0-1-parisc64-smp-di crypto-modules-4.15.0-1-parisc64-smp-di crypto-dm-modules-4.15.0-1-parisc64-smp-di ata-modules-4.15.0-1-parisc64-smp-di nbd-modules-4.15.0-1-parisc64-smp-di squashfs-modules-4.15.0-1-parisc64-smp-di virtio-modules-4.15.0-1-parisc64-smp-di zlib-modules-4.15.0-1-parisc64-smp-di fuse-modules-4.15.0-1-parisc64-smp-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_hppa_none: binary-arch_hppa_none_parisc binary-arch_hppa_none_parisc64-smp binary-arch_hppa_none_real binary-arch_hppa_none_parisc: binary-arch_hppa_none_parisc_real binary-arch_hppa_none_parisc64-smp: binary-arch_hppa_none_parisc64-smp_real binary-arch_hppa_none_parisc64-smp_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_hppa_none_parisc_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_hppa_none_real: binary-arch_hppa_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-arch_i386:: binary-arch_i386_extra binary-arch_i386_none binary-arch_i386_real binary-arch_i386_rt - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + binary-arch_i386:: binary-arch_i386_extra binary-arch_i386_none binary-arch_i386_real binary-arch_i386:: - $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='4.14.0-3' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-686-di nic-modules-4.14.0-3-686-di nic-wireless-modules-4.14.0-3-686-di nic-shared-modules-4.14.0-3-686-di serial-modules-4.14.0-3-686-di usb-serial-modules-4.14.0-3-686-di ppp-modules-4.14.0-3-686-di pata-modules-4.14.0-3-686-di cdrom-core-modules-4.14.0-3-686-di firewire-core-modules-4.14.0-3-686-di scsi-core-modules-4.14.0-3-686-di scsi-modules-4.14.0-3-686-di loop-modules-4.14.0-3-686-di btrfs-modules-4.14.0-3-686-di ext4-modules-4.14.0-3-686-di isofs-modules-4.14.0-3-686-di jfs-modules-4.14.0-3-686-di ntfs-modules-4.14.0-3-686-di xfs-modules-4.14.0-3-686-di fat-modules-4.14.0-3-686-di md-modules-4.14.0-3-686-di multipath-modules-4.14.0-3-686-di usb-modules-4.14.0-3-686-di usb-storage-modules-4.14.0-3-686-di pcmcia-storage-modules-4.14.0-3-686-di fb-modules-4.14.0-3-686-di input-modules-4.14.0-3-686-di event-modules-4.14.0-3-686-di mouse-modules-4.14.0-3-686-di nic-pcmcia-modules-4.14.0-3-686-di pcmcia-modules-4.14.0-3-686-di nic-usb-modules-4.14.0-3-686-di sata-modules-4.14.0-3-686-di acpi-modules-4.14.0-3-686-di i2c-modules-4.14.0-3-686-di crc-modules-4.14.0-3-686-di crypto-modules-4.14.0-3-686-di crypto-dm-modules-4.14.0-3-686-di efi-modules-4.14.0-3-686-di ata-modules-4.14.0-3-686-di mmc-core-modules-4.14.0-3-686-di mmc-modules-4.14.0-3-686-di nbd-modules-4.14.0-3-686-di squashfs-modules-4.14.0-3-686-di speakup-modules-4.14.0-3-686-di virtio-modules-4.14.0-3-686-di uinput-modules-4.14.0-3-686-di sound-modules-4.14.0-3-686-di hyperv-modules-4.14.0-3-686-di udf-modules-4.14.0-3-686-di fuse-modules-4.14.0-3-686-di kernel-image-4.14.0-3-686-pae-di nic-modules-4.14.0-3-686-pae-di nic-wireless-modules-4.14.0-3-686-pae-di nic-shared-modules-4.14.0-3-686-pae-di serial-modules-4.14.0-3-686-pae-di usb-serial-modules-4.14.0-3-686-pae-di ppp-modules-4.14.0-3-686-pae-di pata-modules-4.14.0-3-686-pae-di cdrom-core-modules-4.14.0-3-686-pae-di firewire-core-modules-4.14.0-3-686-pae-di scsi-core-modules-4.14.0-3-686-pae-di scsi-modules-4.14.0-3-686-pae-di loop-modules-4.14.0-3-686-pae-di btrfs-modules-4.14.0-3-686-pae-di ext4-modules-4.14.0-3-686-pae-di isofs-modules-4.14.0-3-686-pae-di jfs-modules-4.14.0-3-686-pae-di ntfs-modules-4.14.0-3-686-pae-di xfs-modules-4.14.0-3-686-pae-di fat-modules-4.14.0-3-686-pae-di md-modules-4.14.0-3-686-pae-di multipath-modules-4.14.0-3-686-pae-di usb-modules-4.14.0-3-686-pae-di usb-storage-modules-4.14.0-3-686-pae-di pcmcia-storage-modules-4.14.0-3-686-pae-di fb-modules-4.14.0-3-686-pae-di input-modules-4.14.0-3-686-pae-di event-modules-4.14.0-3-686-pae-di mouse-modules-4.14.0-3-686-pae-di nic-pcmcia-modules-4.14.0-3-686-pae-di pcmcia-modules-4.14.0-3-686-pae-di nic-usb-modules-4.14.0-3-686-pae-di sata-modules-4.14.0-3-686-pae-di acpi-modules-4.14.0-3-686-pae-di i2c-modules-4.14.0-3-686-pae-di crc-modules-4.14.0-3-686-pae-di crypto-modules-4.14.0-3-686-pae-di crypto-dm-modules-4.14.0-3-686-pae-di efi-modules-4.14.0-3-686-pae-di ata-modules-4.14.0-3-686-pae-di mmc-core-modules-4.14.0-3-686-pae-di mmc-modules-4.14.0-3-686-pae-di nbd-modules-4.14.0-3-686-pae-di squashfs-modules-4.14.0-3-686-pae-di speakup-modules-4.14.0-3-686-pae-di virtio-modules-4.14.0-3-686-pae-di uinput-modules-4.14.0-3-686-pae-di sound-modules-4.14.0-3-686-pae-di hyperv-modules-4.14.0-3-686-pae-di udf-modules-4.14.0-3-686-pae-di fuse-modules-4.14.0-3-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-686-di nic-modules-4.15.0-1-686-di nic-wireless-modules-4.15.0-1-686-di nic-shared-modules-4.15.0-1-686-di serial-modules-4.15.0-1-686-di usb-serial-modules-4.15.0-1-686-di ppp-modules-4.15.0-1-686-di pata-modules-4.15.0-1-686-di cdrom-core-modules-4.15.0-1-686-di firewire-core-modules-4.15.0-1-686-di scsi-core-modules-4.15.0-1-686-di scsi-modules-4.15.0-1-686-di loop-modules-4.15.0-1-686-di btrfs-modules-4.15.0-1-686-di ext4-modules-4.15.0-1-686-di isofs-modules-4.15.0-1-686-di jfs-modules-4.15.0-1-686-di ntfs-modules-4.15.0-1-686-di xfs-modules-4.15.0-1-686-di fat-modules-4.15.0-1-686-di md-modules-4.15.0-1-686-di multipath-modules-4.15.0-1-686-di usb-modules-4.15.0-1-686-di usb-storage-modules-4.15.0-1-686-di pcmcia-storage-modules-4.15.0-1-686-di fb-modules-4.15.0-1-686-di input-modules-4.15.0-1-686-di event-modules-4.15.0-1-686-di mouse-modules-4.15.0-1-686-di nic-pcmcia-modules-4.15.0-1-686-di pcmcia-modules-4.15.0-1-686-di nic-usb-modules-4.15.0-1-686-di sata-modules-4.15.0-1-686-di acpi-modules-4.15.0-1-686-di i2c-modules-4.15.0-1-686-di crc-modules-4.15.0-1-686-di crypto-modules-4.15.0-1-686-di crypto-dm-modules-4.15.0-1-686-di efi-modules-4.15.0-1-686-di ata-modules-4.15.0-1-686-di mmc-core-modules-4.15.0-1-686-di mmc-modules-4.15.0-1-686-di nbd-modules-4.15.0-1-686-di squashfs-modules-4.15.0-1-686-di speakup-modules-4.15.0-1-686-di virtio-modules-4.15.0-1-686-di uinput-modules-4.15.0-1-686-di sound-modules-4.15.0-1-686-di hyperv-modules-4.15.0-1-686-di udf-modules-4.15.0-1-686-di fuse-modules-4.15.0-1-686-di kernel-image-4.15.0-1-686-pae-di nic-modules-4.15.0-1-686-pae-di nic-wireless-modules-4.15.0-1-686-pae-di nic-shared-modules-4.15.0-1-686-pae-di serial-modules-4.15.0-1-686-pae-di usb-serial-modules-4.15.0-1-686-pae-di ppp-modules-4.15.0-1-686-pae-di pata-modules-4.15.0-1-686-pae-di cdrom-core-modules-4.15.0-1-686-pae-di firewire-core-modules-4.15.0-1-686-pae-di scsi-core-modules-4.15.0-1-686-pae-di scsi-modules-4.15.0-1-686-pae-di loop-modules-4.15.0-1-686-pae-di btrfs-modules-4.15.0-1-686-pae-di ext4-modules-4.15.0-1-686-pae-di isofs-modules-4.15.0-1-686-pae-di jfs-modules-4.15.0-1-686-pae-di ntfs-modules-4.15.0-1-686-pae-di xfs-modules-4.15.0-1-686-pae-di fat-modules-4.15.0-1-686-pae-di md-modules-4.15.0-1-686-pae-di multipath-modules-4.15.0-1-686-pae-di usb-modules-4.15.0-1-686-pae-di usb-storage-modules-4.15.0-1-686-pae-di pcmcia-storage-modules-4.15.0-1-686-pae-di fb-modules-4.15.0-1-686-pae-di input-modules-4.15.0-1-686-pae-di event-modules-4.15.0-1-686-pae-di mouse-modules-4.15.0-1-686-pae-di nic-pcmcia-modules-4.15.0-1-686-pae-di pcmcia-modules-4.15.0-1-686-pae-di nic-usb-modules-4.15.0-1-686-pae-di sata-modules-4.15.0-1-686-pae-di acpi-modules-4.15.0-1-686-pae-di i2c-modules-4.15.0-1-686-pae-di crc-modules-4.15.0-1-686-pae-di crypto-modules-4.15.0-1-686-pae-di crypto-dm-modules-4.15.0-1-686-pae-di efi-modules-4.15.0-1-686-pae-di ata-modules-4.15.0-1-686-pae-di mmc-core-modules-4.15.0-1-686-pae-di mmc-modules-4.15.0-1-686-pae-di nbd-modules-4.15.0-1-686-pae-di squashfs-modules-4.15.0-1-686-pae-di speakup-modules-4.15.0-1-686-pae-di virtio-modules-4.15.0-1-686-pae-di uinput-modules-4.15.0-1-686-pae-di sound-modules-4.15.0-1-686-pae-di hyperv-modules-4.15.0-1-686-pae-di udf-modules-4.15.0-1-686-pae-di fuse-modules-4.15.0-1-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-686-di nic-modules-4.15.0-1-686-di nic-wireless-modules-4.15.0-1-686-di nic-shared-modules-4.15.0-1-686-di serial-modules-4.15.0-1-686-di usb-serial-modules-4.15.0-1-686-di ppp-modules-4.15.0-1-686-di pata-modules-4.15.0-1-686-di cdrom-core-modules-4.15.0-1-686-di firewire-core-modules-4.15.0-1-686-di scsi-core-modules-4.15.0-1-686-di scsi-modules-4.15.0-1-686-di loop-modules-4.15.0-1-686-di btrfs-modules-4.15.0-1-686-di ext4-modules-4.15.0-1-686-di isofs-modules-4.15.0-1-686-di jfs-modules-4.15.0-1-686-di ntfs-modules-4.15.0-1-686-di xfs-modules-4.15.0-1-686-di fat-modules-4.15.0-1-686-di md-modules-4.15.0-1-686-di multipath-modules-4.15.0-1-686-di usb-modules-4.15.0-1-686-di usb-storage-modules-4.15.0-1-686-di pcmcia-storage-modules-4.15.0-1-686-di fb-modules-4.15.0-1-686-di input-modules-4.15.0-1-686-di event-modules-4.15.0-1-686-di mouse-modules-4.15.0-1-686-di nic-pcmcia-modules-4.15.0-1-686-di pcmcia-modules-4.15.0-1-686-di nic-usb-modules-4.15.0-1-686-di sata-modules-4.15.0-1-686-di acpi-modules-4.15.0-1-686-di i2c-modules-4.15.0-1-686-di crc-modules-4.15.0-1-686-di crypto-modules-4.15.0-1-686-di crypto-dm-modules-4.15.0-1-686-di efi-modules-4.15.0-1-686-di ata-modules-4.15.0-1-686-di mmc-core-modules-4.15.0-1-686-di mmc-modules-4.15.0-1-686-di nbd-modules-4.15.0-1-686-di squashfs-modules-4.15.0-1-686-di speakup-modules-4.15.0-1-686-di virtio-modules-4.15.0-1-686-di uinput-modules-4.15.0-1-686-di sound-modules-4.15.0-1-686-di hyperv-modules-4.15.0-1-686-di udf-modules-4.15.0-1-686-di fuse-modules-4.15.0-1-686-di kernel-image-4.15.0-1-686-pae-di nic-modules-4.15.0-1-686-pae-di nic-wireless-modules-4.15.0-1-686-pae-di nic-shared-modules-4.15.0-1-686-pae-di serial-modules-4.15.0-1-686-pae-di usb-serial-modules-4.15.0-1-686-pae-di ppp-modules-4.15.0-1-686-pae-di pata-modules-4.15.0-1-686-pae-di cdrom-core-modules-4.15.0-1-686-pae-di firewire-core-modules-4.15.0-1-686-pae-di scsi-core-modules-4.15.0-1-686-pae-di scsi-modules-4.15.0-1-686-pae-di loop-modules-4.15.0-1-686-pae-di btrfs-modules-4.15.0-1-686-pae-di ext4-modules-4.15.0-1-686-pae-di isofs-modules-4.15.0-1-686-pae-di jfs-modules-4.15.0-1-686-pae-di ntfs-modules-4.15.0-1-686-pae-di xfs-modules-4.15.0-1-686-pae-di fat-modules-4.15.0-1-686-pae-di md-modules-4.15.0-1-686-pae-di multipath-modules-4.15.0-1-686-pae-di usb-modules-4.15.0-1-686-pae-di usb-storage-modules-4.15.0-1-686-pae-di pcmcia-storage-modules-4.15.0-1-686-pae-di fb-modules-4.15.0-1-686-pae-di input-modules-4.15.0-1-686-pae-di event-modules-4.15.0-1-686-pae-di mouse-modules-4.15.0-1-686-pae-di nic-pcmcia-modules-4.15.0-1-686-pae-di pcmcia-modules-4.15.0-1-686-pae-di nic-usb-modules-4.15.0-1-686-pae-di sata-modules-4.15.0-1-686-pae-di acpi-modules-4.15.0-1-686-pae-di i2c-modules-4.15.0-1-686-pae-di crc-modules-4.15.0-1-686-pae-di crypto-modules-4.15.0-1-686-pae-di crypto-dm-modules-4.15.0-1-686-pae-di efi-modules-4.15.0-1-686-pae-di ata-modules-4.15.0-1-686-pae-di mmc-core-modules-4.15.0-1-686-pae-di mmc-modules-4.15.0-1-686-pae-di nbd-modules-4.15.0-1-686-pae-di squashfs-modules-4.15.0-1-686-pae-di speakup-modules-4.15.0-1-686-pae-di virtio-modules-4.15.0-1-686-pae-di uinput-modules-4.15.0-1-686-pae-di sound-modules-4.15.0-1-686-pae-di hyperv-modules-4.15.0-1-686-pae-di udf-modules-4.15.0-1-686-pae-di fuse-modules-4.15.0-1-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_i386_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-compiler-gcc-7-x86' binary-arch_i386_none: binary-arch_i386_none_686 binary-arch_i386_none_686-pae binary-arch_i386_none_real binary-arch_i386_none_686: binary-arch_i386_none_686_real binary-arch_i386_none_686-pae: binary-arch_i386_none_686-pae_real binary-arch_i386_none_686-pae_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_i386_none_686_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_i386_none_real: binary-arch_i386_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-arch_i386_rt: binary-arch_i386_rt_686-pae binary-arch_i386_rt_real - binary-arch_i386_rt_686-pae: binary-arch_i386_rt_686-pae_real - binary-arch_i386_rt_686-pae_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-rt-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - binary-arch_i386_rt_real: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_m68k:: binary-arch_m68k_none binary-arch_m68k_real binary-arch_m68k:: - $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='4.14.0-3' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-m68k-di nic-modules-4.14.0-3-m68k-di nic-shared-modules-4.14.0-3-m68k-di ppp-modules-4.14.0-3-m68k-di pata-modules-4.14.0-3-m68k-di cdrom-core-modules-4.14.0-3-m68k-di scsi-core-modules-4.14.0-3-m68k-di scsi-modules-4.14.0-3-m68k-di loop-modules-4.14.0-3-m68k-di btrfs-modules-4.14.0-3-m68k-di ext4-modules-4.14.0-3-m68k-di isofs-modules-4.14.0-3-m68k-di fat-modules-4.14.0-3-m68k-di hfs-modules-4.14.0-3-m68k-di affs-modules-4.14.0-3-m68k-di md-modules-4.14.0-3-m68k-di crc-modules-4.14.0-3-m68k-di crypto-modules-4.14.0-3-m68k-di ata-modules-4.14.0-3-m68k-di nbd-modules-4.14.0-3-m68k-di squashfs-modules-4.14.0-3-m68k-di zlib-modules-4.14.0-3-m68k-di udf-modules-4.14.0-3-m68k-di fuse-modules-4.14.0-3-m68k-di ide-core-modules-4.14.0-3-m68k-di ide-modules-4.14.0-3-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-m68k-di nic-modules-4.15.0-1-m68k-di nic-shared-modules-4.15.0-1-m68k-di ppp-modules-4.15.0-1-m68k-di pata-modules-4.15.0-1-m68k-di cdrom-core-modules-4.15.0-1-m68k-di scsi-core-modules-4.15.0-1-m68k-di scsi-modules-4.15.0-1-m68k-di loop-modules-4.15.0-1-m68k-di btrfs-modules-4.15.0-1-m68k-di ext4-modules-4.15.0-1-m68k-di isofs-modules-4.15.0-1-m68k-di fat-modules-4.15.0-1-m68k-di hfs-modules-4.15.0-1-m68k-di affs-modules-4.15.0-1-m68k-di md-modules-4.15.0-1-m68k-di crc-modules-4.15.0-1-m68k-di crypto-modules-4.15.0-1-m68k-di ata-modules-4.15.0-1-m68k-di nbd-modules-4.15.0-1-m68k-di squashfs-modules-4.15.0-1-m68k-di zlib-modules-4.15.0-1-m68k-di udf-modules-4.15.0-1-m68k-di fuse-modules-4.15.0-1-m68k-di ide-core-modules-4.15.0-1-m68k-di ide-modules-4.15.0-1-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-m68k-di nic-modules-4.15.0-1-m68k-di nic-shared-modules-4.15.0-1-m68k-di ppp-modules-4.15.0-1-m68k-di pata-modules-4.15.0-1-m68k-di cdrom-core-modules-4.15.0-1-m68k-di scsi-core-modules-4.15.0-1-m68k-di scsi-modules-4.15.0-1-m68k-di loop-modules-4.15.0-1-m68k-di btrfs-modules-4.15.0-1-m68k-di ext4-modules-4.15.0-1-m68k-di isofs-modules-4.15.0-1-m68k-di fat-modules-4.15.0-1-m68k-di hfs-modules-4.15.0-1-m68k-di affs-modules-4.15.0-1-m68k-di md-modules-4.15.0-1-m68k-di crc-modules-4.15.0-1-m68k-di crypto-modules-4.15.0-1-m68k-di ata-modules-4.15.0-1-m68k-di nbd-modules-4.15.0-1-m68k-di squashfs-modules-4.15.0-1-m68k-di zlib-modules-4.15.0-1-m68k-di udf-modules-4.15.0-1-m68k-di fuse-modules-4.15.0-1-m68k-di ide-core-modules-4.15.0-1-m68k-di ide-modules-4.15.0-1-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_m68k_none: binary-arch_m68k_none_m68k binary-arch_m68k_none_real binary-arch_m68k_none_m68k: binary-arch_m68k_none_m68k_real binary-arch_m68k_none_m68k_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_m68k_none_real: binary-arch_m68k_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips:: binary-arch_mips_none binary-arch_mips_real binary-arch_mips:: - $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='4.14.0-3' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-4kc-malta-di nic-modules-4.14.0-3-4kc-malta-di nic-wireless-modules-4.14.0-3-4kc-malta-di nic-shared-modules-4.14.0-3-4kc-malta-di usb-serial-modules-4.14.0-3-4kc-malta-di ppp-modules-4.14.0-3-4kc-malta-di pata-modules-4.14.0-3-4kc-malta-di cdrom-core-modules-4.14.0-3-4kc-malta-di scsi-core-modules-4.14.0-3-4kc-malta-di scsi-modules-4.14.0-3-4kc-malta-di loop-modules-4.14.0-3-4kc-malta-di btrfs-modules-4.14.0-3-4kc-malta-di ext4-modules-4.14.0-3-4kc-malta-di isofs-modules-4.14.0-3-4kc-malta-di jfs-modules-4.14.0-3-4kc-malta-di ntfs-modules-4.14.0-3-4kc-malta-di xfs-modules-4.14.0-3-4kc-malta-di fat-modules-4.14.0-3-4kc-malta-di hfs-modules-4.14.0-3-4kc-malta-di affs-modules-4.14.0-3-4kc-malta-di minix-modules-4.14.0-3-4kc-malta-di md-modules-4.14.0-3-4kc-malta-di multipath-modules-4.14.0-3-4kc-malta-di usb-modules-4.14.0-3-4kc-malta-di usb-storage-modules-4.14.0-3-4kc-malta-di input-modules-4.14.0-3-4kc-malta-di event-modules-4.14.0-3-4kc-malta-di mouse-modules-4.14.0-3-4kc-malta-di nic-usb-modules-4.14.0-3-4kc-malta-di sata-modules-4.14.0-3-4kc-malta-di i2c-modules-4.14.0-3-4kc-malta-di crc-modules-4.14.0-3-4kc-malta-di crypto-modules-4.14.0-3-4kc-malta-di crypto-dm-modules-4.14.0-3-4kc-malta-di ata-modules-4.14.0-3-4kc-malta-di mmc-core-modules-4.14.0-3-4kc-malta-di mmc-modules-4.14.0-3-4kc-malta-di nbd-modules-4.14.0-3-4kc-malta-di squashfs-modules-4.14.0-3-4kc-malta-di virtio-modules-4.14.0-3-4kc-malta-di sound-modules-4.14.0-3-4kc-malta-di zlib-modules-4.14.0-3-4kc-malta-di udf-modules-4.14.0-3-4kc-malta-di fuse-modules-4.14.0-3-4kc-malta-di kernel-image-4.14.0-3-octeon-di nic-modules-4.14.0-3-octeon-di nic-wireless-modules-4.14.0-3-octeon-di nic-shared-modules-4.14.0-3-octeon-di usb-serial-modules-4.14.0-3-octeon-di ppp-modules-4.14.0-3-octeon-di pata-modules-4.14.0-3-octeon-di cdrom-core-modules-4.14.0-3-octeon-di scsi-core-modules-4.14.0-3-octeon-di scsi-modules-4.14.0-3-octeon-di loop-modules-4.14.0-3-octeon-di btrfs-modules-4.14.0-3-octeon-di ext4-modules-4.14.0-3-octeon-di isofs-modules-4.14.0-3-octeon-di jfs-modules-4.14.0-3-octeon-di ntfs-modules-4.14.0-3-octeon-di xfs-modules-4.14.0-3-octeon-di fat-modules-4.14.0-3-octeon-di hfs-modules-4.14.0-3-octeon-di affs-modules-4.14.0-3-octeon-di minix-modules-4.14.0-3-octeon-di md-modules-4.14.0-3-octeon-di multipath-modules-4.14.0-3-octeon-di usb-modules-4.14.0-3-octeon-di usb-storage-modules-4.14.0-3-octeon-di input-modules-4.14.0-3-octeon-di event-modules-4.14.0-3-octeon-di nic-usb-modules-4.14.0-3-octeon-di sata-modules-4.14.0-3-octeon-di crc-modules-4.14.0-3-octeon-di crypto-modules-4.14.0-3-octeon-di crypto-dm-modules-4.14.0-3-octeon-di nbd-modules-4.14.0-3-octeon-di squashfs-modules-4.14.0-3-octeon-di rtc-modules-4.14.0-3-octeon-di virtio-modules-4.14.0-3-octeon-di sound-modules-4.14.0-3-octeon-di zlib-modules-4.14.0-3-octeon-di udf-modules-4.14.0-3-octeon-di fuse-modules-4.14.0-3-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-4kc-malta-di nic-modules-4.15.0-1-4kc-malta-di nic-wireless-modules-4.15.0-1-4kc-malta-di nic-shared-modules-4.15.0-1-4kc-malta-di usb-serial-modules-4.15.0-1-4kc-malta-di ppp-modules-4.15.0-1-4kc-malta-di pata-modules-4.15.0-1-4kc-malta-di cdrom-core-modules-4.15.0-1-4kc-malta-di scsi-core-modules-4.15.0-1-4kc-malta-di scsi-modules-4.15.0-1-4kc-malta-di loop-modules-4.15.0-1-4kc-malta-di btrfs-modules-4.15.0-1-4kc-malta-di ext4-modules-4.15.0-1-4kc-malta-di isofs-modules-4.15.0-1-4kc-malta-di jfs-modules-4.15.0-1-4kc-malta-di ntfs-modules-4.15.0-1-4kc-malta-di xfs-modules-4.15.0-1-4kc-malta-di fat-modules-4.15.0-1-4kc-malta-di hfs-modules-4.15.0-1-4kc-malta-di affs-modules-4.15.0-1-4kc-malta-di minix-modules-4.15.0-1-4kc-malta-di md-modules-4.15.0-1-4kc-malta-di multipath-modules-4.15.0-1-4kc-malta-di usb-modules-4.15.0-1-4kc-malta-di usb-storage-modules-4.15.0-1-4kc-malta-di input-modules-4.15.0-1-4kc-malta-di event-modules-4.15.0-1-4kc-malta-di mouse-modules-4.15.0-1-4kc-malta-di nic-usb-modules-4.15.0-1-4kc-malta-di sata-modules-4.15.0-1-4kc-malta-di i2c-modules-4.15.0-1-4kc-malta-di crc-modules-4.15.0-1-4kc-malta-di crypto-modules-4.15.0-1-4kc-malta-di crypto-dm-modules-4.15.0-1-4kc-malta-di ata-modules-4.15.0-1-4kc-malta-di mmc-core-modules-4.15.0-1-4kc-malta-di mmc-modules-4.15.0-1-4kc-malta-di nbd-modules-4.15.0-1-4kc-malta-di squashfs-modules-4.15.0-1-4kc-malta-di virtio-modules-4.15.0-1-4kc-malta-di sound-modules-4.15.0-1-4kc-malta-di zlib-modules-4.15.0-1-4kc-malta-di udf-modules-4.15.0-1-4kc-malta-di fuse-modules-4.15.0-1-4kc-malta-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-4kc-malta-di nic-modules-4.15.0-1-4kc-malta-di nic-wireless-modules-4.15.0-1-4kc-malta-di nic-shared-modules-4.15.0-1-4kc-malta-di usb-serial-modules-4.15.0-1-4kc-malta-di ppp-modules-4.15.0-1-4kc-malta-di pata-modules-4.15.0-1-4kc-malta-di cdrom-core-modules-4.15.0-1-4kc-malta-di scsi-core-modules-4.15.0-1-4kc-malta-di scsi-modules-4.15.0-1-4kc-malta-di loop-modules-4.15.0-1-4kc-malta-di btrfs-modules-4.15.0-1-4kc-malta-di ext4-modules-4.15.0-1-4kc-malta-di isofs-modules-4.15.0-1-4kc-malta-di jfs-modules-4.15.0-1-4kc-malta-di ntfs-modules-4.15.0-1-4kc-malta-di xfs-modules-4.15.0-1-4kc-malta-di fat-modules-4.15.0-1-4kc-malta-di hfs-modules-4.15.0-1-4kc-malta-di affs-modules-4.15.0-1-4kc-malta-di minix-modules-4.15.0-1-4kc-malta-di md-modules-4.15.0-1-4kc-malta-di multipath-modules-4.15.0-1-4kc-malta-di usb-modules-4.15.0-1-4kc-malta-di usb-storage-modules-4.15.0-1-4kc-malta-di input-modules-4.15.0-1-4kc-malta-di event-modules-4.15.0-1-4kc-malta-di mouse-modules-4.15.0-1-4kc-malta-di nic-usb-modules-4.15.0-1-4kc-malta-di sata-modules-4.15.0-1-4kc-malta-di i2c-modules-4.15.0-1-4kc-malta-di crc-modules-4.15.0-1-4kc-malta-di crypto-modules-4.15.0-1-4kc-malta-di crypto-dm-modules-4.15.0-1-4kc-malta-di ata-modules-4.15.0-1-4kc-malta-di mmc-core-modules-4.15.0-1-4kc-malta-di mmc-modules-4.15.0-1-4kc-malta-di nbd-modules-4.15.0-1-4kc-malta-di squashfs-modules-4.15.0-1-4kc-malta-di virtio-modules-4.15.0-1-4kc-malta-di sound-modules-4.15.0-1-4kc-malta-di zlib-modules-4.15.0-1-4kc-malta-di udf-modules-4.15.0-1-4kc-malta-di fuse-modules-4.15.0-1-4kc-malta-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mips64:: binary-arch_mips64_none binary-arch_mips64_real binary-arch_mips64:: - $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='4.14.0-3' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-5kc-malta-di nic-modules-4.14.0-3-5kc-malta-di nic-wireless-modules-4.14.0-3-5kc-malta-di nic-shared-modules-4.14.0-3-5kc-malta-di usb-serial-modules-4.14.0-3-5kc-malta-di ppp-modules-4.14.0-3-5kc-malta-di pata-modules-4.14.0-3-5kc-malta-di cdrom-core-modules-4.14.0-3-5kc-malta-di scsi-core-modules-4.14.0-3-5kc-malta-di scsi-modules-4.14.0-3-5kc-malta-di loop-modules-4.14.0-3-5kc-malta-di btrfs-modules-4.14.0-3-5kc-malta-di ext4-modules-4.14.0-3-5kc-malta-di isofs-modules-4.14.0-3-5kc-malta-di jfs-modules-4.14.0-3-5kc-malta-di ntfs-modules-4.14.0-3-5kc-malta-di xfs-modules-4.14.0-3-5kc-malta-di fat-modules-4.14.0-3-5kc-malta-di hfs-modules-4.14.0-3-5kc-malta-di affs-modules-4.14.0-3-5kc-malta-di minix-modules-4.14.0-3-5kc-malta-di md-modules-4.14.0-3-5kc-malta-di multipath-modules-4.14.0-3-5kc-malta-di usb-modules-4.14.0-3-5kc-malta-di usb-storage-modules-4.14.0-3-5kc-malta-di input-modules-4.14.0-3-5kc-malta-di event-modules-4.14.0-3-5kc-malta-di mouse-modules-4.14.0-3-5kc-malta-di nic-usb-modules-4.14.0-3-5kc-malta-di sata-modules-4.14.0-3-5kc-malta-di i2c-modules-4.14.0-3-5kc-malta-di crc-modules-4.14.0-3-5kc-malta-di crypto-modules-4.14.0-3-5kc-malta-di crypto-dm-modules-4.14.0-3-5kc-malta-di ata-modules-4.14.0-3-5kc-malta-di mmc-core-modules-4.14.0-3-5kc-malta-di mmc-modules-4.14.0-3-5kc-malta-di nbd-modules-4.14.0-3-5kc-malta-di squashfs-modules-4.14.0-3-5kc-malta-di virtio-modules-4.14.0-3-5kc-malta-di sound-modules-4.14.0-3-5kc-malta-di zlib-modules-4.14.0-3-5kc-malta-di udf-modules-4.14.0-3-5kc-malta-di fuse-modules-4.14.0-3-5kc-malta-di kernel-image-4.14.0-3-octeon-di nic-modules-4.14.0-3-octeon-di nic-wireless-modules-4.14.0-3-octeon-di nic-shared-modules-4.14.0-3-octeon-di usb-serial-modules-4.14.0-3-octeon-di ppp-modules-4.14.0-3-octeon-di pata-modules-4.14.0-3-octeon-di cdrom-core-modules-4.14.0-3-octeon-di scsi-core-modules-4.14.0-3-octeon-di scsi-modules-4.14.0-3-octeon-di loop-modules-4.14.0-3-octeon-di btrfs-modules-4.14.0-3-octeon-di ext4-modules-4.14.0-3-octeon-di isofs-modules-4.14.0-3-octeon-di jfs-modules-4.14.0-3-octeon-di ntfs-modules-4.14.0-3-octeon-di xfs-modules-4.14.0-3-octeon-di fat-modules-4.14.0-3-octeon-di hfs-modules-4.14.0-3-octeon-di affs-modules-4.14.0-3-octeon-di minix-modules-4.14.0-3-octeon-di md-modules-4.14.0-3-octeon-di multipath-modules-4.14.0-3-octeon-di usb-modules-4.14.0-3-octeon-di usb-storage-modules-4.14.0-3-octeon-di input-modules-4.14.0-3-octeon-di event-modules-4.14.0-3-octeon-di nic-usb-modules-4.14.0-3-octeon-di sata-modules-4.14.0-3-octeon-di crc-modules-4.14.0-3-octeon-di crypto-modules-4.14.0-3-octeon-di crypto-dm-modules-4.14.0-3-octeon-di nbd-modules-4.14.0-3-octeon-di squashfs-modules-4.14.0-3-octeon-di rtc-modules-4.14.0-3-octeon-di virtio-modules-4.14.0-3-octeon-di sound-modules-4.14.0-3-octeon-di zlib-modules-4.14.0-3-octeon-di udf-modules-4.14.0-3-octeon-di fuse-modules-4.14.0-3-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-5kc-malta-di nic-modules-4.15.0-1-5kc-malta-di nic-wireless-modules-4.15.0-1-5kc-malta-di nic-shared-modules-4.15.0-1-5kc-malta-di usb-serial-modules-4.15.0-1-5kc-malta-di ppp-modules-4.15.0-1-5kc-malta-di pata-modules-4.15.0-1-5kc-malta-di cdrom-core-modules-4.15.0-1-5kc-malta-di scsi-core-modules-4.15.0-1-5kc-malta-di scsi-modules-4.15.0-1-5kc-malta-di loop-modules-4.15.0-1-5kc-malta-di btrfs-modules-4.15.0-1-5kc-malta-di ext4-modules-4.15.0-1-5kc-malta-di isofs-modules-4.15.0-1-5kc-malta-di jfs-modules-4.15.0-1-5kc-malta-di ntfs-modules-4.15.0-1-5kc-malta-di xfs-modules-4.15.0-1-5kc-malta-di fat-modules-4.15.0-1-5kc-malta-di hfs-modules-4.15.0-1-5kc-malta-di affs-modules-4.15.0-1-5kc-malta-di minix-modules-4.15.0-1-5kc-malta-di md-modules-4.15.0-1-5kc-malta-di multipath-modules-4.15.0-1-5kc-malta-di usb-modules-4.15.0-1-5kc-malta-di usb-storage-modules-4.15.0-1-5kc-malta-di input-modules-4.15.0-1-5kc-malta-di event-modules-4.15.0-1-5kc-malta-di mouse-modules-4.15.0-1-5kc-malta-di nic-usb-modules-4.15.0-1-5kc-malta-di sata-modules-4.15.0-1-5kc-malta-di i2c-modules-4.15.0-1-5kc-malta-di crc-modules-4.15.0-1-5kc-malta-di crypto-modules-4.15.0-1-5kc-malta-di crypto-dm-modules-4.15.0-1-5kc-malta-di ata-modules-4.15.0-1-5kc-malta-di mmc-core-modules-4.15.0-1-5kc-malta-di mmc-modules-4.15.0-1-5kc-malta-di nbd-modules-4.15.0-1-5kc-malta-di squashfs-modules-4.15.0-1-5kc-malta-di virtio-modules-4.15.0-1-5kc-malta-di sound-modules-4.15.0-1-5kc-malta-di zlib-modules-4.15.0-1-5kc-malta-di udf-modules-4.15.0-1-5kc-malta-di fuse-modules-4.15.0-1-5kc-malta-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-5kc-malta-di nic-modules-4.15.0-1-5kc-malta-di nic-wireless-modules-4.15.0-1-5kc-malta-di nic-shared-modules-4.15.0-1-5kc-malta-di usb-serial-modules-4.15.0-1-5kc-malta-di ppp-modules-4.15.0-1-5kc-malta-di pata-modules-4.15.0-1-5kc-malta-di cdrom-core-modules-4.15.0-1-5kc-malta-di scsi-core-modules-4.15.0-1-5kc-malta-di scsi-modules-4.15.0-1-5kc-malta-di loop-modules-4.15.0-1-5kc-malta-di btrfs-modules-4.15.0-1-5kc-malta-di ext4-modules-4.15.0-1-5kc-malta-di isofs-modules-4.15.0-1-5kc-malta-di jfs-modules-4.15.0-1-5kc-malta-di ntfs-modules-4.15.0-1-5kc-malta-di xfs-modules-4.15.0-1-5kc-malta-di fat-modules-4.15.0-1-5kc-malta-di hfs-modules-4.15.0-1-5kc-malta-di affs-modules-4.15.0-1-5kc-malta-di minix-modules-4.15.0-1-5kc-malta-di md-modules-4.15.0-1-5kc-malta-di multipath-modules-4.15.0-1-5kc-malta-di usb-modules-4.15.0-1-5kc-malta-di usb-storage-modules-4.15.0-1-5kc-malta-di input-modules-4.15.0-1-5kc-malta-di event-modules-4.15.0-1-5kc-malta-di mouse-modules-4.15.0-1-5kc-malta-di nic-usb-modules-4.15.0-1-5kc-malta-di sata-modules-4.15.0-1-5kc-malta-di i2c-modules-4.15.0-1-5kc-malta-di crc-modules-4.15.0-1-5kc-malta-di crypto-modules-4.15.0-1-5kc-malta-di crypto-dm-modules-4.15.0-1-5kc-malta-di ata-modules-4.15.0-1-5kc-malta-di mmc-core-modules-4.15.0-1-5kc-malta-di mmc-modules-4.15.0-1-5kc-malta-di nbd-modules-4.15.0-1-5kc-malta-di squashfs-modules-4.15.0-1-5kc-malta-di virtio-modules-4.15.0-1-5kc-malta-di sound-modules-4.15.0-1-5kc-malta-di zlib-modules-4.15.0-1-5kc-malta-di udf-modules-4.15.0-1-5kc-malta-di fuse-modules-4.15.0-1-5kc-malta-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mips64_none: binary-arch_mips64_none_5kc-malta binary-arch_mips64_none_octeon binary-arch_mips64_none_real binary-arch_mips64_none_5kc-malta: binary-arch_mips64_none_5kc-malta_real binary-arch_mips64_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64_none_octeon: binary-arch_mips64_none_octeon_real binary-arch_mips64_none_octeon_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64_none_real: binary-arch_mips64_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64el:: binary-arch_mips64el_none binary-arch_mips64el_real binary-arch_mips64el:: - $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='4.14.0-3' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-5kc-malta-di nic-modules-4.14.0-3-5kc-malta-di nic-wireless-modules-4.14.0-3-5kc-malta-di nic-shared-modules-4.14.0-3-5kc-malta-di usb-serial-modules-4.14.0-3-5kc-malta-di ppp-modules-4.14.0-3-5kc-malta-di pata-modules-4.14.0-3-5kc-malta-di cdrom-core-modules-4.14.0-3-5kc-malta-di scsi-core-modules-4.14.0-3-5kc-malta-di scsi-modules-4.14.0-3-5kc-malta-di loop-modules-4.14.0-3-5kc-malta-di btrfs-modules-4.14.0-3-5kc-malta-di ext4-modules-4.14.0-3-5kc-malta-di isofs-modules-4.14.0-3-5kc-malta-di jfs-modules-4.14.0-3-5kc-malta-di ntfs-modules-4.14.0-3-5kc-malta-di xfs-modules-4.14.0-3-5kc-malta-di fat-modules-4.14.0-3-5kc-malta-di hfs-modules-4.14.0-3-5kc-malta-di affs-modules-4.14.0-3-5kc-malta-di minix-modules-4.14.0-3-5kc-malta-di md-modules-4.14.0-3-5kc-malta-di multipath-modules-4.14.0-3-5kc-malta-di usb-modules-4.14.0-3-5kc-malta-di usb-storage-modules-4.14.0-3-5kc-malta-di input-modules-4.14.0-3-5kc-malta-di event-modules-4.14.0-3-5kc-malta-di mouse-modules-4.14.0-3-5kc-malta-di nic-usb-modules-4.14.0-3-5kc-malta-di sata-modules-4.14.0-3-5kc-malta-di i2c-modules-4.14.0-3-5kc-malta-di crc-modules-4.14.0-3-5kc-malta-di crypto-modules-4.14.0-3-5kc-malta-di crypto-dm-modules-4.14.0-3-5kc-malta-di ata-modules-4.14.0-3-5kc-malta-di mmc-core-modules-4.14.0-3-5kc-malta-di mmc-modules-4.14.0-3-5kc-malta-di nbd-modules-4.14.0-3-5kc-malta-di squashfs-modules-4.14.0-3-5kc-malta-di virtio-modules-4.14.0-3-5kc-malta-di sound-modules-4.14.0-3-5kc-malta-di zlib-modules-4.14.0-3-5kc-malta-di udf-modules-4.14.0-3-5kc-malta-di fuse-modules-4.14.0-3-5kc-malta-di kernel-image-4.14.0-3-loongson-3-di nic-modules-4.14.0-3-loongson-3-di nic-wireless-modules-4.14.0-3-loongson-3-di nic-shared-modules-4.14.0-3-loongson-3-di usb-serial-modules-4.14.0-3-loongson-3-di ppp-modules-4.14.0-3-loongson-3-di pata-modules-4.14.0-3-loongson-3-di cdrom-core-modules-4.14.0-3-loongson-3-di firewire-core-modules-4.14.0-3-loongson-3-di scsi-core-modules-4.14.0-3-loongson-3-di scsi-modules-4.14.0-3-loongson-3-di loop-modules-4.14.0-3-loongson-3-di btrfs-modules-4.14.0-3-loongson-3-di ext4-modules-4.14.0-3-loongson-3-di isofs-modules-4.14.0-3-loongson-3-di jfs-modules-4.14.0-3-loongson-3-di ntfs-modules-4.14.0-3-loongson-3-di xfs-modules-4.14.0-3-loongson-3-di fat-modules-4.14.0-3-loongson-3-di hfs-modules-4.14.0-3-loongson-3-di affs-modules-4.14.0-3-loongson-3-di minix-modules-4.14.0-3-loongson-3-di nfs-modules-4.14.0-3-loongson-3-di md-modules-4.14.0-3-loongson-3-di multipath-modules-4.14.0-3-loongson-3-di usb-modules-4.14.0-3-loongson-3-di usb-storage-modules-4.14.0-3-loongson-3-di fb-modules-4.14.0-3-loongson-3-di input-modules-4.14.0-3-loongson-3-di event-modules-4.14.0-3-loongson-3-di nic-usb-modules-4.14.0-3-loongson-3-di sata-modules-4.14.0-3-loongson-3-di crc-modules-4.14.0-3-loongson-3-di crypto-modules-4.14.0-3-loongson-3-di crypto-dm-modules-4.14.0-3-loongson-3-di ata-modules-4.14.0-3-loongson-3-di nbd-modules-4.14.0-3-loongson-3-di squashfs-modules-4.14.0-3-loongson-3-di speakup-modules-4.14.0-3-loongson-3-di virtio-modules-4.14.0-3-loongson-3-di sound-modules-4.14.0-3-loongson-3-di zlib-modules-4.14.0-3-loongson-3-di udf-modules-4.14.0-3-loongson-3-di fuse-modules-4.14.0-3-loongson-3-di kernel-image-4.14.0-3-octeon-di nic-modules-4.14.0-3-octeon-di nic-wireless-modules-4.14.0-3-octeon-di nic-shared-modules-4.14.0-3-octeon-di usb-serial-modules-4.14.0-3-octeon-di ppp-modules-4.14.0-3-octeon-di pata-modules-4.14.0-3-octeon-di cdrom-core-modules-4.14.0-3-octeon-di scsi-core-modules-4.14.0-3-octeon-di scsi-modules-4.14.0-3-octeon-di loop-modules-4.14.0-3-octeon-di btrfs-modules-4.14.0-3-octeon-di ext4-modules-4.14.0-3-octeon-di isofs-modules-4.14.0-3-octeon-di jfs-modules-4.14.0-3-octeon-di ntfs-modules-4.14.0-3-octeon-di xfs-modules-4.14.0-3-octeon-di fat-modules-4.14.0-3-octeon-di hfs-modules-4.14.0-3-octeon-di affs-modules-4.14.0-3-octeon-di minix-modules-4.14.0-3-octeon-di md-modules-4.14.0-3-octeon-di multipath-modules-4.14.0-3-octeon-di usb-modules-4.14.0-3-octeon-di usb-storage-modules-4.14.0-3-octeon-di input-modules-4.14.0-3-octeon-di event-modules-4.14.0-3-octeon-di nic-usb-modules-4.14.0-3-octeon-di sata-modules-4.14.0-3-octeon-di crc-modules-4.14.0-3-octeon-di crypto-modules-4.14.0-3-octeon-di crypto-dm-modules-4.14.0-3-octeon-di nbd-modules-4.14.0-3-octeon-di squashfs-modules-4.14.0-3-octeon-di rtc-modules-4.14.0-3-octeon-di virtio-modules-4.14.0-3-octeon-di sound-modules-4.14.0-3-octeon-di zlib-modules-4.14.0-3-octeon-di udf-modules-4.14.0-3-octeon-di fuse-modules-4.14.0-3-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-5kc-malta-di nic-modules-4.15.0-1-5kc-malta-di nic-wireless-modules-4.15.0-1-5kc-malta-di nic-shared-modules-4.15.0-1-5kc-malta-di usb-serial-modules-4.15.0-1-5kc-malta-di ppp-modules-4.15.0-1-5kc-malta-di pata-modules-4.15.0-1-5kc-malta-di cdrom-core-modules-4.15.0-1-5kc-malta-di scsi-core-modules-4.15.0-1-5kc-malta-di scsi-modules-4.15.0-1-5kc-malta-di loop-modules-4.15.0-1-5kc-malta-di btrfs-modules-4.15.0-1-5kc-malta-di ext4-modules-4.15.0-1-5kc-malta-di isofs-modules-4.15.0-1-5kc-malta-di jfs-modules-4.15.0-1-5kc-malta-di ntfs-modules-4.15.0-1-5kc-malta-di xfs-modules-4.15.0-1-5kc-malta-di fat-modules-4.15.0-1-5kc-malta-di hfs-modules-4.15.0-1-5kc-malta-di affs-modules-4.15.0-1-5kc-malta-di minix-modules-4.15.0-1-5kc-malta-di md-modules-4.15.0-1-5kc-malta-di multipath-modules-4.15.0-1-5kc-malta-di usb-modules-4.15.0-1-5kc-malta-di usb-storage-modules-4.15.0-1-5kc-malta-di input-modules-4.15.0-1-5kc-malta-di event-modules-4.15.0-1-5kc-malta-di mouse-modules-4.15.0-1-5kc-malta-di nic-usb-modules-4.15.0-1-5kc-malta-di sata-modules-4.15.0-1-5kc-malta-di i2c-modules-4.15.0-1-5kc-malta-di crc-modules-4.15.0-1-5kc-malta-di crypto-modules-4.15.0-1-5kc-malta-di crypto-dm-modules-4.15.0-1-5kc-malta-di ata-modules-4.15.0-1-5kc-malta-di mmc-core-modules-4.15.0-1-5kc-malta-di mmc-modules-4.15.0-1-5kc-malta-di nbd-modules-4.15.0-1-5kc-malta-di squashfs-modules-4.15.0-1-5kc-malta-di virtio-modules-4.15.0-1-5kc-malta-di sound-modules-4.15.0-1-5kc-malta-di zlib-modules-4.15.0-1-5kc-malta-di udf-modules-4.15.0-1-5kc-malta-di fuse-modules-4.15.0-1-5kc-malta-di kernel-image-4.15.0-1-loongson-3-di nic-modules-4.15.0-1-loongson-3-di nic-wireless-modules-4.15.0-1-loongson-3-di nic-shared-modules-4.15.0-1-loongson-3-di usb-serial-modules-4.15.0-1-loongson-3-di ppp-modules-4.15.0-1-loongson-3-di pata-modules-4.15.0-1-loongson-3-di cdrom-core-modules-4.15.0-1-loongson-3-di firewire-core-modules-4.15.0-1-loongson-3-di scsi-core-modules-4.15.0-1-loongson-3-di scsi-modules-4.15.0-1-loongson-3-di loop-modules-4.15.0-1-loongson-3-di btrfs-modules-4.15.0-1-loongson-3-di ext4-modules-4.15.0-1-loongson-3-di isofs-modules-4.15.0-1-loongson-3-di jfs-modules-4.15.0-1-loongson-3-di ntfs-modules-4.15.0-1-loongson-3-di xfs-modules-4.15.0-1-loongson-3-di fat-modules-4.15.0-1-loongson-3-di hfs-modules-4.15.0-1-loongson-3-di affs-modules-4.15.0-1-loongson-3-di minix-modules-4.15.0-1-loongson-3-di nfs-modules-4.15.0-1-loongson-3-di md-modules-4.15.0-1-loongson-3-di multipath-modules-4.15.0-1-loongson-3-di usb-modules-4.15.0-1-loongson-3-di usb-storage-modules-4.15.0-1-loongson-3-di fb-modules-4.15.0-1-loongson-3-di input-modules-4.15.0-1-loongson-3-di event-modules-4.15.0-1-loongson-3-di nic-usb-modules-4.15.0-1-loongson-3-di sata-modules-4.15.0-1-loongson-3-di crc-modules-4.15.0-1-loongson-3-di crypto-modules-4.15.0-1-loongson-3-di crypto-dm-modules-4.15.0-1-loongson-3-di ata-modules-4.15.0-1-loongson-3-di nbd-modules-4.15.0-1-loongson-3-di squashfs-modules-4.15.0-1-loongson-3-di speakup-modules-4.15.0-1-loongson-3-di virtio-modules-4.15.0-1-loongson-3-di sound-modules-4.15.0-1-loongson-3-di zlib-modules-4.15.0-1-loongson-3-di udf-modules-4.15.0-1-loongson-3-di fuse-modules-4.15.0-1-loongson-3-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-5kc-malta-di nic-modules-4.15.0-1-5kc-malta-di nic-wireless-modules-4.15.0-1-5kc-malta-di nic-shared-modules-4.15.0-1-5kc-malta-di usb-serial-modules-4.15.0-1-5kc-malta-di ppp-modules-4.15.0-1-5kc-malta-di pata-modules-4.15.0-1-5kc-malta-di cdrom-core-modules-4.15.0-1-5kc-malta-di scsi-core-modules-4.15.0-1-5kc-malta-di scsi-modules-4.15.0-1-5kc-malta-di loop-modules-4.15.0-1-5kc-malta-di btrfs-modules-4.15.0-1-5kc-malta-di ext4-modules-4.15.0-1-5kc-malta-di isofs-modules-4.15.0-1-5kc-malta-di jfs-modules-4.15.0-1-5kc-malta-di ntfs-modules-4.15.0-1-5kc-malta-di xfs-modules-4.15.0-1-5kc-malta-di fat-modules-4.15.0-1-5kc-malta-di hfs-modules-4.15.0-1-5kc-malta-di affs-modules-4.15.0-1-5kc-malta-di minix-modules-4.15.0-1-5kc-malta-di md-modules-4.15.0-1-5kc-malta-di multipath-modules-4.15.0-1-5kc-malta-di usb-modules-4.15.0-1-5kc-malta-di usb-storage-modules-4.15.0-1-5kc-malta-di input-modules-4.15.0-1-5kc-malta-di event-modules-4.15.0-1-5kc-malta-di mouse-modules-4.15.0-1-5kc-malta-di nic-usb-modules-4.15.0-1-5kc-malta-di sata-modules-4.15.0-1-5kc-malta-di i2c-modules-4.15.0-1-5kc-malta-di crc-modules-4.15.0-1-5kc-malta-di crypto-modules-4.15.0-1-5kc-malta-di crypto-dm-modules-4.15.0-1-5kc-malta-di ata-modules-4.15.0-1-5kc-malta-di mmc-core-modules-4.15.0-1-5kc-malta-di mmc-modules-4.15.0-1-5kc-malta-di nbd-modules-4.15.0-1-5kc-malta-di squashfs-modules-4.15.0-1-5kc-malta-di virtio-modules-4.15.0-1-5kc-malta-di sound-modules-4.15.0-1-5kc-malta-di zlib-modules-4.15.0-1-5kc-malta-di udf-modules-4.15.0-1-5kc-malta-di fuse-modules-4.15.0-1-5kc-malta-di kernel-image-4.15.0-1-loongson-3-di nic-modules-4.15.0-1-loongson-3-di nic-wireless-modules-4.15.0-1-loongson-3-di nic-shared-modules-4.15.0-1-loongson-3-di usb-serial-modules-4.15.0-1-loongson-3-di ppp-modules-4.15.0-1-loongson-3-di pata-modules-4.15.0-1-loongson-3-di cdrom-core-modules-4.15.0-1-loongson-3-di firewire-core-modules-4.15.0-1-loongson-3-di scsi-core-modules-4.15.0-1-loongson-3-di scsi-modules-4.15.0-1-loongson-3-di loop-modules-4.15.0-1-loongson-3-di btrfs-modules-4.15.0-1-loongson-3-di ext4-modules-4.15.0-1-loongson-3-di isofs-modules-4.15.0-1-loongson-3-di jfs-modules-4.15.0-1-loongson-3-di ntfs-modules-4.15.0-1-loongson-3-di xfs-modules-4.15.0-1-loongson-3-di fat-modules-4.15.0-1-loongson-3-di hfs-modules-4.15.0-1-loongson-3-di affs-modules-4.15.0-1-loongson-3-di minix-modules-4.15.0-1-loongson-3-di nfs-modules-4.15.0-1-loongson-3-di md-modules-4.15.0-1-loongson-3-di multipath-modules-4.15.0-1-loongson-3-di usb-modules-4.15.0-1-loongson-3-di usb-storage-modules-4.15.0-1-loongson-3-di fb-modules-4.15.0-1-loongson-3-di input-modules-4.15.0-1-loongson-3-di event-modules-4.15.0-1-loongson-3-di nic-usb-modules-4.15.0-1-loongson-3-di sata-modules-4.15.0-1-loongson-3-di crc-modules-4.15.0-1-loongson-3-di crypto-modules-4.15.0-1-loongson-3-di crypto-dm-modules-4.15.0-1-loongson-3-di ata-modules-4.15.0-1-loongson-3-di nbd-modules-4.15.0-1-loongson-3-di squashfs-modules-4.15.0-1-loongson-3-di speakup-modules-4.15.0-1-loongson-3-di virtio-modules-4.15.0-1-loongson-3-di sound-modules-4.15.0-1-loongson-3-di zlib-modules-4.15.0-1-loongson-3-di udf-modules-4.15.0-1-loongson-3-di fuse-modules-4.15.0-1-loongson-3-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mips64el_none: binary-arch_mips64el_none_5kc-malta binary-arch_mips64el_none_loongson-3 binary-arch_mips64el_none_octeon binary-arch_mips64el_none_real binary-arch_mips64el_none_5kc-malta: binary-arch_mips64el_none_5kc-malta_real binary-arch_mips64el_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64el_none_loongson-3: binary-arch_mips64el_none_loongson-3_real binary-arch_mips64el_none_loongson-3_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64el_none_octeon: binary-arch_mips64el_none_octeon_real binary-arch_mips64el_none_octeon_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64el_none_real: binary-arch_mips64el_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64r6:: binary-arch_mips64r6_none binary-arch_mips64r6_real binary-arch_mips64r6:: - $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='4.14.0-3' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-mips64r6-di nic-shared-modules-4.14.0-3-mips64r6-di loop-modules-4.14.0-3-mips64r6-di btrfs-modules-4.14.0-3-mips64r6-di ext4-modules-4.14.0-3-mips64r6-di isofs-modules-4.14.0-3-mips64r6-di jfs-modules-4.14.0-3-mips64r6-di xfs-modules-4.14.0-3-mips64r6-di md-modules-4.14.0-3-mips64r6-di multipath-modules-4.14.0-3-mips64r6-di crc-modules-4.14.0-3-mips64r6-di crypto-modules-4.14.0-3-mips64r6-di crypto-dm-modules-4.14.0-3-mips64r6-di nbd-modules-4.14.0-3-mips64r6-di squashfs-modules-4.14.0-3-mips64r6-di zlib-modules-4.14.0-3-mips64r6-di udf-modules-4.14.0-3-mips64r6-di fuse-modules-4.14.0-3-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips64r6-di nic-shared-modules-4.15.0-1-mips64r6-di loop-modules-4.15.0-1-mips64r6-di btrfs-modules-4.15.0-1-mips64r6-di ext4-modules-4.15.0-1-mips64r6-di isofs-modules-4.15.0-1-mips64r6-di jfs-modules-4.15.0-1-mips64r6-di xfs-modules-4.15.0-1-mips64r6-di md-modules-4.15.0-1-mips64r6-di multipath-modules-4.15.0-1-mips64r6-di crc-modules-4.15.0-1-mips64r6-di crypto-modules-4.15.0-1-mips64r6-di crypto-dm-modules-4.15.0-1-mips64r6-di nbd-modules-4.15.0-1-mips64r6-di squashfs-modules-4.15.0-1-mips64r6-di zlib-modules-4.15.0-1-mips64r6-di udf-modules-4.15.0-1-mips64r6-di fuse-modules-4.15.0-1-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips64r6-di nic-shared-modules-4.15.0-1-mips64r6-di loop-modules-4.15.0-1-mips64r6-di btrfs-modules-4.15.0-1-mips64r6-di ext4-modules-4.15.0-1-mips64r6-di isofs-modules-4.15.0-1-mips64r6-di jfs-modules-4.15.0-1-mips64r6-di xfs-modules-4.15.0-1-mips64r6-di md-modules-4.15.0-1-mips64r6-di multipath-modules-4.15.0-1-mips64r6-di crc-modules-4.15.0-1-mips64r6-di crypto-modules-4.15.0-1-mips64r6-di crypto-dm-modules-4.15.0-1-mips64r6-di nbd-modules-4.15.0-1-mips64r6-di squashfs-modules-4.15.0-1-mips64r6-di zlib-modules-4.15.0-1-mips64r6-di udf-modules-4.15.0-1-mips64r6-di fuse-modules-4.15.0-1-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mips64r6_none: binary-arch_mips64r6_none_mips64r6 binary-arch_mips64r6_none_real binary-arch_mips64r6_none_mips64r6: binary-arch_mips64r6_none_mips64r6_real binary-arch_mips64r6_none_mips64r6_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64r6_none_real: binary-arch_mips64r6_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64r6el:: binary-arch_mips64r6el_none binary-arch_mips64r6el_real binary-arch_mips64r6el:: - $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='4.14.0-3' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-mips64r6-di nic-shared-modules-4.14.0-3-mips64r6-di loop-modules-4.14.0-3-mips64r6-di btrfs-modules-4.14.0-3-mips64r6-di ext4-modules-4.14.0-3-mips64r6-di isofs-modules-4.14.0-3-mips64r6-di jfs-modules-4.14.0-3-mips64r6-di xfs-modules-4.14.0-3-mips64r6-di md-modules-4.14.0-3-mips64r6-di multipath-modules-4.14.0-3-mips64r6-di crc-modules-4.14.0-3-mips64r6-di crypto-modules-4.14.0-3-mips64r6-di crypto-dm-modules-4.14.0-3-mips64r6-di nbd-modules-4.14.0-3-mips64r6-di squashfs-modules-4.14.0-3-mips64r6-di zlib-modules-4.14.0-3-mips64r6-di udf-modules-4.14.0-3-mips64r6-di fuse-modules-4.14.0-3-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips64r6-di nic-shared-modules-4.15.0-1-mips64r6-di loop-modules-4.15.0-1-mips64r6-di btrfs-modules-4.15.0-1-mips64r6-di ext4-modules-4.15.0-1-mips64r6-di isofs-modules-4.15.0-1-mips64r6-di jfs-modules-4.15.0-1-mips64r6-di xfs-modules-4.15.0-1-mips64r6-di md-modules-4.15.0-1-mips64r6-di multipath-modules-4.15.0-1-mips64r6-di crc-modules-4.15.0-1-mips64r6-di crypto-modules-4.15.0-1-mips64r6-di crypto-dm-modules-4.15.0-1-mips64r6-di nbd-modules-4.15.0-1-mips64r6-di squashfs-modules-4.15.0-1-mips64r6-di zlib-modules-4.15.0-1-mips64r6-di udf-modules-4.15.0-1-mips64r6-di fuse-modules-4.15.0-1-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips64r6-di nic-shared-modules-4.15.0-1-mips64r6-di loop-modules-4.15.0-1-mips64r6-di btrfs-modules-4.15.0-1-mips64r6-di ext4-modules-4.15.0-1-mips64r6-di isofs-modules-4.15.0-1-mips64r6-di jfs-modules-4.15.0-1-mips64r6-di xfs-modules-4.15.0-1-mips64r6-di md-modules-4.15.0-1-mips64r6-di multipath-modules-4.15.0-1-mips64r6-di crc-modules-4.15.0-1-mips64r6-di crypto-modules-4.15.0-1-mips64r6-di crypto-dm-modules-4.15.0-1-mips64r6-di nbd-modules-4.15.0-1-mips64r6-di squashfs-modules-4.15.0-1-mips64r6-di zlib-modules-4.15.0-1-mips64r6-di udf-modules-4.15.0-1-mips64r6-di fuse-modules-4.15.0-1-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mips64r6el_none: binary-arch_mips64r6el_none_mips64r6el binary-arch_mips64r6el_none_real binary-arch_mips64r6el_none_mips64r6el: binary-arch_mips64r6el_none_mips64r6el_real binary-arch_mips64r6el_none_mips64r6el_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips64r6el_none_real: binary-arch_mips64r6el_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips_none: binary-arch_mips_none_4kc-malta binary-arch_mips_none_5kc-malta binary-arch_mips_none_octeon binary-arch_mips_none_real binary-arch_mips_none_4kc-malta: binary-arch_mips_none_4kc-malta_real binary-arch_mips_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips_none_5kc-malta: binary-arch_mips_none_5kc-malta_real binary-arch_mips_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips_none_octeon: binary-arch_mips_none_octeon_real binary-arch_mips_none_octeon_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mips_none_real: binary-arch_mips_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsel:: binary-arch_mipsel_none binary-arch_mipsel_real binary-arch_mipsel:: - $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='4.14.0-3' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-4kc-malta-di nic-modules-4.14.0-3-4kc-malta-di nic-wireless-modules-4.14.0-3-4kc-malta-di nic-shared-modules-4.14.0-3-4kc-malta-di usb-serial-modules-4.14.0-3-4kc-malta-di ppp-modules-4.14.0-3-4kc-malta-di pata-modules-4.14.0-3-4kc-malta-di cdrom-core-modules-4.14.0-3-4kc-malta-di scsi-core-modules-4.14.0-3-4kc-malta-di scsi-modules-4.14.0-3-4kc-malta-di loop-modules-4.14.0-3-4kc-malta-di btrfs-modules-4.14.0-3-4kc-malta-di ext4-modules-4.14.0-3-4kc-malta-di isofs-modules-4.14.0-3-4kc-malta-di jfs-modules-4.14.0-3-4kc-malta-di ntfs-modules-4.14.0-3-4kc-malta-di xfs-modules-4.14.0-3-4kc-malta-di fat-modules-4.14.0-3-4kc-malta-di hfs-modules-4.14.0-3-4kc-malta-di affs-modules-4.14.0-3-4kc-malta-di minix-modules-4.14.0-3-4kc-malta-di md-modules-4.14.0-3-4kc-malta-di multipath-modules-4.14.0-3-4kc-malta-di usb-modules-4.14.0-3-4kc-malta-di usb-storage-modules-4.14.0-3-4kc-malta-di input-modules-4.14.0-3-4kc-malta-di event-modules-4.14.0-3-4kc-malta-di mouse-modules-4.14.0-3-4kc-malta-di nic-usb-modules-4.14.0-3-4kc-malta-di sata-modules-4.14.0-3-4kc-malta-di i2c-modules-4.14.0-3-4kc-malta-di crc-modules-4.14.0-3-4kc-malta-di crypto-modules-4.14.0-3-4kc-malta-di crypto-dm-modules-4.14.0-3-4kc-malta-di ata-modules-4.14.0-3-4kc-malta-di mmc-core-modules-4.14.0-3-4kc-malta-di mmc-modules-4.14.0-3-4kc-malta-di nbd-modules-4.14.0-3-4kc-malta-di squashfs-modules-4.14.0-3-4kc-malta-di virtio-modules-4.14.0-3-4kc-malta-di sound-modules-4.14.0-3-4kc-malta-di zlib-modules-4.14.0-3-4kc-malta-di udf-modules-4.14.0-3-4kc-malta-di fuse-modules-4.14.0-3-4kc-malta-di kernel-image-4.14.0-3-loongson-3-di nic-modules-4.14.0-3-loongson-3-di nic-wireless-modules-4.14.0-3-loongson-3-di nic-shared-modules-4.14.0-3-loongson-3-di usb-serial-modules-4.14.0-3-loongson-3-di ppp-modules-4.14.0-3-loongson-3-di pata-modules-4.14.0-3-loongson-3-di cdrom-core-modules-4.14.0-3-loongson-3-di firewire-core-modules-4.14.0-3-loongson-3-di scsi-core-modules-4.14.0-3-loongson-3-di scsi-modules-4.14.0-3-loongson-3-di loop-modules-4.14.0-3-loongson-3-di btrfs-modules-4.14.0-3-loongson-3-di ext4-modules-4.14.0-3-loongson-3-di isofs-modules-4.14.0-3-loongson-3-di jfs-modules-4.14.0-3-loongson-3-di ntfs-modules-4.14.0-3-loongson-3-di xfs-modules-4.14.0-3-loongson-3-di fat-modules-4.14.0-3-loongson-3-di hfs-modules-4.14.0-3-loongson-3-di affs-modules-4.14.0-3-loongson-3-di minix-modules-4.14.0-3-loongson-3-di nfs-modules-4.14.0-3-loongson-3-di md-modules-4.14.0-3-loongson-3-di multipath-modules-4.14.0-3-loongson-3-di usb-modules-4.14.0-3-loongson-3-di usb-storage-modules-4.14.0-3-loongson-3-di fb-modules-4.14.0-3-loongson-3-di input-modules-4.14.0-3-loongson-3-di event-modules-4.14.0-3-loongson-3-di nic-usb-modules-4.14.0-3-loongson-3-di sata-modules-4.14.0-3-loongson-3-di crc-modules-4.14.0-3-loongson-3-di crypto-modules-4.14.0-3-loongson-3-di crypto-dm-modules-4.14.0-3-loongson-3-di ata-modules-4.14.0-3-loongson-3-di nbd-modules-4.14.0-3-loongson-3-di squashfs-modules-4.14.0-3-loongson-3-di speakup-modules-4.14.0-3-loongson-3-di virtio-modules-4.14.0-3-loongson-3-di sound-modules-4.14.0-3-loongson-3-di zlib-modules-4.14.0-3-loongson-3-di udf-modules-4.14.0-3-loongson-3-di fuse-modules-4.14.0-3-loongson-3-di kernel-image-4.14.0-3-octeon-di nic-modules-4.14.0-3-octeon-di nic-wireless-modules-4.14.0-3-octeon-di nic-shared-modules-4.14.0-3-octeon-di usb-serial-modules-4.14.0-3-octeon-di ppp-modules-4.14.0-3-octeon-di pata-modules-4.14.0-3-octeon-di cdrom-core-modules-4.14.0-3-octeon-di scsi-core-modules-4.14.0-3-octeon-di scsi-modules-4.14.0-3-octeon-di loop-modules-4.14.0-3-octeon-di btrfs-modules-4.14.0-3-octeon-di ext4-modules-4.14.0-3-octeon-di isofs-modules-4.14.0-3-octeon-di jfs-modules-4.14.0-3-octeon-di ntfs-modules-4.14.0-3-octeon-di xfs-modules-4.14.0-3-octeon-di fat-modules-4.14.0-3-octeon-di hfs-modules-4.14.0-3-octeon-di affs-modules-4.14.0-3-octeon-di minix-modules-4.14.0-3-octeon-di md-modules-4.14.0-3-octeon-di multipath-modules-4.14.0-3-octeon-di usb-modules-4.14.0-3-octeon-di usb-storage-modules-4.14.0-3-octeon-di input-modules-4.14.0-3-octeon-di event-modules-4.14.0-3-octeon-di nic-usb-modules-4.14.0-3-octeon-di sata-modules-4.14.0-3-octeon-di crc-modules-4.14.0-3-octeon-di crypto-modules-4.14.0-3-octeon-di crypto-dm-modules-4.14.0-3-octeon-di nbd-modules-4.14.0-3-octeon-di squashfs-modules-4.14.0-3-octeon-di rtc-modules-4.14.0-3-octeon-di virtio-modules-4.14.0-3-octeon-di sound-modules-4.14.0-3-octeon-di zlib-modules-4.14.0-3-octeon-di udf-modules-4.14.0-3-octeon-di fuse-modules-4.14.0-3-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-4kc-malta-di nic-modules-4.15.0-1-4kc-malta-di nic-wireless-modules-4.15.0-1-4kc-malta-di nic-shared-modules-4.15.0-1-4kc-malta-di usb-serial-modules-4.15.0-1-4kc-malta-di ppp-modules-4.15.0-1-4kc-malta-di pata-modules-4.15.0-1-4kc-malta-di cdrom-core-modules-4.15.0-1-4kc-malta-di scsi-core-modules-4.15.0-1-4kc-malta-di scsi-modules-4.15.0-1-4kc-malta-di loop-modules-4.15.0-1-4kc-malta-di btrfs-modules-4.15.0-1-4kc-malta-di ext4-modules-4.15.0-1-4kc-malta-di isofs-modules-4.15.0-1-4kc-malta-di jfs-modules-4.15.0-1-4kc-malta-di ntfs-modules-4.15.0-1-4kc-malta-di xfs-modules-4.15.0-1-4kc-malta-di fat-modules-4.15.0-1-4kc-malta-di hfs-modules-4.15.0-1-4kc-malta-di affs-modules-4.15.0-1-4kc-malta-di minix-modules-4.15.0-1-4kc-malta-di md-modules-4.15.0-1-4kc-malta-di multipath-modules-4.15.0-1-4kc-malta-di usb-modules-4.15.0-1-4kc-malta-di usb-storage-modules-4.15.0-1-4kc-malta-di input-modules-4.15.0-1-4kc-malta-di event-modules-4.15.0-1-4kc-malta-di mouse-modules-4.15.0-1-4kc-malta-di nic-usb-modules-4.15.0-1-4kc-malta-di sata-modules-4.15.0-1-4kc-malta-di i2c-modules-4.15.0-1-4kc-malta-di crc-modules-4.15.0-1-4kc-malta-di crypto-modules-4.15.0-1-4kc-malta-di crypto-dm-modules-4.15.0-1-4kc-malta-di ata-modules-4.15.0-1-4kc-malta-di mmc-core-modules-4.15.0-1-4kc-malta-di mmc-modules-4.15.0-1-4kc-malta-di nbd-modules-4.15.0-1-4kc-malta-di squashfs-modules-4.15.0-1-4kc-malta-di virtio-modules-4.15.0-1-4kc-malta-di sound-modules-4.15.0-1-4kc-malta-di zlib-modules-4.15.0-1-4kc-malta-di udf-modules-4.15.0-1-4kc-malta-di fuse-modules-4.15.0-1-4kc-malta-di kernel-image-4.15.0-1-loongson-3-di nic-modules-4.15.0-1-loongson-3-di nic-wireless-modules-4.15.0-1-loongson-3-di nic-shared-modules-4.15.0-1-loongson-3-di usb-serial-modules-4.15.0-1-loongson-3-di ppp-modules-4.15.0-1-loongson-3-di pata-modules-4.15.0-1-loongson-3-di cdrom-core-modules-4.15.0-1-loongson-3-di firewire-core-modules-4.15.0-1-loongson-3-di scsi-core-modules-4.15.0-1-loongson-3-di scsi-modules-4.15.0-1-loongson-3-di loop-modules-4.15.0-1-loongson-3-di btrfs-modules-4.15.0-1-loongson-3-di ext4-modules-4.15.0-1-loongson-3-di isofs-modules-4.15.0-1-loongson-3-di jfs-modules-4.15.0-1-loongson-3-di ntfs-modules-4.15.0-1-loongson-3-di xfs-modules-4.15.0-1-loongson-3-di fat-modules-4.15.0-1-loongson-3-di hfs-modules-4.15.0-1-loongson-3-di affs-modules-4.15.0-1-loongson-3-di minix-modules-4.15.0-1-loongson-3-di nfs-modules-4.15.0-1-loongson-3-di md-modules-4.15.0-1-loongson-3-di multipath-modules-4.15.0-1-loongson-3-di usb-modules-4.15.0-1-loongson-3-di usb-storage-modules-4.15.0-1-loongson-3-di fb-modules-4.15.0-1-loongson-3-di input-modules-4.15.0-1-loongson-3-di event-modules-4.15.0-1-loongson-3-di nic-usb-modules-4.15.0-1-loongson-3-di sata-modules-4.15.0-1-loongson-3-di crc-modules-4.15.0-1-loongson-3-di crypto-modules-4.15.0-1-loongson-3-di crypto-dm-modules-4.15.0-1-loongson-3-di ata-modules-4.15.0-1-loongson-3-di nbd-modules-4.15.0-1-loongson-3-di squashfs-modules-4.15.0-1-loongson-3-di speakup-modules-4.15.0-1-loongson-3-di virtio-modules-4.15.0-1-loongson-3-di sound-modules-4.15.0-1-loongson-3-di zlib-modules-4.15.0-1-loongson-3-di udf-modules-4.15.0-1-loongson-3-di fuse-modules-4.15.0-1-loongson-3-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-4kc-malta-di nic-modules-4.15.0-1-4kc-malta-di nic-wireless-modules-4.15.0-1-4kc-malta-di nic-shared-modules-4.15.0-1-4kc-malta-di usb-serial-modules-4.15.0-1-4kc-malta-di ppp-modules-4.15.0-1-4kc-malta-di pata-modules-4.15.0-1-4kc-malta-di cdrom-core-modules-4.15.0-1-4kc-malta-di scsi-core-modules-4.15.0-1-4kc-malta-di scsi-modules-4.15.0-1-4kc-malta-di loop-modules-4.15.0-1-4kc-malta-di btrfs-modules-4.15.0-1-4kc-malta-di ext4-modules-4.15.0-1-4kc-malta-di isofs-modules-4.15.0-1-4kc-malta-di jfs-modules-4.15.0-1-4kc-malta-di ntfs-modules-4.15.0-1-4kc-malta-di xfs-modules-4.15.0-1-4kc-malta-di fat-modules-4.15.0-1-4kc-malta-di hfs-modules-4.15.0-1-4kc-malta-di affs-modules-4.15.0-1-4kc-malta-di minix-modules-4.15.0-1-4kc-malta-di md-modules-4.15.0-1-4kc-malta-di multipath-modules-4.15.0-1-4kc-malta-di usb-modules-4.15.0-1-4kc-malta-di usb-storage-modules-4.15.0-1-4kc-malta-di input-modules-4.15.0-1-4kc-malta-di event-modules-4.15.0-1-4kc-malta-di mouse-modules-4.15.0-1-4kc-malta-di nic-usb-modules-4.15.0-1-4kc-malta-di sata-modules-4.15.0-1-4kc-malta-di i2c-modules-4.15.0-1-4kc-malta-di crc-modules-4.15.0-1-4kc-malta-di crypto-modules-4.15.0-1-4kc-malta-di crypto-dm-modules-4.15.0-1-4kc-malta-di ata-modules-4.15.0-1-4kc-malta-di mmc-core-modules-4.15.0-1-4kc-malta-di mmc-modules-4.15.0-1-4kc-malta-di nbd-modules-4.15.0-1-4kc-malta-di squashfs-modules-4.15.0-1-4kc-malta-di virtio-modules-4.15.0-1-4kc-malta-di sound-modules-4.15.0-1-4kc-malta-di zlib-modules-4.15.0-1-4kc-malta-di udf-modules-4.15.0-1-4kc-malta-di fuse-modules-4.15.0-1-4kc-malta-di kernel-image-4.15.0-1-loongson-3-di nic-modules-4.15.0-1-loongson-3-di nic-wireless-modules-4.15.0-1-loongson-3-di nic-shared-modules-4.15.0-1-loongson-3-di usb-serial-modules-4.15.0-1-loongson-3-di ppp-modules-4.15.0-1-loongson-3-di pata-modules-4.15.0-1-loongson-3-di cdrom-core-modules-4.15.0-1-loongson-3-di firewire-core-modules-4.15.0-1-loongson-3-di scsi-core-modules-4.15.0-1-loongson-3-di scsi-modules-4.15.0-1-loongson-3-di loop-modules-4.15.0-1-loongson-3-di btrfs-modules-4.15.0-1-loongson-3-di ext4-modules-4.15.0-1-loongson-3-di isofs-modules-4.15.0-1-loongson-3-di jfs-modules-4.15.0-1-loongson-3-di ntfs-modules-4.15.0-1-loongson-3-di xfs-modules-4.15.0-1-loongson-3-di fat-modules-4.15.0-1-loongson-3-di hfs-modules-4.15.0-1-loongson-3-di affs-modules-4.15.0-1-loongson-3-di minix-modules-4.15.0-1-loongson-3-di nfs-modules-4.15.0-1-loongson-3-di md-modules-4.15.0-1-loongson-3-di multipath-modules-4.15.0-1-loongson-3-di usb-modules-4.15.0-1-loongson-3-di usb-storage-modules-4.15.0-1-loongson-3-di fb-modules-4.15.0-1-loongson-3-di input-modules-4.15.0-1-loongson-3-di event-modules-4.15.0-1-loongson-3-di nic-usb-modules-4.15.0-1-loongson-3-di sata-modules-4.15.0-1-loongson-3-di crc-modules-4.15.0-1-loongson-3-di crypto-modules-4.15.0-1-loongson-3-di crypto-dm-modules-4.15.0-1-loongson-3-di ata-modules-4.15.0-1-loongson-3-di nbd-modules-4.15.0-1-loongson-3-di squashfs-modules-4.15.0-1-loongson-3-di speakup-modules-4.15.0-1-loongson-3-di virtio-modules-4.15.0-1-loongson-3-di sound-modules-4.15.0-1-loongson-3-di zlib-modules-4.15.0-1-loongson-3-di udf-modules-4.15.0-1-loongson-3-di fuse-modules-4.15.0-1-loongson-3-di kernel-image-4.15.0-1-octeon-di nic-modules-4.15.0-1-octeon-di nic-wireless-modules-4.15.0-1-octeon-di nic-shared-modules-4.15.0-1-octeon-di usb-serial-modules-4.15.0-1-octeon-di ppp-modules-4.15.0-1-octeon-di pata-modules-4.15.0-1-octeon-di cdrom-core-modules-4.15.0-1-octeon-di scsi-core-modules-4.15.0-1-octeon-di scsi-modules-4.15.0-1-octeon-di loop-modules-4.15.0-1-octeon-di btrfs-modules-4.15.0-1-octeon-di ext4-modules-4.15.0-1-octeon-di isofs-modules-4.15.0-1-octeon-di jfs-modules-4.15.0-1-octeon-di ntfs-modules-4.15.0-1-octeon-di xfs-modules-4.15.0-1-octeon-di fat-modules-4.15.0-1-octeon-di hfs-modules-4.15.0-1-octeon-di affs-modules-4.15.0-1-octeon-di minix-modules-4.15.0-1-octeon-di md-modules-4.15.0-1-octeon-di multipath-modules-4.15.0-1-octeon-di usb-modules-4.15.0-1-octeon-di usb-storage-modules-4.15.0-1-octeon-di input-modules-4.15.0-1-octeon-di event-modules-4.15.0-1-octeon-di nic-usb-modules-4.15.0-1-octeon-di sata-modules-4.15.0-1-octeon-di crc-modules-4.15.0-1-octeon-di crypto-modules-4.15.0-1-octeon-di crypto-dm-modules-4.15.0-1-octeon-di nbd-modules-4.15.0-1-octeon-di squashfs-modules-4.15.0-1-octeon-di rtc-modules-4.15.0-1-octeon-di virtio-modules-4.15.0-1-octeon-di sound-modules-4.15.0-1-octeon-di zlib-modules-4.15.0-1-octeon-di udf-modules-4.15.0-1-octeon-di fuse-modules-4.15.0-1-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mipsel_none: binary-arch_mipsel_none_4kc-malta binary-arch_mipsel_none_5kc-malta binary-arch_mipsel_none_loongson-3 binary-arch_mipsel_none_octeon binary-arch_mipsel_none_real binary-arch_mipsel_none_4kc-malta: binary-arch_mipsel_none_4kc-malta_real binary-arch_mipsel_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsel_none_5kc-malta: binary-arch_mipsel_none_5kc-malta_real binary-arch_mipsel_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsel_none_loongson-3: binary-arch_mipsel_none_loongson-3_real binary-arch_mipsel_none_loongson-3_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsel_none_octeon: binary-arch_mipsel_none_octeon_real binary-arch_mipsel_none_octeon_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsel_none_real: binary-arch_mipsel_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsn32: binary-arch_mipsn32_real binary-arch_mipsn32_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsn32el: binary-arch_mipsn32el_real binary-arch_mipsn32el_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsn32r6: binary-arch_mipsn32r6_real binary-arch_mipsn32r6_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsn32r6el: binary-arch_mipsn32r6el_real binary-arch_mipsn32r6el_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsr6:: binary-arch_mipsr6_none binary-arch_mipsr6_real binary-arch_mipsr6:: - $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='4.14.0-3' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-mips32r6-di nic-shared-modules-4.14.0-3-mips32r6-di loop-modules-4.14.0-3-mips32r6-di btrfs-modules-4.14.0-3-mips32r6-di ext4-modules-4.14.0-3-mips32r6-di isofs-modules-4.14.0-3-mips32r6-di jfs-modules-4.14.0-3-mips32r6-di xfs-modules-4.14.0-3-mips32r6-di md-modules-4.14.0-3-mips32r6-di multipath-modules-4.14.0-3-mips32r6-di crc-modules-4.14.0-3-mips32r6-di crypto-modules-4.14.0-3-mips32r6-di crypto-dm-modules-4.14.0-3-mips32r6-di nbd-modules-4.14.0-3-mips32r6-di squashfs-modules-4.14.0-3-mips32r6-di zlib-modules-4.14.0-3-mips32r6-di udf-modules-4.14.0-3-mips32r6-di fuse-modules-4.14.0-3-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips32r6-di nic-shared-modules-4.15.0-1-mips32r6-di loop-modules-4.15.0-1-mips32r6-di btrfs-modules-4.15.0-1-mips32r6-di ext4-modules-4.15.0-1-mips32r6-di isofs-modules-4.15.0-1-mips32r6-di jfs-modules-4.15.0-1-mips32r6-di xfs-modules-4.15.0-1-mips32r6-di md-modules-4.15.0-1-mips32r6-di multipath-modules-4.15.0-1-mips32r6-di crc-modules-4.15.0-1-mips32r6-di crypto-modules-4.15.0-1-mips32r6-di crypto-dm-modules-4.15.0-1-mips32r6-di nbd-modules-4.15.0-1-mips32r6-di squashfs-modules-4.15.0-1-mips32r6-di zlib-modules-4.15.0-1-mips32r6-di udf-modules-4.15.0-1-mips32r6-di fuse-modules-4.15.0-1-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips32r6-di nic-shared-modules-4.15.0-1-mips32r6-di loop-modules-4.15.0-1-mips32r6-di btrfs-modules-4.15.0-1-mips32r6-di ext4-modules-4.15.0-1-mips32r6-di isofs-modules-4.15.0-1-mips32r6-di jfs-modules-4.15.0-1-mips32r6-di xfs-modules-4.15.0-1-mips32r6-di md-modules-4.15.0-1-mips32r6-di multipath-modules-4.15.0-1-mips32r6-di crc-modules-4.15.0-1-mips32r6-di crypto-modules-4.15.0-1-mips32r6-di crypto-dm-modules-4.15.0-1-mips32r6-di nbd-modules-4.15.0-1-mips32r6-di squashfs-modules-4.15.0-1-mips32r6-di zlib-modules-4.15.0-1-mips32r6-di udf-modules-4.15.0-1-mips32r6-di fuse-modules-4.15.0-1-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mipsr6_none: binary-arch_mipsr6_none_mips32r6 binary-arch_mipsr6_none_mips64r6 binary-arch_mipsr6_none_real binary-arch_mipsr6_none_mips32r6: binary-arch_mipsr6_none_mips32r6_real binary-arch_mipsr6_none_mips32r6_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsr6_none_mips64r6: binary-arch_mipsr6_none_mips64r6_real binary-arch_mipsr6_none_mips64r6_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsr6_none_real: binary-arch_mipsr6_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsr6el:: binary-arch_mipsr6el_none binary-arch_mipsr6el_real binary-arch_mipsr6el:: - $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='4.14.0-3' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-mips32r6-di nic-shared-modules-4.14.0-3-mips32r6-di loop-modules-4.14.0-3-mips32r6-di btrfs-modules-4.14.0-3-mips32r6-di ext4-modules-4.14.0-3-mips32r6-di isofs-modules-4.14.0-3-mips32r6-di jfs-modules-4.14.0-3-mips32r6-di xfs-modules-4.14.0-3-mips32r6-di md-modules-4.14.0-3-mips32r6-di multipath-modules-4.14.0-3-mips32r6-di crc-modules-4.14.0-3-mips32r6-di crypto-modules-4.14.0-3-mips32r6-di crypto-dm-modules-4.14.0-3-mips32r6-di nbd-modules-4.14.0-3-mips32r6-di squashfs-modules-4.14.0-3-mips32r6-di zlib-modules-4.14.0-3-mips32r6-di udf-modules-4.14.0-3-mips32r6-di fuse-modules-4.14.0-3-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips32r6-di nic-shared-modules-4.15.0-1-mips32r6-di loop-modules-4.15.0-1-mips32r6-di btrfs-modules-4.15.0-1-mips32r6-di ext4-modules-4.15.0-1-mips32r6-di isofs-modules-4.15.0-1-mips32r6-di jfs-modules-4.15.0-1-mips32r6-di xfs-modules-4.15.0-1-mips32r6-di md-modules-4.15.0-1-mips32r6-di multipath-modules-4.15.0-1-mips32r6-di crc-modules-4.15.0-1-mips32r6-di crypto-modules-4.15.0-1-mips32r6-di crypto-dm-modules-4.15.0-1-mips32r6-di nbd-modules-4.15.0-1-mips32r6-di squashfs-modules-4.15.0-1-mips32r6-di zlib-modules-4.15.0-1-mips32r6-di udf-modules-4.15.0-1-mips32r6-di fuse-modules-4.15.0-1-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-mips32r6-di nic-shared-modules-4.15.0-1-mips32r6-di loop-modules-4.15.0-1-mips32r6-di btrfs-modules-4.15.0-1-mips32r6-di ext4-modules-4.15.0-1-mips32r6-di isofs-modules-4.15.0-1-mips32r6-di jfs-modules-4.15.0-1-mips32r6-di xfs-modules-4.15.0-1-mips32r6-di md-modules-4.15.0-1-mips32r6-di multipath-modules-4.15.0-1-mips32r6-di crc-modules-4.15.0-1-mips32r6-di crypto-modules-4.15.0-1-mips32r6-di crypto-dm-modules-4.15.0-1-mips32r6-di nbd-modules-4.15.0-1-mips32r6-di squashfs-modules-4.15.0-1-mips32r6-di zlib-modules-4.15.0-1-mips32r6-di udf-modules-4.15.0-1-mips32r6-di fuse-modules-4.15.0-1-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_mipsr6el_none: binary-arch_mipsr6el_none_mips32r6el binary-arch_mipsr6el_none_mips64r6el binary-arch_mipsr6el_none_real binary-arch_mipsr6el_none_mips32r6el: binary-arch_mipsr6el_none_mips32r6el_real binary-arch_mipsr6el_none_mips32r6el_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsr6el_none_mips64r6el: binary-arch_mipsr6el_none_mips64r6el_real binary-arch_mipsr6el_none_mips64r6el_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_mipsr6el_none_real: binary-arch_mipsr6el_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_powerpc:: binary-arch_powerpc_none binary-arch_powerpc_real binary-arch_powerpc:: - $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='4.14.0-3' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-powerpc-di nic-modules-4.14.0-3-powerpc-di nic-shared-modules-4.14.0-3-powerpc-di serial-modules-4.14.0-3-powerpc-di usb-serial-modules-4.14.0-3-powerpc-di ppp-modules-4.14.0-3-powerpc-di pata-modules-4.14.0-3-powerpc-di cdrom-core-modules-4.14.0-3-powerpc-di firewire-core-modules-4.14.0-3-powerpc-di scsi-core-modules-4.14.0-3-powerpc-di scsi-modules-4.14.0-3-powerpc-di loop-modules-4.14.0-3-powerpc-di btrfs-modules-4.14.0-3-powerpc-di ext4-modules-4.14.0-3-powerpc-di isofs-modules-4.14.0-3-powerpc-di jfs-modules-4.14.0-3-powerpc-di xfs-modules-4.14.0-3-powerpc-di fat-modules-4.14.0-3-powerpc-di hfs-modules-4.14.0-3-powerpc-di affs-modules-4.14.0-3-powerpc-di md-modules-4.14.0-3-powerpc-di multipath-modules-4.14.0-3-powerpc-di usb-modules-4.14.0-3-powerpc-di usb-storage-modules-4.14.0-3-powerpc-di pcmcia-storage-modules-4.14.0-3-powerpc-di fb-modules-4.14.0-3-powerpc-di input-modules-4.14.0-3-powerpc-di event-modules-4.14.0-3-powerpc-di mouse-modules-4.14.0-3-powerpc-di nic-pcmcia-modules-4.14.0-3-powerpc-di pcmcia-modules-4.14.0-3-powerpc-di sata-modules-4.14.0-3-powerpc-di crc-modules-4.14.0-3-powerpc-di crypto-modules-4.14.0-3-powerpc-di crypto-dm-modules-4.14.0-3-powerpc-di ata-modules-4.14.0-3-powerpc-di nbd-modules-4.14.0-3-powerpc-di squashfs-modules-4.14.0-3-powerpc-di virtio-modules-4.14.0-3-powerpc-di uinput-modules-4.14.0-3-powerpc-di zlib-modules-4.14.0-3-powerpc-di udf-modules-4.14.0-3-powerpc-di fuse-modules-4.14.0-3-powerpc-di kernel-image-4.14.0-3-powerpc64-di nic-modules-4.14.0-3-powerpc64-di nic-shared-modules-4.14.0-3-powerpc64-di serial-modules-4.14.0-3-powerpc64-di usb-serial-modules-4.14.0-3-powerpc64-di ppp-modules-4.14.0-3-powerpc64-di pata-modules-4.14.0-3-powerpc64-di cdrom-core-modules-4.14.0-3-powerpc64-di firewire-core-modules-4.14.0-3-powerpc64-di scsi-core-modules-4.14.0-3-powerpc64-di scsi-modules-4.14.0-3-powerpc64-di loop-modules-4.14.0-3-powerpc64-di btrfs-modules-4.14.0-3-powerpc64-di ext4-modules-4.14.0-3-powerpc64-di isofs-modules-4.14.0-3-powerpc64-di jfs-modules-4.14.0-3-powerpc64-di xfs-modules-4.14.0-3-powerpc64-di fat-modules-4.14.0-3-powerpc64-di hfs-modules-4.14.0-3-powerpc64-di affs-modules-4.14.0-3-powerpc64-di md-modules-4.14.0-3-powerpc64-di multipath-modules-4.14.0-3-powerpc64-di usb-modules-4.14.0-3-powerpc64-di usb-storage-modules-4.14.0-3-powerpc64-di pcmcia-storage-modules-4.14.0-3-powerpc64-di input-modules-4.14.0-3-powerpc64-di event-modules-4.14.0-3-powerpc64-di mouse-modules-4.14.0-3-powerpc64-di nic-pcmcia-modules-4.14.0-3-powerpc64-di pcmcia-modules-4.14.0-3-powerpc64-di sata-modules-4.14.0-3-powerpc64-di crc-modules-4.14.0-3-powerpc64-di crypto-modules-4.14.0-3-powerpc64-di crypto-dm-modules-4.14.0-3-powerpc64-di ata-modules-4.14.0-3-powerpc64-di nbd-modules-4.14.0-3-powerpc64-di squashfs-modules-4.14.0-3-powerpc64-di virtio-modules-4.14.0-3-powerpc64-di uinput-modules-4.14.0-3-powerpc64-di udf-modules-4.14.0-3-powerpc64-di fuse-modules-4.14.0-3-powerpc64-di hypervisor-modules-4.14.0-3-powerpc64-di fancontrol-modules-4.14.0-3-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-powerpc-di nic-modules-4.15.0-1-powerpc-di nic-shared-modules-4.15.0-1-powerpc-di serial-modules-4.15.0-1-powerpc-di usb-serial-modules-4.15.0-1-powerpc-di ppp-modules-4.15.0-1-powerpc-di pata-modules-4.15.0-1-powerpc-di cdrom-core-modules-4.15.0-1-powerpc-di firewire-core-modules-4.15.0-1-powerpc-di scsi-core-modules-4.15.0-1-powerpc-di scsi-modules-4.15.0-1-powerpc-di loop-modules-4.15.0-1-powerpc-di btrfs-modules-4.15.0-1-powerpc-di ext4-modules-4.15.0-1-powerpc-di isofs-modules-4.15.0-1-powerpc-di jfs-modules-4.15.0-1-powerpc-di xfs-modules-4.15.0-1-powerpc-di fat-modules-4.15.0-1-powerpc-di hfs-modules-4.15.0-1-powerpc-di affs-modules-4.15.0-1-powerpc-di md-modules-4.15.0-1-powerpc-di multipath-modules-4.15.0-1-powerpc-di usb-modules-4.15.0-1-powerpc-di usb-storage-modules-4.15.0-1-powerpc-di pcmcia-storage-modules-4.15.0-1-powerpc-di fb-modules-4.15.0-1-powerpc-di input-modules-4.15.0-1-powerpc-di event-modules-4.15.0-1-powerpc-di mouse-modules-4.15.0-1-powerpc-di nic-pcmcia-modules-4.15.0-1-powerpc-di pcmcia-modules-4.15.0-1-powerpc-di sata-modules-4.15.0-1-powerpc-di crc-modules-4.15.0-1-powerpc-di crypto-modules-4.15.0-1-powerpc-di crypto-dm-modules-4.15.0-1-powerpc-di ata-modules-4.15.0-1-powerpc-di nbd-modules-4.15.0-1-powerpc-di squashfs-modules-4.15.0-1-powerpc-di virtio-modules-4.15.0-1-powerpc-di uinput-modules-4.15.0-1-powerpc-di zlib-modules-4.15.0-1-powerpc-di udf-modules-4.15.0-1-powerpc-di fuse-modules-4.15.0-1-powerpc-di kernel-image-4.15.0-1-powerpc64-di nic-modules-4.15.0-1-powerpc64-di nic-shared-modules-4.15.0-1-powerpc64-di serial-modules-4.15.0-1-powerpc64-di usb-serial-modules-4.15.0-1-powerpc64-di ppp-modules-4.15.0-1-powerpc64-di pata-modules-4.15.0-1-powerpc64-di cdrom-core-modules-4.15.0-1-powerpc64-di firewire-core-modules-4.15.0-1-powerpc64-di scsi-core-modules-4.15.0-1-powerpc64-di scsi-modules-4.15.0-1-powerpc64-di loop-modules-4.15.0-1-powerpc64-di btrfs-modules-4.15.0-1-powerpc64-di ext4-modules-4.15.0-1-powerpc64-di isofs-modules-4.15.0-1-powerpc64-di jfs-modules-4.15.0-1-powerpc64-di xfs-modules-4.15.0-1-powerpc64-di fat-modules-4.15.0-1-powerpc64-di hfs-modules-4.15.0-1-powerpc64-di affs-modules-4.15.0-1-powerpc64-di md-modules-4.15.0-1-powerpc64-di multipath-modules-4.15.0-1-powerpc64-di usb-modules-4.15.0-1-powerpc64-di usb-storage-modules-4.15.0-1-powerpc64-di pcmcia-storage-modules-4.15.0-1-powerpc64-di input-modules-4.15.0-1-powerpc64-di event-modules-4.15.0-1-powerpc64-di mouse-modules-4.15.0-1-powerpc64-di nic-pcmcia-modules-4.15.0-1-powerpc64-di pcmcia-modules-4.15.0-1-powerpc64-di sata-modules-4.15.0-1-powerpc64-di crc-modules-4.15.0-1-powerpc64-di crypto-modules-4.15.0-1-powerpc64-di crypto-dm-modules-4.15.0-1-powerpc64-di ata-modules-4.15.0-1-powerpc64-di nbd-modules-4.15.0-1-powerpc64-di squashfs-modules-4.15.0-1-powerpc64-di virtio-modules-4.15.0-1-powerpc64-di uinput-modules-4.15.0-1-powerpc64-di udf-modules-4.15.0-1-powerpc64-di fuse-modules-4.15.0-1-powerpc64-di hypervisor-modules-4.15.0-1-powerpc64-di fancontrol-modules-4.15.0-1-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-powerpc-di nic-modules-4.15.0-1-powerpc-di nic-shared-modules-4.15.0-1-powerpc-di serial-modules-4.15.0-1-powerpc-di usb-serial-modules-4.15.0-1-powerpc-di ppp-modules-4.15.0-1-powerpc-di pata-modules-4.15.0-1-powerpc-di cdrom-core-modules-4.15.0-1-powerpc-di firewire-core-modules-4.15.0-1-powerpc-di scsi-core-modules-4.15.0-1-powerpc-di scsi-modules-4.15.0-1-powerpc-di loop-modules-4.15.0-1-powerpc-di btrfs-modules-4.15.0-1-powerpc-di ext4-modules-4.15.0-1-powerpc-di isofs-modules-4.15.0-1-powerpc-di jfs-modules-4.15.0-1-powerpc-di xfs-modules-4.15.0-1-powerpc-di fat-modules-4.15.0-1-powerpc-di hfs-modules-4.15.0-1-powerpc-di affs-modules-4.15.0-1-powerpc-di md-modules-4.15.0-1-powerpc-di multipath-modules-4.15.0-1-powerpc-di usb-modules-4.15.0-1-powerpc-di usb-storage-modules-4.15.0-1-powerpc-di pcmcia-storage-modules-4.15.0-1-powerpc-di fb-modules-4.15.0-1-powerpc-di input-modules-4.15.0-1-powerpc-di event-modules-4.15.0-1-powerpc-di mouse-modules-4.15.0-1-powerpc-di nic-pcmcia-modules-4.15.0-1-powerpc-di pcmcia-modules-4.15.0-1-powerpc-di sata-modules-4.15.0-1-powerpc-di crc-modules-4.15.0-1-powerpc-di crypto-modules-4.15.0-1-powerpc-di crypto-dm-modules-4.15.0-1-powerpc-di ata-modules-4.15.0-1-powerpc-di nbd-modules-4.15.0-1-powerpc-di squashfs-modules-4.15.0-1-powerpc-di virtio-modules-4.15.0-1-powerpc-di uinput-modules-4.15.0-1-powerpc-di zlib-modules-4.15.0-1-powerpc-di udf-modules-4.15.0-1-powerpc-di fuse-modules-4.15.0-1-powerpc-di kernel-image-4.15.0-1-powerpc64-di nic-modules-4.15.0-1-powerpc64-di nic-shared-modules-4.15.0-1-powerpc64-di serial-modules-4.15.0-1-powerpc64-di usb-serial-modules-4.15.0-1-powerpc64-di ppp-modules-4.15.0-1-powerpc64-di pata-modules-4.15.0-1-powerpc64-di cdrom-core-modules-4.15.0-1-powerpc64-di firewire-core-modules-4.15.0-1-powerpc64-di scsi-core-modules-4.15.0-1-powerpc64-di scsi-modules-4.15.0-1-powerpc64-di loop-modules-4.15.0-1-powerpc64-di btrfs-modules-4.15.0-1-powerpc64-di ext4-modules-4.15.0-1-powerpc64-di isofs-modules-4.15.0-1-powerpc64-di jfs-modules-4.15.0-1-powerpc64-di xfs-modules-4.15.0-1-powerpc64-di fat-modules-4.15.0-1-powerpc64-di hfs-modules-4.15.0-1-powerpc64-di affs-modules-4.15.0-1-powerpc64-di md-modules-4.15.0-1-powerpc64-di multipath-modules-4.15.0-1-powerpc64-di usb-modules-4.15.0-1-powerpc64-di usb-storage-modules-4.15.0-1-powerpc64-di pcmcia-storage-modules-4.15.0-1-powerpc64-di input-modules-4.15.0-1-powerpc64-di event-modules-4.15.0-1-powerpc64-di mouse-modules-4.15.0-1-powerpc64-di nic-pcmcia-modules-4.15.0-1-powerpc64-di pcmcia-modules-4.15.0-1-powerpc64-di sata-modules-4.15.0-1-powerpc64-di crc-modules-4.15.0-1-powerpc64-di crypto-modules-4.15.0-1-powerpc64-di crypto-dm-modules-4.15.0-1-powerpc64-di ata-modules-4.15.0-1-powerpc64-di nbd-modules-4.15.0-1-powerpc64-di squashfs-modules-4.15.0-1-powerpc64-di virtio-modules-4.15.0-1-powerpc64-di uinput-modules-4.15.0-1-powerpc64-di udf-modules-4.15.0-1-powerpc64-di fuse-modules-4.15.0-1-powerpc64-di hypervisor-modules-4.15.0-1-powerpc64-di fancontrol-modules-4.15.0-1-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_powerpc_none: binary-arch_powerpc_none_powerpc binary-arch_powerpc_none_powerpc-smp binary-arch_powerpc_none_powerpc64 binary-arch_powerpc_none_real binary-arch_powerpc_none_powerpc: binary-arch_powerpc_none_powerpc_real binary-arch_powerpc_none_powerpc-smp: binary-arch_powerpc_none_powerpc-smp_real binary-arch_powerpc_none_powerpc-smp_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_powerpc_none_powerpc64: binary-arch_powerpc_none_powerpc64_real binary-arch_powerpc_none_powerpc64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_powerpc_none_powerpc_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_powerpc_none_real: binary-arch_powerpc_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_powerpcspe: binary-arch_powerpcspe_none binary-arch_powerpcspe_real binary-arch_powerpcspe_none: binary-arch_powerpcspe_none_powerpcspe binary-arch_powerpcspe_none_real binary-arch_powerpcspe_none_powerpcspe: binary-arch_powerpcspe_none_powerpcspe_real binary-arch_powerpcspe_none_powerpcspe_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_powerpcspe_none_real: binary-arch_powerpcspe_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_ppc64:: binary-arch_ppc64_none binary-arch_ppc64_real binary-arch_ppc64:: - $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='4.14.0-3' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-powerpc64-di nic-modules-4.14.0-3-powerpc64-di nic-shared-modules-4.14.0-3-powerpc64-di serial-modules-4.14.0-3-powerpc64-di usb-serial-modules-4.14.0-3-powerpc64-di ppp-modules-4.14.0-3-powerpc64-di pata-modules-4.14.0-3-powerpc64-di cdrom-core-modules-4.14.0-3-powerpc64-di firewire-core-modules-4.14.0-3-powerpc64-di scsi-core-modules-4.14.0-3-powerpc64-di scsi-modules-4.14.0-3-powerpc64-di loop-modules-4.14.0-3-powerpc64-di btrfs-modules-4.14.0-3-powerpc64-di ext4-modules-4.14.0-3-powerpc64-di isofs-modules-4.14.0-3-powerpc64-di jfs-modules-4.14.0-3-powerpc64-di xfs-modules-4.14.0-3-powerpc64-di fat-modules-4.14.0-3-powerpc64-di hfs-modules-4.14.0-3-powerpc64-di affs-modules-4.14.0-3-powerpc64-di md-modules-4.14.0-3-powerpc64-di multipath-modules-4.14.0-3-powerpc64-di usb-modules-4.14.0-3-powerpc64-di usb-storage-modules-4.14.0-3-powerpc64-di pcmcia-storage-modules-4.14.0-3-powerpc64-di input-modules-4.14.0-3-powerpc64-di event-modules-4.14.0-3-powerpc64-di mouse-modules-4.14.0-3-powerpc64-di nic-pcmcia-modules-4.14.0-3-powerpc64-di pcmcia-modules-4.14.0-3-powerpc64-di sata-modules-4.14.0-3-powerpc64-di crc-modules-4.14.0-3-powerpc64-di crypto-modules-4.14.0-3-powerpc64-di crypto-dm-modules-4.14.0-3-powerpc64-di ata-modules-4.14.0-3-powerpc64-di nbd-modules-4.14.0-3-powerpc64-di squashfs-modules-4.14.0-3-powerpc64-di virtio-modules-4.14.0-3-powerpc64-di uinput-modules-4.14.0-3-powerpc64-di udf-modules-4.14.0-3-powerpc64-di fuse-modules-4.14.0-3-powerpc64-di hypervisor-modules-4.14.0-3-powerpc64-di fancontrol-modules-4.14.0-3-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-powerpc64-di nic-modules-4.15.0-1-powerpc64-di nic-shared-modules-4.15.0-1-powerpc64-di serial-modules-4.15.0-1-powerpc64-di usb-serial-modules-4.15.0-1-powerpc64-di ppp-modules-4.15.0-1-powerpc64-di pata-modules-4.15.0-1-powerpc64-di cdrom-core-modules-4.15.0-1-powerpc64-di firewire-core-modules-4.15.0-1-powerpc64-di scsi-core-modules-4.15.0-1-powerpc64-di scsi-modules-4.15.0-1-powerpc64-di loop-modules-4.15.0-1-powerpc64-di btrfs-modules-4.15.0-1-powerpc64-di ext4-modules-4.15.0-1-powerpc64-di isofs-modules-4.15.0-1-powerpc64-di jfs-modules-4.15.0-1-powerpc64-di xfs-modules-4.15.0-1-powerpc64-di fat-modules-4.15.0-1-powerpc64-di hfs-modules-4.15.0-1-powerpc64-di affs-modules-4.15.0-1-powerpc64-di md-modules-4.15.0-1-powerpc64-di multipath-modules-4.15.0-1-powerpc64-di usb-modules-4.15.0-1-powerpc64-di usb-storage-modules-4.15.0-1-powerpc64-di pcmcia-storage-modules-4.15.0-1-powerpc64-di input-modules-4.15.0-1-powerpc64-di event-modules-4.15.0-1-powerpc64-di mouse-modules-4.15.0-1-powerpc64-di nic-pcmcia-modules-4.15.0-1-powerpc64-di pcmcia-modules-4.15.0-1-powerpc64-di sata-modules-4.15.0-1-powerpc64-di crc-modules-4.15.0-1-powerpc64-di crypto-modules-4.15.0-1-powerpc64-di crypto-dm-modules-4.15.0-1-powerpc64-di ata-modules-4.15.0-1-powerpc64-di nbd-modules-4.15.0-1-powerpc64-di squashfs-modules-4.15.0-1-powerpc64-di virtio-modules-4.15.0-1-powerpc64-di uinput-modules-4.15.0-1-powerpc64-di udf-modules-4.15.0-1-powerpc64-di fuse-modules-4.15.0-1-powerpc64-di hypervisor-modules-4.15.0-1-powerpc64-di fancontrol-modules-4.15.0-1-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-powerpc64-di nic-modules-4.15.0-1-powerpc64-di nic-shared-modules-4.15.0-1-powerpc64-di serial-modules-4.15.0-1-powerpc64-di usb-serial-modules-4.15.0-1-powerpc64-di ppp-modules-4.15.0-1-powerpc64-di pata-modules-4.15.0-1-powerpc64-di cdrom-core-modules-4.15.0-1-powerpc64-di firewire-core-modules-4.15.0-1-powerpc64-di scsi-core-modules-4.15.0-1-powerpc64-di scsi-modules-4.15.0-1-powerpc64-di loop-modules-4.15.0-1-powerpc64-di btrfs-modules-4.15.0-1-powerpc64-di ext4-modules-4.15.0-1-powerpc64-di isofs-modules-4.15.0-1-powerpc64-di jfs-modules-4.15.0-1-powerpc64-di xfs-modules-4.15.0-1-powerpc64-di fat-modules-4.15.0-1-powerpc64-di hfs-modules-4.15.0-1-powerpc64-di affs-modules-4.15.0-1-powerpc64-di md-modules-4.15.0-1-powerpc64-di multipath-modules-4.15.0-1-powerpc64-di usb-modules-4.15.0-1-powerpc64-di usb-storage-modules-4.15.0-1-powerpc64-di pcmcia-storage-modules-4.15.0-1-powerpc64-di input-modules-4.15.0-1-powerpc64-di event-modules-4.15.0-1-powerpc64-di mouse-modules-4.15.0-1-powerpc64-di nic-pcmcia-modules-4.15.0-1-powerpc64-di pcmcia-modules-4.15.0-1-powerpc64-di sata-modules-4.15.0-1-powerpc64-di crc-modules-4.15.0-1-powerpc64-di crypto-modules-4.15.0-1-powerpc64-di crypto-dm-modules-4.15.0-1-powerpc64-di ata-modules-4.15.0-1-powerpc64-di nbd-modules-4.15.0-1-powerpc64-di squashfs-modules-4.15.0-1-powerpc64-di virtio-modules-4.15.0-1-powerpc64-di uinput-modules-4.15.0-1-powerpc64-di udf-modules-4.15.0-1-powerpc64-di fuse-modules-4.15.0-1-powerpc64-di hypervisor-modules-4.15.0-1-powerpc64-di fancontrol-modules-4.15.0-1-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_ppc64_none: binary-arch_ppc64_none_powerpc64 binary-arch_ppc64_none_real binary-arch_ppc64_none_powerpc64: binary-arch_ppc64_none_powerpc64_real binary-arch_ppc64_none_powerpc64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_ppc64_none_real: binary-arch_ppc64_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_ppc64el:: binary-arch_ppc64el_none binary-arch_ppc64el_real binary-arch_ppc64el:: - $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='4.14.0-3' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-powerpc64le-di nic-modules-4.14.0-3-powerpc64le-di nic-shared-modules-4.14.0-3-powerpc64le-di serial-modules-4.14.0-3-powerpc64le-di usb-serial-modules-4.14.0-3-powerpc64le-di ppp-modules-4.14.0-3-powerpc64le-di cdrom-core-modules-4.14.0-3-powerpc64le-di firewire-core-modules-4.14.0-3-powerpc64le-di scsi-core-modules-4.14.0-3-powerpc64le-di scsi-modules-4.14.0-3-powerpc64le-di loop-modules-4.14.0-3-powerpc64le-di btrfs-modules-4.14.0-3-powerpc64le-di ext4-modules-4.14.0-3-powerpc64le-di isofs-modules-4.14.0-3-powerpc64le-di jfs-modules-4.14.0-3-powerpc64le-di xfs-modules-4.14.0-3-powerpc64le-di fat-modules-4.14.0-3-powerpc64le-di md-modules-4.14.0-3-powerpc64le-di multipath-modules-4.14.0-3-powerpc64le-di usb-modules-4.14.0-3-powerpc64le-di usb-storage-modules-4.14.0-3-powerpc64le-di input-modules-4.14.0-3-powerpc64le-di event-modules-4.14.0-3-powerpc64le-di mouse-modules-4.14.0-3-powerpc64le-di sata-modules-4.14.0-3-powerpc64le-di crc-modules-4.14.0-3-powerpc64le-di crypto-modules-4.14.0-3-powerpc64le-di crypto-dm-modules-4.14.0-3-powerpc64le-di ata-modules-4.14.0-3-powerpc64le-di nbd-modules-4.14.0-3-powerpc64le-di squashfs-modules-4.14.0-3-powerpc64le-di virtio-modules-4.14.0-3-powerpc64le-di uinput-modules-4.14.0-3-powerpc64le-di udf-modules-4.14.0-3-powerpc64le-di fuse-modules-4.14.0-3-powerpc64le-di hypervisor-modules-4.14.0-3-powerpc64le-di fancontrol-modules-4.14.0-3-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-powerpc64le-di nic-modules-4.15.0-1-powerpc64le-di nic-shared-modules-4.15.0-1-powerpc64le-di serial-modules-4.15.0-1-powerpc64le-di usb-serial-modules-4.15.0-1-powerpc64le-di ppp-modules-4.15.0-1-powerpc64le-di cdrom-core-modules-4.15.0-1-powerpc64le-di firewire-core-modules-4.15.0-1-powerpc64le-di scsi-core-modules-4.15.0-1-powerpc64le-di scsi-modules-4.15.0-1-powerpc64le-di loop-modules-4.15.0-1-powerpc64le-di btrfs-modules-4.15.0-1-powerpc64le-di ext4-modules-4.15.0-1-powerpc64le-di isofs-modules-4.15.0-1-powerpc64le-di jfs-modules-4.15.0-1-powerpc64le-di xfs-modules-4.15.0-1-powerpc64le-di fat-modules-4.15.0-1-powerpc64le-di md-modules-4.15.0-1-powerpc64le-di multipath-modules-4.15.0-1-powerpc64le-di usb-modules-4.15.0-1-powerpc64le-di usb-storage-modules-4.15.0-1-powerpc64le-di input-modules-4.15.0-1-powerpc64le-di event-modules-4.15.0-1-powerpc64le-di mouse-modules-4.15.0-1-powerpc64le-di sata-modules-4.15.0-1-powerpc64le-di crc-modules-4.15.0-1-powerpc64le-di crypto-modules-4.15.0-1-powerpc64le-di crypto-dm-modules-4.15.0-1-powerpc64le-di ata-modules-4.15.0-1-powerpc64le-di nbd-modules-4.15.0-1-powerpc64le-di squashfs-modules-4.15.0-1-powerpc64le-di virtio-modules-4.15.0-1-powerpc64le-di uinput-modules-4.15.0-1-powerpc64le-di udf-modules-4.15.0-1-powerpc64le-di fuse-modules-4.15.0-1-powerpc64le-di hypervisor-modules-4.15.0-1-powerpc64le-di fancontrol-modules-4.15.0-1-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-powerpc64le-di nic-modules-4.15.0-1-powerpc64le-di nic-shared-modules-4.15.0-1-powerpc64le-di serial-modules-4.15.0-1-powerpc64le-di usb-serial-modules-4.15.0-1-powerpc64le-di ppp-modules-4.15.0-1-powerpc64le-di cdrom-core-modules-4.15.0-1-powerpc64le-di firewire-core-modules-4.15.0-1-powerpc64le-di scsi-core-modules-4.15.0-1-powerpc64le-di scsi-modules-4.15.0-1-powerpc64le-di loop-modules-4.15.0-1-powerpc64le-di btrfs-modules-4.15.0-1-powerpc64le-di ext4-modules-4.15.0-1-powerpc64le-di isofs-modules-4.15.0-1-powerpc64le-di jfs-modules-4.15.0-1-powerpc64le-di xfs-modules-4.15.0-1-powerpc64le-di fat-modules-4.15.0-1-powerpc64le-di md-modules-4.15.0-1-powerpc64le-di multipath-modules-4.15.0-1-powerpc64le-di usb-modules-4.15.0-1-powerpc64le-di usb-storage-modules-4.15.0-1-powerpc64le-di input-modules-4.15.0-1-powerpc64le-di event-modules-4.15.0-1-powerpc64le-di mouse-modules-4.15.0-1-powerpc64le-di sata-modules-4.15.0-1-powerpc64le-di crc-modules-4.15.0-1-powerpc64le-di crypto-modules-4.15.0-1-powerpc64le-di crypto-dm-modules-4.15.0-1-powerpc64le-di ata-modules-4.15.0-1-powerpc64le-di nbd-modules-4.15.0-1-powerpc64le-di squashfs-modules-4.15.0-1-powerpc64le-di virtio-modules-4.15.0-1-powerpc64le-di uinput-modules-4.15.0-1-powerpc64le-di udf-modules-4.15.0-1-powerpc64le-di fuse-modules-4.15.0-1-powerpc64le-di hypervisor-modules-4.15.0-1-powerpc64le-di fancontrol-modules-4.15.0-1-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_ppc64el_none: binary-arch_ppc64el_none_powerpc64le binary-arch_ppc64el_none_real binary-arch_ppc64el_none_powerpc64le: binary-arch_ppc64el_none_powerpc64le_real binary-arch_ppc64el_none_powerpc64le_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_ppc64el_none_real: binary-arch_ppc64el_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_s390: binary-arch_s390_extra binary-arch_s390_real binary-arch_s390_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='s390' DH_OPTIONS='-plinux-compiler-gcc-7-s390' binary-arch_s390_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_s390x:: binary-arch_s390x_extra binary-arch_s390x_none binary-arch_s390x_real binary-arch_s390x:: - $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='4.14.0-3' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-s390x-di nic-modules-4.14.0-3-s390x-di scsi-core-modules-4.14.0-3-s390x-di scsi-modules-4.14.0-3-s390x-di loop-modules-4.14.0-3-s390x-di btrfs-modules-4.14.0-3-s390x-di ext4-modules-4.14.0-3-s390x-di isofs-modules-4.14.0-3-s390x-di xfs-modules-4.14.0-3-s390x-di fat-modules-4.14.0-3-s390x-di md-modules-4.14.0-3-s390x-di multipath-modules-4.14.0-3-s390x-di crc-modules-4.14.0-3-s390x-di crypto-modules-4.14.0-3-s390x-di crypto-dm-modules-4.14.0-3-s390x-di nbd-modules-4.14.0-3-s390x-di virtio-modules-4.14.0-3-s390x-di zlib-modules-4.14.0-3-s390x-di udf-modules-4.14.0-3-s390x-di fuse-modules-4.14.0-3-s390x-di dasd-modules-4.14.0-3-s390x-di dasd-extra-modules-4.14.0-3-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-s390x-di nic-modules-4.15.0-1-s390x-di scsi-core-modules-4.15.0-1-s390x-di scsi-modules-4.15.0-1-s390x-di loop-modules-4.15.0-1-s390x-di btrfs-modules-4.15.0-1-s390x-di ext4-modules-4.15.0-1-s390x-di isofs-modules-4.15.0-1-s390x-di xfs-modules-4.15.0-1-s390x-di fat-modules-4.15.0-1-s390x-di md-modules-4.15.0-1-s390x-di multipath-modules-4.15.0-1-s390x-di crc-modules-4.15.0-1-s390x-di crypto-modules-4.15.0-1-s390x-di crypto-dm-modules-4.15.0-1-s390x-di nbd-modules-4.15.0-1-s390x-di virtio-modules-4.15.0-1-s390x-di zlib-modules-4.15.0-1-s390x-di udf-modules-4.15.0-1-s390x-di fuse-modules-4.15.0-1-s390x-di dasd-modules-4.15.0-1-s390x-di dasd-extra-modules-4.15.0-1-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-s390x-di nic-modules-4.15.0-1-s390x-di scsi-core-modules-4.15.0-1-s390x-di scsi-modules-4.15.0-1-s390x-di loop-modules-4.15.0-1-s390x-di btrfs-modules-4.15.0-1-s390x-di ext4-modules-4.15.0-1-s390x-di isofs-modules-4.15.0-1-s390x-di xfs-modules-4.15.0-1-s390x-di fat-modules-4.15.0-1-s390x-di md-modules-4.15.0-1-s390x-di multipath-modules-4.15.0-1-s390x-di crc-modules-4.15.0-1-s390x-di crypto-modules-4.15.0-1-s390x-di crypto-dm-modules-4.15.0-1-s390x-di nbd-modules-4.15.0-1-s390x-di virtio-modules-4.15.0-1-s390x-di zlib-modules-4.15.0-1-s390x-di udf-modules-4.15.0-1-s390x-di fuse-modules-4.15.0-1-s390x-di dasd-modules-4.15.0-1-s390x-di dasd-extra-modules-4.15.0-1-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_s390x_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='s390x' DH_OPTIONS='-plinux-compiler-gcc-7-s390' binary-arch_s390x_none: binary-arch_s390x_none_real binary-arch_s390x_none_s390x binary-arch_s390x_none_real: binary-arch_s390x_none_s390x: binary-arch_s390x_none_s390x_real binary-arch_s390x_none_s390x_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' binary-arch_s390x_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sh3: binary-arch_sh3_real binary-arch_sh3_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sh4:: binary-arch_sh4_none binary-arch_sh4_real binary-arch_sh4:: - $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='4.14.0-3' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-sh7751r-di nic-modules-4.14.0-3-sh7751r-di usb-serial-modules-4.14.0-3-sh7751r-di ppp-modules-4.14.0-3-sh7751r-di pata-modules-4.14.0-3-sh7751r-di cdrom-core-modules-4.14.0-3-sh7751r-di firewire-core-modules-4.14.0-3-sh7751r-di loop-modules-4.14.0-3-sh7751r-di btrfs-modules-4.14.0-3-sh7751r-di ext4-modules-4.14.0-3-sh7751r-di isofs-modules-4.14.0-3-sh7751r-di jfs-modules-4.14.0-3-sh7751r-di xfs-modules-4.14.0-3-sh7751r-di fat-modules-4.14.0-3-sh7751r-di minix-modules-4.14.0-3-sh7751r-di md-modules-4.14.0-3-sh7751r-di multipath-modules-4.14.0-3-sh7751r-di usb-storage-modules-4.14.0-3-sh7751r-di nic-usb-modules-4.14.0-3-sh7751r-di sata-modules-4.14.0-3-sh7751r-di i2c-modules-4.14.0-3-sh7751r-di crc-modules-4.14.0-3-sh7751r-di crypto-modules-4.14.0-3-sh7751r-di crypto-dm-modules-4.14.0-3-sh7751r-di nbd-modules-4.14.0-3-sh7751r-di squashfs-modules-4.14.0-3-sh7751r-di speakup-modules-4.14.0-3-sh7751r-di virtio-modules-4.14.0-3-sh7751r-di sound-modules-4.14.0-3-sh7751r-di zlib-modules-4.14.0-3-sh7751r-di udf-modules-4.14.0-3-sh7751r-di fuse-modules-4.14.0-3-sh7751r-di kernel-image-4.14.0-3-sh7785lcr-di nic-modules-4.14.0-3-sh7785lcr-di usb-serial-modules-4.14.0-3-sh7785lcr-di ppp-modules-4.14.0-3-sh7785lcr-di pata-modules-4.14.0-3-sh7785lcr-di cdrom-core-modules-4.14.0-3-sh7785lcr-di firewire-core-modules-4.14.0-3-sh7785lcr-di loop-modules-4.14.0-3-sh7785lcr-di btrfs-modules-4.14.0-3-sh7785lcr-di ext4-modules-4.14.0-3-sh7785lcr-di isofs-modules-4.14.0-3-sh7785lcr-di jfs-modules-4.14.0-3-sh7785lcr-di xfs-modules-4.14.0-3-sh7785lcr-di fat-modules-4.14.0-3-sh7785lcr-di minix-modules-4.14.0-3-sh7785lcr-di md-modules-4.14.0-3-sh7785lcr-di multipath-modules-4.14.0-3-sh7785lcr-di nic-usb-modules-4.14.0-3-sh7785lcr-di sata-modules-4.14.0-3-sh7785lcr-di crc-modules-4.14.0-3-sh7785lcr-di crypto-modules-4.14.0-3-sh7785lcr-di crypto-dm-modules-4.14.0-3-sh7785lcr-di nbd-modules-4.14.0-3-sh7785lcr-di squashfs-modules-4.14.0-3-sh7785lcr-di speakup-modules-4.14.0-3-sh7785lcr-di sound-modules-4.14.0-3-sh7785lcr-di zlib-modules-4.14.0-3-sh7785lcr-di udf-modules-4.14.0-3-sh7785lcr-di fuse-modules-4.14.0-3-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-sh7751r-di nic-modules-4.15.0-1-sh7751r-di usb-serial-modules-4.15.0-1-sh7751r-di ppp-modules-4.15.0-1-sh7751r-di pata-modules-4.15.0-1-sh7751r-di cdrom-core-modules-4.15.0-1-sh7751r-di firewire-core-modules-4.15.0-1-sh7751r-di loop-modules-4.15.0-1-sh7751r-di btrfs-modules-4.15.0-1-sh7751r-di ext4-modules-4.15.0-1-sh7751r-di isofs-modules-4.15.0-1-sh7751r-di jfs-modules-4.15.0-1-sh7751r-di xfs-modules-4.15.0-1-sh7751r-di fat-modules-4.15.0-1-sh7751r-di minix-modules-4.15.0-1-sh7751r-di md-modules-4.15.0-1-sh7751r-di multipath-modules-4.15.0-1-sh7751r-di usb-storage-modules-4.15.0-1-sh7751r-di nic-usb-modules-4.15.0-1-sh7751r-di sata-modules-4.15.0-1-sh7751r-di i2c-modules-4.15.0-1-sh7751r-di crc-modules-4.15.0-1-sh7751r-di crypto-modules-4.15.0-1-sh7751r-di crypto-dm-modules-4.15.0-1-sh7751r-di nbd-modules-4.15.0-1-sh7751r-di squashfs-modules-4.15.0-1-sh7751r-di speakup-modules-4.15.0-1-sh7751r-di virtio-modules-4.15.0-1-sh7751r-di sound-modules-4.15.0-1-sh7751r-di zlib-modules-4.15.0-1-sh7751r-di udf-modules-4.15.0-1-sh7751r-di fuse-modules-4.15.0-1-sh7751r-di kernel-image-4.15.0-1-sh7785lcr-di nic-modules-4.15.0-1-sh7785lcr-di usb-serial-modules-4.15.0-1-sh7785lcr-di ppp-modules-4.15.0-1-sh7785lcr-di pata-modules-4.15.0-1-sh7785lcr-di cdrom-core-modules-4.15.0-1-sh7785lcr-di firewire-core-modules-4.15.0-1-sh7785lcr-di loop-modules-4.15.0-1-sh7785lcr-di btrfs-modules-4.15.0-1-sh7785lcr-di ext4-modules-4.15.0-1-sh7785lcr-di isofs-modules-4.15.0-1-sh7785lcr-di jfs-modules-4.15.0-1-sh7785lcr-di xfs-modules-4.15.0-1-sh7785lcr-di fat-modules-4.15.0-1-sh7785lcr-di minix-modules-4.15.0-1-sh7785lcr-di md-modules-4.15.0-1-sh7785lcr-di multipath-modules-4.15.0-1-sh7785lcr-di nic-usb-modules-4.15.0-1-sh7785lcr-di sata-modules-4.15.0-1-sh7785lcr-di crc-modules-4.15.0-1-sh7785lcr-di crypto-modules-4.15.0-1-sh7785lcr-di crypto-dm-modules-4.15.0-1-sh7785lcr-di nbd-modules-4.15.0-1-sh7785lcr-di squashfs-modules-4.15.0-1-sh7785lcr-di speakup-modules-4.15.0-1-sh7785lcr-di sound-modules-4.15.0-1-sh7785lcr-di zlib-modules-4.15.0-1-sh7785lcr-di udf-modules-4.15.0-1-sh7785lcr-di fuse-modules-4.15.0-1-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-sh7751r-di nic-modules-4.15.0-1-sh7751r-di usb-serial-modules-4.15.0-1-sh7751r-di ppp-modules-4.15.0-1-sh7751r-di pata-modules-4.15.0-1-sh7751r-di cdrom-core-modules-4.15.0-1-sh7751r-di firewire-core-modules-4.15.0-1-sh7751r-di loop-modules-4.15.0-1-sh7751r-di btrfs-modules-4.15.0-1-sh7751r-di ext4-modules-4.15.0-1-sh7751r-di isofs-modules-4.15.0-1-sh7751r-di jfs-modules-4.15.0-1-sh7751r-di xfs-modules-4.15.0-1-sh7751r-di fat-modules-4.15.0-1-sh7751r-di minix-modules-4.15.0-1-sh7751r-di md-modules-4.15.0-1-sh7751r-di multipath-modules-4.15.0-1-sh7751r-di usb-storage-modules-4.15.0-1-sh7751r-di nic-usb-modules-4.15.0-1-sh7751r-di sata-modules-4.15.0-1-sh7751r-di i2c-modules-4.15.0-1-sh7751r-di crc-modules-4.15.0-1-sh7751r-di crypto-modules-4.15.0-1-sh7751r-di crypto-dm-modules-4.15.0-1-sh7751r-di nbd-modules-4.15.0-1-sh7751r-di squashfs-modules-4.15.0-1-sh7751r-di speakup-modules-4.15.0-1-sh7751r-di virtio-modules-4.15.0-1-sh7751r-di sound-modules-4.15.0-1-sh7751r-di zlib-modules-4.15.0-1-sh7751r-di udf-modules-4.15.0-1-sh7751r-di fuse-modules-4.15.0-1-sh7751r-di kernel-image-4.15.0-1-sh7785lcr-di nic-modules-4.15.0-1-sh7785lcr-di usb-serial-modules-4.15.0-1-sh7785lcr-di ppp-modules-4.15.0-1-sh7785lcr-di pata-modules-4.15.0-1-sh7785lcr-di cdrom-core-modules-4.15.0-1-sh7785lcr-di firewire-core-modules-4.15.0-1-sh7785lcr-di loop-modules-4.15.0-1-sh7785lcr-di btrfs-modules-4.15.0-1-sh7785lcr-di ext4-modules-4.15.0-1-sh7785lcr-di isofs-modules-4.15.0-1-sh7785lcr-di jfs-modules-4.15.0-1-sh7785lcr-di xfs-modules-4.15.0-1-sh7785lcr-di fat-modules-4.15.0-1-sh7785lcr-di minix-modules-4.15.0-1-sh7785lcr-di md-modules-4.15.0-1-sh7785lcr-di multipath-modules-4.15.0-1-sh7785lcr-di nic-usb-modules-4.15.0-1-sh7785lcr-di sata-modules-4.15.0-1-sh7785lcr-di crc-modules-4.15.0-1-sh7785lcr-di crypto-modules-4.15.0-1-sh7785lcr-di crypto-dm-modules-4.15.0-1-sh7785lcr-di nbd-modules-4.15.0-1-sh7785lcr-di squashfs-modules-4.15.0-1-sh7785lcr-di speakup-modules-4.15.0-1-sh7785lcr-di sound-modules-4.15.0-1-sh7785lcr-di zlib-modules-4.15.0-1-sh7785lcr-di udf-modules-4.15.0-1-sh7785lcr-di fuse-modules-4.15.0-1-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_sh4_none: binary-arch_sh4_none_real binary-arch_sh4_none_sh7751r binary-arch_sh4_none_sh7785lcr binary-arch_sh4_none_real: binary-arch_sh4_none_sh7751r: binary-arch_sh4_none_sh7751r_real binary-arch_sh4_none_sh7751r_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sh4_none_sh7785lcr: binary-arch_sh4_none_sh7785lcr_real binary-arch_sh4_none_sh7785lcr_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sh4_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sparc: binary-arch_sparc_real binary-arch_sparc64:: binary-arch_sparc64_none binary-arch_sparc64_real binary-arch_sparc64:: - $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='4.14.0-3' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' PACKAGE_NAMES='kernel-image-4.14.0-3-sparc64-di nic-modules-4.14.0-3-sparc64-di ppp-modules-4.14.0-3-sparc64-di pata-modules-4.14.0-3-sparc64-di cdrom-core-modules-4.14.0-3-sparc64-di scsi-core-modules-4.14.0-3-sparc64-di scsi-modules-4.14.0-3-sparc64-di btrfs-modules-4.14.0-3-sparc64-di ext4-modules-4.14.0-3-sparc64-di isofs-modules-4.14.0-3-sparc64-di jfs-modules-4.14.0-3-sparc64-di ufs-modules-4.14.0-3-sparc64-di xfs-modules-4.14.0-3-sparc64-di fat-modules-4.14.0-3-sparc64-di md-modules-4.14.0-3-sparc64-di multipath-modules-4.14.0-3-sparc64-di usb-modules-4.14.0-3-sparc64-di usb-storage-modules-4.14.0-3-sparc64-di input-modules-4.14.0-3-sparc64-di sata-modules-4.14.0-3-sparc64-di crc-modules-4.14.0-3-sparc64-di crypto-modules-4.14.0-3-sparc64-di crypto-dm-modules-4.14.0-3-sparc64-di ata-modules-4.14.0-3-sparc64-di nbd-modules-4.14.0-3-sparc64-di squashfs-modules-4.14.0-3-sparc64-di virtio-modules-4.14.0-3-sparc64-di zlib-modules-4.14.0-3-sparc64-di udf-modules-4.14.0-3-sparc64-di fuse-modules-4.14.0-3-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-sparc64-di nic-modules-4.15.0-1-sparc64-di ppp-modules-4.15.0-1-sparc64-di pata-modules-4.15.0-1-sparc64-di cdrom-core-modules-4.15.0-1-sparc64-di scsi-core-modules-4.15.0-1-sparc64-di scsi-modules-4.15.0-1-sparc64-di btrfs-modules-4.15.0-1-sparc64-di ext4-modules-4.15.0-1-sparc64-di isofs-modules-4.15.0-1-sparc64-di jfs-modules-4.15.0-1-sparc64-di ufs-modules-4.15.0-1-sparc64-di xfs-modules-4.15.0-1-sparc64-di fat-modules-4.15.0-1-sparc64-di md-modules-4.15.0-1-sparc64-di multipath-modules-4.15.0-1-sparc64-di usb-modules-4.15.0-1-sparc64-di usb-storage-modules-4.15.0-1-sparc64-di input-modules-4.15.0-1-sparc64-di sata-modules-4.15.0-1-sparc64-di crc-modules-4.15.0-1-sparc64-di crypto-modules-4.15.0-1-sparc64-di crypto-dm-modules-4.15.0-1-sparc64-di ata-modules-4.15.0-1-sparc64-di nbd-modules-4.15.0-1-sparc64-di squashfs-modules-4.15.0-1-sparc64-di virtio-modules-4.15.0-1-sparc64-di zlib-modules-4.15.0-1-sparc64-di udf-modules-4.15.0-1-sparc64-di fuse-modules-4.15.0-1-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' PACKAGE_NAMES='kernel-image-4.15.0-1-sparc64-di nic-modules-4.15.0-1-sparc64-di ppp-modules-4.15.0-1-sparc64-di pata-modules-4.15.0-1-sparc64-di cdrom-core-modules-4.15.0-1-sparc64-di scsi-core-modules-4.15.0-1-sparc64-di scsi-modules-4.15.0-1-sparc64-di btrfs-modules-4.15.0-1-sparc64-di ext4-modules-4.15.0-1-sparc64-di isofs-modules-4.15.0-1-sparc64-di jfs-modules-4.15.0-1-sparc64-di ufs-modules-4.15.0-1-sparc64-di xfs-modules-4.15.0-1-sparc64-di fat-modules-4.15.0-1-sparc64-di md-modules-4.15.0-1-sparc64-di multipath-modules-4.15.0-1-sparc64-di usb-modules-4.15.0-1-sparc64-di usb-storage-modules-4.15.0-1-sparc64-di input-modules-4.15.0-1-sparc64-di sata-modules-4.15.0-1-sparc64-di crc-modules-4.15.0-1-sparc64-di crypto-modules-4.15.0-1-sparc64-di crypto-dm-modules-4.15.0-1-sparc64-di ata-modules-4.15.0-1-sparc64-di nbd-modules-4.15.0-1-sparc64-di squashfs-modules-4.15.0-1-sparc64-di virtio-modules-4.15.0-1-sparc64-di zlib-modules-4.15.0-1-sparc64-di udf-modules-4.15.0-1-sparc64-di fuse-modules-4.15.0-1-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False binary-arch_sparc64_none: binary-arch_sparc64_none_real binary-arch_sparc64_none_sparc64 binary-arch_sparc64_none_sparc64-smp binary-arch_sparc64_none_real: binary-arch_sparc64_none_sparc64: binary-arch_sparc64_none_sparc64_real binary-arch_sparc64_none_sparc64-smp: binary-arch_sparc64_none_sparc64-smp_real binary-arch_sparc64_none_sparc64-smp_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sparc64_none_sparc64_real:: - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.14.0-3' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sparc64_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_sparc_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_tilegx: binary-arch_tilegx_real binary-arch_tilegx_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-arch_x32: binary-arch_x32_extra binary-arch_x32_real binary-arch_x32_extra:: $(MAKE) -f debian/rules.real install-dummy ARCH='x32' DH_OPTIONS='-plinux-compiler-gcc-7-x86' binary-arch_x32_real:: - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.14.0-3' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-indep:: binary-indep_none binary-indep_rt setup - $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='4.15.0-1' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + binary-indep:: binary-indep_none setup binary-indep:: - $(MAKE) -f debian/rules.real binary-indep ABINAME='4.14.0-3' ALL_FEATURESETS='none rt' ALL_TRIPLETS='alpha_none_alpha-generic alpha_none_alpha-smp amd64_none_amd64 amd64_rt_amd64 arm64_none_arm64 armel_none_marvell hppa_none_parisc hppa_none_parisc64-smp i386_none_686 i386_none_686-pae i386_rt_686-pae m68k_none_m68k mips_none_4kc-malta mips_none_5kc-malta mips_none_octeon mips64_none_5kc-malta mips64_none_octeon mips64el_none_5kc-malta mips64el_none_loongson-3 mips64el_none_octeon mips64r6_none_mips64r6 mips64r6el_none_mips64r6el mipsel_none_4kc-malta mipsel_none_5kc-malta mipsel_none_loongson-3 mipsel_none_octeon mipsr6_none_mips32r6 mipsr6_none_mips64r6 mipsr6el_none_mips32r6el mipsr6el_none_mips64r6el powerpc_none_powerpc powerpc_none_powerpc-smp powerpc_none_powerpc64 powerpcspe_none_powerpcspe ppc64_none_powerpc64 ppc64el_none_powerpc64le s390x_none_s390x sh4_none_sh7751r sh4_none_sh7785lcr sparc64_none_sparc64 sparc64_none_sparc64-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-indep ABINAME='4.15.0-1' ALL_FEATURESETS='none' ALL_TRIPLETS='alpha_none_alpha-generic alpha_none_alpha-smp amd64_none_amd64 amd64_none_cloud-amd64 arm64_none_arm64 armhf_none_armmp armhf_none_armmp-lpae hppa_none_parisc hppa_none_parisc64-smp i386_none_686 i386_none_686-pae m68k_none_m68k mips_none_4kc-malta mips_none_5kc-malta mips_none_octeon mips64_none_5kc-malta mips64_none_octeon mips64el_none_5kc-malta mips64el_none_loongson-3 mips64el_none_octeon mips64r6_none_mips64r6 mips64r6el_none_mips64r6el mipsel_none_4kc-malta mipsel_none_5kc-malta mipsel_none_loongson-3 mipsel_none_octeon mipsr6_none_mips32r6 mipsr6_none_mips64r6 mipsr6el_none_mips32r6el mipsr6el_none_mips64r6el powerpc_none_powerpc powerpc_none_powerpc-smp powerpc_none_powerpc64 powerpcspe_none_powerpcspe ppc64_none_powerpc64 ppc64el_none_powerpc64le s390x_none_s390x sh4_none_sh7751r sh4_none_sh7785lcr sparc64_none_sparc64 sparc64_none_sparc64-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-indep ABINAME='4.15.0-1' ALL_FEATURESETS='none' ALL_TRIPLETS='alpha_none_alpha-generic alpha_none_alpha-smp amd64_none_amd64 amd64_none_cloud-amd64 arm64_none_arm64 hppa_none_parisc hppa_none_parisc64-smp i386_none_686 i386_none_686-pae m68k_none_m68k mips_none_4kc-malta mips_none_5kc-malta mips_none_octeon mips64_none_5kc-malta mips64_none_octeon mips64el_none_5kc-malta mips64el_none_loongson-3 mips64el_none_octeon mips64r6_none_mips64r6 mips64r6el_none_mips64r6el mipsel_none_4kc-malta mipsel_none_5kc-malta mipsel_none_loongson-3 mipsel_none_octeon mipsr6_none_mips32r6 mipsr6_none_mips64r6 mipsr6el_none_mips32r6el mipsr6el_none_mips64r6el powerpc_none_powerpc powerpc_none_powerpc-smp powerpc_none_powerpc64 powerpcspe_none_powerpcspe ppc64_none_powerpc64 ppc64el_none_powerpc64le s390x_none_s390x sh4_none_sh7751r sh4_none_sh7785lcr sparc64_none_sparc64 sparc64_none_sparc64-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-indep_none: binary-indep_none_real binary-indep_none_real:: - $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='4.14.0-3' ALL_KERNEL_ARCHES='alpha arm arm64 m68k mips parisc powerpc s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - binary-indep_rt: binary-indep_rt_real - binary-indep_rt_real:: - $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='4.14.0-3' ALL_KERNEL_ARCHES='x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='4.15.0-1' ALL_KERNEL_ARCHES='alpha arm arm64 m68k mips parisc powerpc s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='4.15.0-1' ALL_KERNEL_ARCHES='alpha arm64 m68k mips parisc powerpc s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_alpha:: source_none_real binary-libc-dev_alpha:: - $(MAKE) -f debian/rules.real install-libc-dev_alpha ABINAME='4.14.0-3' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_alpha ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_alpha ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_amd64:: source_none_real binary-libc-dev_amd64:: - $(MAKE) -f debian/rules.real install-libc-dev_amd64 ABINAME='4.14.0-3' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_amd64 ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_amd64 ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_arm64:: source_none_real binary-libc-dev_arm64:: - $(MAKE) -f debian/rules.real install-libc-dev_arm64 ABINAME='4.14.0-3' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_arm64 ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_arm64 ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_arm64ilp32:: source_none_real binary-libc-dev_arm64ilp32:: - $(MAKE) -f debian/rules.real install-libc-dev_arm64ilp32 ABINAME='4.14.0-3' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_arm64ilp32 ABINAME='4.15.0-1' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_arm64ilp32 ABINAME='4.15.0-1' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_armel:: source_none_real binary-libc-dev_armel:: - $(MAKE) -f debian/rules.real install-libc-dev_armel ABINAME='4.14.0-3' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_armel ABINAME='4.15.0-1' ARCH='armel' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_armel ABINAME='4.15.0-1' ARCH='armel' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_armhf:: source_none_real binary-libc-dev_armhf:: - $(MAKE) -f debian/rules.real install-libc-dev_armhf ABINAME='4.14.0-3' ARCH='armhf' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_armhf ABINAME='4.15.0-1' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_armhf ABINAME='4.15.0-1' ARCH='armhf' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_hppa:: source_none_real binary-libc-dev_hppa:: - $(MAKE) -f debian/rules.real install-libc-dev_hppa ABINAME='4.14.0-3' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_hppa ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_hppa ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_i386:: source_none_real binary-libc-dev_i386:: - $(MAKE) -f debian/rules.real install-libc-dev_i386 ABINAME='4.14.0-3' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_i386 ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_i386 ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_m68k:: source_none_real binary-libc-dev_m68k:: - $(MAKE) -f debian/rules.real install-libc-dev_m68k ABINAME='4.14.0-3' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_m68k ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_m68k ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mips:: source_none_real binary-libc-dev_mips:: - $(MAKE) -f debian/rules.real install-libc-dev_mips ABINAME='4.14.0-3' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mips ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mips ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mips64:: source_none_real binary-libc-dev_mips64:: - $(MAKE) -f debian/rules.real install-libc-dev_mips64 ABINAME='4.14.0-3' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mips64 ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mips64 ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mips64el:: source_none_real binary-libc-dev_mips64el:: - $(MAKE) -f debian/rules.real install-libc-dev_mips64el ABINAME='4.14.0-3' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mips64el ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mips64el ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mips64r6:: source_none_real binary-libc-dev_mips64r6:: - $(MAKE) -f debian/rules.real install-libc-dev_mips64r6 ABINAME='4.14.0-3' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mips64r6 ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mips64r6 ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mips64r6el:: source_none_real binary-libc-dev_mips64r6el:: - $(MAKE) -f debian/rules.real install-libc-dev_mips64r6el ABINAME='4.14.0-3' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mips64r6el ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mips64r6el ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsel:: source_none_real binary-libc-dev_mipsel:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsel ABINAME='4.14.0-3' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsel ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsel ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsn32:: source_none_real binary-libc-dev_mipsn32:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32 ABINAME='4.14.0-3' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32 ABINAME='4.15.0-1' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsn32 ABINAME='4.15.0-1' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsn32el:: source_none_real binary-libc-dev_mipsn32el:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32el ABINAME='4.14.0-3' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32el ABINAME='4.15.0-1' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsn32el ABINAME='4.15.0-1' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsn32r6:: source_none_real binary-libc-dev_mipsn32r6:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32r6 ABINAME='4.14.0-3' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32r6 ABINAME='4.15.0-1' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsn32r6 ABINAME='4.15.0-1' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsn32r6el:: source_none_real binary-libc-dev_mipsn32r6el:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32r6el ABINAME='4.14.0-3' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsn32r6el ABINAME='4.15.0-1' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsn32r6el ABINAME='4.15.0-1' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsr6:: source_none_real binary-libc-dev_mipsr6:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsr6 ABINAME='4.14.0-3' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsr6 ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsr6 ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_mipsr6el:: source_none_real binary-libc-dev_mipsr6el:: - $(MAKE) -f debian/rules.real install-libc-dev_mipsr6el ABINAME='4.14.0-3' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_mipsr6el ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_mipsr6el ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_powerpc:: source_none_real binary-libc-dev_powerpc:: - $(MAKE) -f debian/rules.real install-libc-dev_powerpc ABINAME='4.14.0-3' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_powerpc ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_powerpc ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_powerpcspe:: source_none_real binary-libc-dev_powerpcspe:: - $(MAKE) -f debian/rules.real install-libc-dev_powerpcspe ABINAME='4.14.0-3' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_powerpcspe ABINAME='4.15.0-1' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_powerpcspe ABINAME='4.15.0-1' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_ppc64:: source_none_real binary-libc-dev_ppc64:: - $(MAKE) -f debian/rules.real install-libc-dev_ppc64 ABINAME='4.14.0-3' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_ppc64 ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_ppc64 ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_ppc64el:: source_none_real binary-libc-dev_ppc64el:: - $(MAKE) -f debian/rules.real install-libc-dev_ppc64el ABINAME='4.14.0-3' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_ppc64el ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_ppc64el ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_s390:: source_none_real binary-libc-dev_s390:: - $(MAKE) -f debian/rules.real install-libc-dev_s390 ABINAME='4.14.0-3' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_s390 ABINAME='4.15.0-1' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_s390 ABINAME='4.15.0-1' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_s390x:: source_none_real binary-libc-dev_s390x:: - $(MAKE) -f debian/rules.real install-libc-dev_s390x ABINAME='4.14.0-3' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_s390x ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_s390x ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_sh3:: source_none_real binary-libc-dev_sh3:: - $(MAKE) -f debian/rules.real install-libc-dev_sh3 ABINAME='4.14.0-3' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_sh3 ABINAME='4.15.0-1' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_sh3 ABINAME='4.15.0-1' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_sh4:: source_none_real binary-libc-dev_sh4:: - $(MAKE) -f debian/rules.real install-libc-dev_sh4 ABINAME='4.14.0-3' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_sh4 ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_sh4 ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_sparc:: source_none_real binary-libc-dev_sparc:: - $(MAKE) -f debian/rules.real install-libc-dev_sparc ABINAME='4.14.0-3' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_sparc ABINAME='4.15.0-1' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_sparc ABINAME='4.15.0-1' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_sparc64:: source_none_real binary-libc-dev_sparc64:: - $(MAKE) -f debian/rules.real install-libc-dev_sparc64 ABINAME='4.14.0-3' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_sparc64 ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_sparc64 ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_tilegx:: source_none_real binary-libc-dev_tilegx:: - $(MAKE) -f debian/rules.real install-libc-dev_tilegx ABINAME='4.14.0-3' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_tilegx ABINAME='4.15.0-1' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_tilegx ABINAME='4.15.0-1' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' binary-libc-dev_x32:: source_none_real binary-libc-dev_x32:: - $(MAKE) -f debian/rules.real install-libc-dev_x32 ABINAME='4.14.0-3' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real install-libc-dev_x32 ABINAME='4.15.0-1' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real install-libc-dev_x32 ABINAME='4.15.0-1' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch: build-arch_alpha build-arch_amd64 build-arch_arm64 build-arch_arm64ilp32 build-arch_armel build-arch_armhf build-arch_hppa build-arch_i386 build-arch_m68k build-arch_mips build-arch_mips64 build-arch_mips64el build-arch_mips64r6 build-arch_mips64r6el build-arch_mipsel build-arch_mipsn32 build-arch_mipsn32el build-arch_mipsn32r6 build-arch_mipsn32r6el build-arch_mipsr6 build-arch_mipsr6el build-arch_powerpc build-arch_powerpcspe build-arch_ppc64 build-arch_ppc64el build-arch_s390 build-arch_s390x build-arch_sh3 build-arch_sh4 build-arch_sparc build-arch_sparc64 build-arch_tilegx build-arch_x32 build-arch_alpha: build-arch_alpha_none build-arch_alpha_real build-arch_alpha_none: build-arch_alpha_none_alpha-generic build-arch_alpha_none_alpha-smp build-arch_alpha_none_real build-arch_alpha_none_alpha-generic: build-arch_alpha_none_alpha-generic_real build-arch_alpha_none_alpha-generic_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_alpha_none_alpha-smp: build-arch_alpha_none_alpha-smp_real build-arch_alpha_none_alpha-smp_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_alpha_none_real: build-arch_alpha_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-arch_amd64: build-arch_amd64_none build-arch_amd64_real build-arch_amd64_rt - build-arch_amd64_none: build-arch_amd64_none_amd64 build-arch_amd64_none_real - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + build-arch_amd64: build-arch_amd64_none build-arch_amd64_real + build-arch_amd64_none: build-arch_amd64_none_amd64 build-arch_amd64_none_cloud-amd64 build-arch_amd64_none_real build-arch_amd64_none_amd64: build-arch_amd64_none_amd64_real build-arch_amd64_none_amd64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' + build-arch_amd64_none_cloud-amd64: build-arch_amd64_none_cloud-amd64_real + build-arch_amd64_none_cloud-amd64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-cloud-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-cloud-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_amd64_none_real: build-arch_amd64_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-arch_amd64_rt: build-arch_amd64_rt_amd64 build-arch_amd64_rt_real - build-arch_amd64_rt_amd64: build-arch_amd64_rt_amd64_real - build-arch_amd64_rt_amd64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-rt-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - build-arch_amd64_rt_real: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_arm64: build-arch_arm64_none build-arch_arm64_real build-arch_arm64_none: build-arch_arm64_none_arm64 build-arch_arm64_none_real build-arch_arm64_none_arm64: build-arch_arm64_none_arm64_real build-arch_arm64_none_arm64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_arm64_none_real: build-arch_arm64_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_arm64ilp32: build-arch_arm64ilp32_real build-arch_arm64ilp32_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-arch_armel: build-arch_armel_none build-arch_armel_real - build-arch_armel_none: build-arch_armel_none_marvell build-arch_armel_none_real - build-arch_armel_none_marvell: build-arch_armel_none_marvell_real - build-arch_armel_none_marvell_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='armel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-marvell' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.marvell' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-arch_armel_none_real: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='arm64ilp32' DO_HEADERS_ALL='False' KERNEL_ARCH='arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + build-arch_armel: build-arch_armel_real build-arch_armel_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='armel' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' -build-arch_armhf: build-arch_armhf_none build-arch_armhf_real -build-arch_armhf_none: build-arch_armhf_none_armmp build-arch_armhf_none_armmp-lpae build-arch_armhf_none_real -build-arch_armhf_none_armmp: build-arch_armhf_none_armmp_real -build-arch_armhf_none_armmp-lpae: build-arch_armhf_none_armmp-lpae_real -build-arch_armhf_none_armmp-lpae_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='armhf' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-armmp-lpae' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/armhf/config.armmp-lpae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' -build-arch_armhf_none_armmp_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='armhf' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' -build-arch_armhf_none_real: ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='armel' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' +build-arch_armhf: build-arch_armhf_real build-arch_armhf_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='armhf' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='armhf' DO_HEADERS_ALL='False' KERNEL_ARCH='arm' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_hppa: build-arch_hppa_none build-arch_hppa_real build-arch_hppa_none: build-arch_hppa_none_parisc build-arch_hppa_none_parisc64-smp build-arch_hppa_none_real build-arch_hppa_none_parisc: build-arch_hppa_none_parisc_real build-arch_hppa_none_parisc64-smp: build-arch_hppa_none_parisc64-smp_real build-arch_hppa_none_parisc64-smp_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_hppa_none_parisc_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_hppa_none_real: build-arch_hppa_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-arch_i386: build-arch_i386_none build-arch_i386_real build-arch_i386_rt - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + build-arch_i386: build-arch_i386_none build-arch_i386_real build-arch_i386_none: build-arch_i386_none_686 build-arch_i386_none_686-pae build-arch_i386_none_real build-arch_i386_none_686: build-arch_i386_none_686_real build-arch_i386_none_686-pae: build-arch_i386_none_686-pae_real build-arch_i386_none_686-pae_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_i386_none_686_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_i386_none_real: build-arch_i386_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-arch_i386_rt: build-arch_i386_rt_686-pae build-arch_i386_rt_real - build-arch_i386_rt_686-pae: build-arch_i386_rt_686-pae_real - build-arch_i386_rt_686-pae_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-rt-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - build-arch_i386_rt_real: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_m68k: build-arch_m68k_none build-arch_m68k_real build-arch_m68k_none: build-arch_m68k_none_m68k build-arch_m68k_none_real build-arch_m68k_none_m68k: build-arch_m68k_none_m68k_real build-arch_m68k_none_m68k_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_m68k_none_real: build-arch_m68k_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips: build-arch_mips_none build-arch_mips_real build-arch_mips64: build-arch_mips64_none build-arch_mips64_real build-arch_mips64_none: build-arch_mips64_none_5kc-malta build-arch_mips64_none_octeon build-arch_mips64_none_real build-arch_mips64_none_5kc-malta: build-arch_mips64_none_5kc-malta_real build-arch_mips64_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64_none_octeon: build-arch_mips64_none_octeon_real build-arch_mips64_none_octeon_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64_none_real: build-arch_mips64_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64el: build-arch_mips64el_none build-arch_mips64el_real build-arch_mips64el_none: build-arch_mips64el_none_5kc-malta build-arch_mips64el_none_loongson-3 build-arch_mips64el_none_octeon build-arch_mips64el_none_real build-arch_mips64el_none_5kc-malta: build-arch_mips64el_none_5kc-malta_real build-arch_mips64el_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64el_none_loongson-3: build-arch_mips64el_none_loongson-3_real build-arch_mips64el_none_loongson-3_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64el_none_octeon: build-arch_mips64el_none_octeon_real build-arch_mips64el_none_octeon_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64el_none_real: build-arch_mips64el_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64r6: build-arch_mips64r6_none build-arch_mips64r6_real build-arch_mips64r6_none: build-arch_mips64r6_none_mips64r6 build-arch_mips64r6_none_real build-arch_mips64r6_none_mips64r6: build-arch_mips64r6_none_mips64r6_real build-arch_mips64r6_none_mips64r6_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64r6_none_real: build-arch_mips64r6_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64r6el: build-arch_mips64r6el_none build-arch_mips64r6el_real build-arch_mips64r6el_none: build-arch_mips64r6el_none_mips64r6el build-arch_mips64r6el_none_real build-arch_mips64r6el_none_mips64r6el: build-arch_mips64r6el_none_mips64r6el_real build-arch_mips64r6el_none_mips64r6el_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips64r6el_none_real: build-arch_mips64r6el_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips_none: build-arch_mips_none_4kc-malta build-arch_mips_none_5kc-malta build-arch_mips_none_octeon build-arch_mips_none_real build-arch_mips_none_4kc-malta: build-arch_mips_none_4kc-malta_real build-arch_mips_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips_none_5kc-malta: build-arch_mips_none_5kc-malta_real build-arch_mips_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips_none_octeon: build-arch_mips_none_octeon_real build-arch_mips_none_octeon_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mips_none_real: build-arch_mips_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsel: build-arch_mipsel_none build-arch_mipsel_real build-arch_mipsel_none: build-arch_mipsel_none_4kc-malta build-arch_mipsel_none_5kc-malta build-arch_mipsel_none_loongson-3 build-arch_mipsel_none_octeon build-arch_mipsel_none_real build-arch_mipsel_none_4kc-malta: build-arch_mipsel_none_4kc-malta_real build-arch_mipsel_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsel_none_5kc-malta: build-arch_mipsel_none_5kc-malta_real build-arch_mipsel_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsel_none_loongson-3: build-arch_mipsel_none_loongson-3_real build-arch_mipsel_none_loongson-3_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsel_none_octeon: build-arch_mipsel_none_octeon_real build-arch_mipsel_none_octeon_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsel_none_real: build-arch_mipsel_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsn32: build-arch_mipsn32_real build-arch_mipsn32_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsn32el: build-arch_mipsn32el_real build-arch_mipsn32el_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsn32r6: build-arch_mipsn32r6_real build-arch_mipsn32r6_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsn32r6el: build-arch_mipsn32r6el_real build-arch_mipsn32r6el_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsn32r6el' DO_HEADERS_ALL='False' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsr6: build-arch_mipsr6_none build-arch_mipsr6_real build-arch_mipsr6_none: build-arch_mipsr6_none_mips32r6 build-arch_mipsr6_none_mips64r6 build-arch_mipsr6_none_real build-arch_mipsr6_none_mips32r6: build-arch_mipsr6_none_mips32r6_real build-arch_mipsr6_none_mips32r6_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsr6_none_mips64r6: build-arch_mipsr6_none_mips64r6_real build-arch_mipsr6_none_mips64r6_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsr6_none_real: build-arch_mipsr6_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsr6el: build-arch_mipsr6el_none build-arch_mipsr6el_real build-arch_mipsr6el_none: build-arch_mipsr6el_none_mips32r6el build-arch_mipsr6el_none_mips64r6el build-arch_mipsr6el_none_real build-arch_mipsr6el_none_mips32r6el: build-arch_mipsr6el_none_mips32r6el_real build-arch_mipsr6el_none_mips32r6el_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsr6el_none_mips64r6el: build-arch_mipsr6el_none_mips64r6el_real build-arch_mipsr6el_none_mips64r6el_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_mipsr6el_none_real: build-arch_mipsr6el_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_powerpc: build-arch_powerpc_none build-arch_powerpc_real build-arch_powerpc_none: build-arch_powerpc_none_powerpc build-arch_powerpc_none_powerpc-smp build-arch_powerpc_none_powerpc64 build-arch_powerpc_none_real build-arch_powerpc_none_powerpc: build-arch_powerpc_none_powerpc_real build-arch_powerpc_none_powerpc-smp: build-arch_powerpc_none_powerpc-smp_real build-arch_powerpc_none_powerpc-smp_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_powerpc_none_powerpc64: build-arch_powerpc_none_powerpc64_real build-arch_powerpc_none_powerpc64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_powerpc_none_powerpc_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_powerpc_none_real: build-arch_powerpc_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_powerpcspe: build-arch_powerpcspe_none build-arch_powerpcspe_real build-arch_powerpcspe_none: build-arch_powerpcspe_none_powerpcspe build-arch_powerpcspe_none_real build-arch_powerpcspe_none_powerpcspe: build-arch_powerpcspe_none_powerpcspe_real build-arch_powerpcspe_none_powerpcspe_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_powerpcspe_none_real: build-arch_powerpcspe_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='powerpcspe' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_ppc64: build-arch_ppc64_none build-arch_ppc64_real build-arch_ppc64_none: build-arch_ppc64_none_powerpc64 build-arch_ppc64_none_real build-arch_ppc64_none_powerpc64: build-arch_ppc64_none_powerpc64_real build-arch_ppc64_none_powerpc64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_ppc64_none_real: build-arch_ppc64_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_ppc64el: build-arch_ppc64el_none build-arch_ppc64el_real build-arch_ppc64el_none: build-arch_ppc64el_none_powerpc64le build-arch_ppc64el_none_real build-arch_ppc64el_none_powerpc64le: build-arch_ppc64el_none_powerpc64le_real build-arch_ppc64el_none_powerpc64le_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_ppc64el_none_real: build-arch_ppc64el_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_s390: build-arch_s390_real build-arch_s390_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='s390' DO_HEADERS_ALL='False' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_s390x: build-arch_s390x_none build-arch_s390x_real build-arch_s390x_none: build-arch_s390x_none_real build-arch_s390x_none_s390x build-arch_s390x_none_real: build-arch_s390x_none_s390x: build-arch_s390x_none_s390x_real build-arch_s390x_none_s390x_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' build-arch_s390x_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sh3: build-arch_sh3_real build-arch_sh3_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sh3' DO_HEADERS_ALL='False' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sh4: build-arch_sh4_none build-arch_sh4_real build-arch_sh4_none: build-arch_sh4_none_real build-arch_sh4_none_sh7751r build-arch_sh4_none_sh7785lcr build-arch_sh4_none_real: build-arch_sh4_none_sh7751r: build-arch_sh4_none_sh7751r_real build-arch_sh4_none_sh7751r_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sh4_none_sh7785lcr: build-arch_sh4_none_sh7785lcr_real build-arch_sh4_none_sh7785lcr_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sh4_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sparc: build-arch_sparc_real build-arch_sparc64: build-arch_sparc64_none build-arch_sparc64_real build-arch_sparc64_none: build-arch_sparc64_none_real build-arch_sparc64_none_sparc64 build-arch_sparc64_none_sparc64-smp @@@ -692,97 -681,91 +663,83 @@@ build-arch_sparc64_none_real build-arch_sparc64_none_sparc64: build-arch_sparc64_none_sparc64_real build-arch_sparc64_none_sparc64-smp: build-arch_sparc64_none_sparc64-smp_real build-arch_sparc64_none_sparc64-smp_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sparc64_none_sparc64_real:: - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.14.0-3' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sparc64_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_sparc_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='sparc' DO_HEADERS_ALL='False' KERNEL_ARCH='sparc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_tilegx: build-arch_tilegx_real build-arch_tilegx_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='tilegx' DO_HEADERS_ALL='False' KERNEL_ARCH='tile' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-arch_x32: build-arch_x32_real build-arch_x32_real:: - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.14.0-3' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - build-indep:: build-indep_none build-indep_rt - $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='4.15.0-1' ARCH='x32' DO_HEADERS_ALL='False' KERNEL_ARCH='x86' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' + build-indep:: build-indep_none build-indep:: - $(MAKE) -f debian/rules.real build-indep ABINAME='4.14.0-3' ALL_FEATURESETS='none rt' ALL_TRIPLETS='alpha_none_alpha-generic alpha_none_alpha-smp amd64_none_amd64 amd64_rt_amd64 arm64_none_arm64 armel_none_marvell hppa_none_parisc hppa_none_parisc64-smp i386_none_686 i386_none_686-pae i386_rt_686-pae m68k_none_m68k mips_none_4kc-malta mips_none_5kc-malta mips_none_octeon mips64_none_5kc-malta mips64_none_octeon mips64el_none_5kc-malta mips64el_none_loongson-3 mips64el_none_octeon mips64r6_none_mips64r6 mips64r6el_none_mips64r6el mipsel_none_4kc-malta mipsel_none_5kc-malta mipsel_none_loongson-3 mipsel_none_octeon mipsr6_none_mips32r6 mipsr6_none_mips64r6 mipsr6el_none_mips32r6el mipsr6el_none_mips64r6el powerpc_none_powerpc powerpc_none_powerpc-smp powerpc_none_powerpc64 powerpcspe_none_powerpcspe ppc64_none_powerpc64 ppc64el_none_powerpc64le s390x_none_s390x sh4_none_sh7751r sh4_none_sh7785lcr sparc64_none_sparc64 sparc64_none_sparc64-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real build-indep ABINAME='4.15.0-1' ALL_FEATURESETS='none' ALL_TRIPLETS='alpha_none_alpha-generic alpha_none_alpha-smp amd64_none_amd64 amd64_none_cloud-amd64 arm64_none_arm64 armhf_none_armmp armhf_none_armmp-lpae hppa_none_parisc hppa_none_parisc64-smp i386_none_686 i386_none_686-pae m68k_none_m68k mips_none_4kc-malta mips_none_5kc-malta mips_none_octeon mips64_none_5kc-malta mips64_none_octeon mips64el_none_5kc-malta mips64el_none_loongson-3 mips64el_none_octeon mips64r6_none_mips64r6 mips64r6el_none_mips64r6el mipsel_none_4kc-malta mipsel_none_5kc-malta mipsel_none_loongson-3 mipsel_none_octeon mipsr6_none_mips32r6 mipsr6_none_mips64r6 mipsr6el_none_mips32r6el mipsr6el_none_mips64r6el powerpc_none_powerpc powerpc_none_powerpc-smp powerpc_none_powerpc64 powerpcspe_none_powerpcspe ppc64_none_powerpc64 ppc64el_none_powerpc64le s390x_none_s390x sh4_none_sh7751r sh4_none_sh7785lcr sparc64_none_sparc64 sparc64_none_sparc64-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real build-indep ABINAME='4.15.0-1' ALL_FEATURESETS='none' ALL_TRIPLETS='alpha_none_alpha-generic alpha_none_alpha-smp amd64_none_amd64 amd64_none_cloud-amd64 arm64_none_arm64 hppa_none_parisc hppa_none_parisc64-smp i386_none_686 i386_none_686-pae m68k_none_m68k mips_none_4kc-malta mips_none_5kc-malta mips_none_octeon mips64_none_5kc-malta mips64_none_octeon mips64el_none_5kc-malta mips64el_none_loongson-3 mips64el_none_octeon mips64r6_none_mips64r6 mips64r6el_none_mips64r6el mipsel_none_4kc-malta mipsel_none_5kc-malta mipsel_none_loongson-3 mipsel_none_octeon mipsr6_none_mips32r6 mipsr6_none_mips64r6 mipsr6el_none_mips32r6el mipsr6el_none_mips64r6el powerpc_none_powerpc powerpc_none_powerpc-smp powerpc_none_powerpc64 powerpcspe_none_powerpcspe ppc64_none_powerpc64 ppc64el_none_powerpc64le s390x_none_s390x sh4_none_sh7751r sh4_none_sh7785lcr sparc64_none_sparc64 sparc64_none_sparc64-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' build-indep_none: build-indep_none_real build-indep_none_real: - build-indep_rt: build-indep_rt_real - build-indep_rt_real: - setup: setup_alpha setup_amd64 setup_arm64 setup_arm64ilp32 setup_armel setup_armhf setup_hppa setup_i386 setup_m68k setup_mips setup_mips64 setup_mips64el setup_mips64r6 setup_mips64r6el setup_mipsel setup_mipsn32 setup_mipsn32el setup_mipsn32r6 setup_mipsn32r6el setup_mipsr6 setup_mipsr6el setup_none setup_powerpc setup_powerpcspe setup_ppc64 setup_ppc64el setup_rt setup_s390 setup_s390x setup_sh3 setup_sh4 setup_sparc setup_sparc64 setup_tilegx setup_x32 + setup: setup_alpha setup_amd64 setup_arm64 setup_arm64ilp32 setup_armel setup_armhf setup_hppa setup_i386 setup_m68k setup_mips setup_mips64 setup_mips64el setup_mips64r6 setup_mips64r6el setup_mipsel setup_mipsn32 setup_mipsn32el setup_mipsn32r6 setup_mipsn32r6el setup_mipsr6 setup_mipsr6el setup_none setup_powerpc setup_powerpcspe setup_ppc64 setup_ppc64el setup_s390 setup_s390x setup_sh3 setup_sh4 setup_sparc setup_sparc64 setup_tilegx setup_x32 setup_alpha: setup_alpha_none setup_alpha_real setup_alpha_none: setup_alpha_none_alpha-generic setup_alpha_none_alpha-smp setup_alpha_none_real setup_alpha_none_alpha-generic: setup_alpha_none_alpha-generic_real setup_alpha_none_alpha-generic_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_alpha_none_alpha-smp: setup_alpha_none_alpha-smp_real setup_alpha_none_alpha-smp_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='alpha' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_alpha_none_real: setup_alpha_real: - setup_amd64: setup_amd64_none setup_amd64_real setup_amd64_rt - setup_amd64_none: setup_amd64_none_amd64 setup_amd64_none_real + setup_amd64: setup_amd64_none setup_amd64_real + setup_amd64_none: setup_amd64_none_amd64 setup_amd64_none_cloud-amd64 setup_amd64_none_real setup_amd64_none_amd64: setup_amd64_none_amd64_real setup_amd64_none_amd64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' + setup_amd64_none_cloud-amd64: setup_amd64_none_cloud-amd64_real + setup_amd64_none_cloud-amd64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-cloud-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-cloud-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_amd64_none_real: setup_amd64_real: - setup_amd64_rt: setup_amd64_rt_amd64 setup_amd64_rt_real - setup_amd64_rt_amd64: setup_amd64_rt_amd64_real - setup_amd64_rt_amd64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='amd64' COMPILER='gcc-7' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-rt-amd64' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - setup_amd64_rt_real: setup_arm64: setup_arm64_none setup_arm64_real setup_arm64_none: setup_arm64_none_arm64 setup_arm64_none_real setup_arm64_none_arm64: setup_arm64_none_arm64_real setup_arm64_none_arm64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='arm64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-arm64' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_arm64_none_real: setup_arm64_real: setup_arm64ilp32: setup_arm64ilp32_real setup_arm64ilp32_real: - setup_armel: setup_armel_none setup_armel_real - setup_armel_none: setup_armel_none_marvell setup_armel_none_real - setup_armel_none_marvell: setup_armel_none_marvell_real - setup_armel_none_marvell_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='armel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-marvell' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.marvell' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - setup_armel_none_real: + setup_armel: setup_armel_real setup_armel_real: -setup_armhf: setup_armhf_none setup_armhf_real -setup_armhf_none: setup_armhf_none_armmp setup_armhf_none_armmp-lpae setup_armhf_none_real -setup_armhf_none_armmp: setup_armhf_none_armmp_real -setup_armhf_none_armmp-lpae: setup_armhf_none_armmp-lpae_real -setup_armhf_none_armmp-lpae_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='armhf' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-armmp-lpae' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/armhf/config.armmp-lpae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' -setup_armhf_none_armmp_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='armhf' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' -setup_armhf_none_real: +setup_armhf: setup_armhf_real setup_armhf_real: setup_hppa: setup_hppa_none setup_hppa_real setup_hppa_none: setup_hppa_none_parisc setup_hppa_none_parisc64-smp setup_hppa_none_real setup_hppa_none_parisc: setup_hppa_none_parisc_real setup_hppa_none_parisc64-smp: setup_hppa_none_parisc64-smp_real setup_hppa_none_parisc64-smp_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' CFLAGS_KERNEL='-fno-cse-follow-jumps' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc64-smp' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64-smp' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_hppa_none_parisc_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='hppa' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_hppa_none_real: setup_hppa_real: - setup_i386: setup_i386_none setup_i386_real setup_i386_rt + setup_i386: setup_i386_none setup_i386_real setup_i386_none: setup_i386_none_686 setup_i386_none_686-pae setup_i386_none_real setup_i386_none_686: setup_i386_none_686_real setup_i386_none_686-pae: setup_i386_none_686-pae_real setup_i386_none_686-pae_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_i386_none_686_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-686' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_i386_none_real: setup_i386_real: - setup_i386_rt: setup_i386_rt_686-pae setup_i386_rt_real - setup_i386_rt_686-pae: setup_i386_rt_686-pae_real - setup_i386_rt_686-pae_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='i386' COMPILER='gcc-7' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-rt-686-pae' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686-pae debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - setup_i386_rt_real: setup_m68k: setup_m68k_none setup_m68k_real setup_m68k_none: setup_m68k_none_m68k setup_m68k_none_real setup_m68k_none_m68k: setup_m68k_none_m68k_real setup_m68k_none_m68k_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='m68k' CFLAGS_KERNEL='-ffreestanding' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-m68k' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_m68k_none_real: setup_m68k_real: setup_mips: setup_mips_none setup_mips_real @@@ -790,65 -773,65 +747,65 @@@ setup_mips64: setup_mips64_none setup_m setup_mips64_none: setup_mips64_none_5kc-malta setup_mips64_none_octeon setup_mips64_none_real setup_mips64_none_5kc-malta: setup_mips64_none_5kc-malta_real setup_mips64_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64_none_octeon: setup_mips64_none_octeon_real setup_mips64_none_octeon_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64_none_real: setup_mips64_real: setup_mips64el: setup_mips64el_none setup_mips64el_real setup_mips64el_none: setup_mips64el_none_5kc-malta setup_mips64el_none_loongson-3 setup_mips64el_none_octeon setup_mips64el_none_real setup_mips64el_none_5kc-malta: setup_mips64el_none_5kc-malta_real setup_mips64el_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64el_none_loongson-3: setup_mips64el_none_loongson-3_real setup_mips64el_none_loongson-3_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64el_none_octeon: setup_mips64el_none_octeon_real setup_mips64el_none_octeon_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64el/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64el_none_real: setup_mips64el_real: setup_mips64r6: setup_mips64r6_none setup_mips64r6_real setup_mips64r6_none: setup_mips64r6_none_mips64r6 setup_mips64r6_none_real setup_mips64r6_none_mips64r6: setup_mips64r6_none_mips64r6_real setup_mips64r6_none_mips64r6_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64r6_none_real: setup_mips64r6_real: setup_mips64r6el: setup_mips64r6el_none setup_mips64r6el_real setup_mips64r6el_none: setup_mips64r6el_none_mips64r6el setup_mips64r6el_none_real setup_mips64r6el_none_mips64r6el: setup_mips64r6el_none_mips64r6el_real setup_mips64r6el_none_mips64r6el_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips64r6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips64r6el_none_real: setup_mips64r6el_real: setup_mips_none: setup_mips_none_4kc-malta setup_mips_none_5kc-malta setup_mips_none_octeon setup_mips_none_real setup_mips_none_4kc-malta: setup_mips_none_4kc-malta_real setup_mips_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips_none_5kc-malta: setup_mips_none_5kc-malta_real setup_mips_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips_none_octeon: setup_mips_none_octeon_real setup_mips_none_octeon_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mips' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mips_none_real: setup_mips_real: setup_mipsel: setup_mipsel_none setup_mipsel_real setup_mipsel_none: setup_mipsel_none_4kc-malta setup_mipsel_none_5kc-malta setup_mipsel_none_loongson-3 setup_mipsel_none_octeon setup_mipsel_none_real setup_mipsel_none_4kc-malta: setup_mipsel_none_4kc-malta_real setup_mipsel_none_4kc-malta_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-4kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsel_none_5kc-malta: setup_mipsel_none_5kc-malta_real setup_mipsel_none_5kc-malta_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-5kc-malta' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r2' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsel_none_loongson-3: setup_mipsel_none_loongson-3_real setup_mipsel_none_loongson-3_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-loongson-3' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.loongson-3' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsel_none_octeon: setup_mipsel_none_octeon_real setup_mipsel_none_octeon_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsel' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-octeon' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsel/config debian/config/kernelarch-mips/config.octeon' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsel_none_real: setup_mipsel_real: setup_mipsn32: setup_mipsn32_real @@@ -863,20 -846,20 +820,20 @@@ setup_mipsr6: setup_mipsr6_none setup_m setup_mipsr6_none: setup_mipsr6_none_mips32r6 setup_mipsr6_none_mips64r6 setup_mipsr6_none_real setup_mipsr6_none_mips32r6: setup_mipsr6_none_mips32r6_real setup_mipsr6_none_mips32r6_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsr6_none_mips64r6: setup_mipsr6_none_mips64r6_real setup_mipsr6_none_mips64r6_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsr6_none_real: setup_mipsr6_real: setup_mipsr6el: setup_mipsr6el_none setup_mipsr6el_real setup_mipsr6el_none: setup_mipsr6el_none_mips32r6el setup_mipsr6el_none_mips64r6el setup_mipsr6el_none_real setup_mipsr6el_none_mips32r6el: setup_mipsr6el_none_mips32r6el_real setup_mipsr6el_none_mips32r6el_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsr6el_none_mips64r6el: setup_mipsr6el_none_mips64r6el_real setup_mipsr6el_none_mips64r6el_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='mipsr6el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.malta debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_mipsr6el_none_real: setup_mipsr6el_real: setup_none: setup_none_real @@@ -886,37 -869,35 +843,35 @@@ setup_powerpc_none: setup_powerpc_none_ setup_powerpc_none_powerpc: setup_powerpc_none_powerpc_real setup_powerpc_none_powerpc-smp: setup_powerpc_none_powerpc-smp_real setup_powerpc_none_powerpc-smp_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc-smp' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc debian/config/powerpc/config.powerpc-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_powerpc_none_powerpc64: setup_powerpc_none_powerpc64_real setup_powerpc_none_powerpc64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_powerpc_none_powerpc_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpc' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_powerpc_none_real: setup_powerpc_real: setup_powerpcspe: setup_powerpcspe_none setup_powerpcspe_real setup_powerpcspe_none: setup_powerpcspe_none_powerpcspe setup_powerpcspe_none_real setup_powerpcspe_none_powerpcspe: setup_powerpcspe_none_powerpcspe_real setup_powerpcspe_none_powerpcspe_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='powerpcspe' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpcspe' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpcspe' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpcspe/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpcspe' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpcspe' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_powerpcspe_none_real: setup_powerpcspe_real: setup_ppc64: setup_ppc64_none setup_ppc64_real setup_ppc64_none: setup_ppc64_none_powerpc64 setup_ppc64_none_real setup_ppc64_none_powerpc64: setup_ppc64_none_powerpc64_real setup_ppc64_none_powerpc64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-be' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_ppc64_none_real: setup_ppc64_real: setup_ppc64el: setup_ppc64el_none setup_ppc64el_real setup_ppc64el_none: setup_ppc64el_none_powerpc64le setup_ppc64el_none_real setup_ppc64el_none_powerpc64le: setup_ppc64el_none_powerpc64le_real setup_ppc64el_none_powerpc64le_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='ppc64el' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-powerpc64le' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/kernelarch-powerpc/config-arch-64 debian/config/kernelarch-powerpc/config-arch-64-le' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_ppc64el_none_real: setup_ppc64el_real: - setup_rt: setup_rt_real - setup_rt_real: setup_s390: setup_s390_real setup_s390_real: setup_s390x: setup_s390x_none setup_s390x_real @@@ -924,7 -905,7 +879,7 @@@ setup_s390x_none: setup_s390x_none_rea setup_s390x_none_real: setup_s390x_none_s390x: setup_s390x_none_s390x_real setup_s390x_none_s390x_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VDSO='True' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='s390x' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VDSO='True' VERSION='4.15' setup_s390x_real: setup_sh3: setup_sh3_real setup_sh3_real: @@@ -933,10 -914,10 +888,10 @@@ setup_sh4_none: setup_sh4_none_real set setup_sh4_none_real: setup_sh4_none_sh7751r: setup_sh4_none_sh7751r_real setup_sh4_none_sh7751r_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_sh4_none_sh7785lcr: setup_sh4_none_sh7785lcr_real setup_sh4_none_sh7785lcr_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sh4' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_sh4_real: setup_sparc: setup_sparc_real setup_sparc64: setup_sparc64_none setup_sparc64_real @@@ -945,19 -926,16 +900,16 @@@ setup_sparc64_none_real setup_sparc64_none_sparc64: setup_sparc64_none_sparc64_real setup_sparc64_none_sparc64-smp: setup_sparc64_none_sparc64-smp_real setup_sparc64_none_sparc64-smp_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_sparc64_none_sparc64_real:: - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.14.0-3' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.14.0-3-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='4.15.0-1' ARCH='sparc64' COMPILER='gcc-7' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='arch/sparc/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-4.15.0-1-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' setup_sparc64_real: setup_sparc_real: setup_tilegx: setup_tilegx_real setup_tilegx_real: setup_x32: setup_x32_real setup_x32_real: - source: source_none source_rt + source: source_none source_none: source_none_real source_none_real:: - $(MAKE) -f debian/rules.real source-featureset ABINAME='4.14.0-3' FEATURESET='none' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - source_rt: source_rt_real - source_rt_real:: - $(MAKE) -f debian/rules.real source-featureset ABINAME='4.14.0-3' FEATURESET='rt' SOURCEVERSION='4.14.13-1+rpi1' UPSTREAMVERSION='4.14' VERSION='4.14' - $(MAKE) -f debian/rules.real source-featureset ABINAME='4.15.0-1' FEATURESET='none' SOURCEVERSION='4.15.4-1' UPSTREAMVERSION='4.15' VERSION='4.15' ++ $(MAKE) -f debian/rules.real source-featureset ABINAME='4.15.0-1' FEATURESET='none' SOURCEVERSION='4.15.4-1+rpi1' UPSTREAMVERSION='4.15' VERSION='4.15' diff --cc debian/tests/control index ffea583eee8,2cbce701b67..accb0ef2d35 --- a/debian/tests/control +++ b/debian/tests/control @@@ -1,5 -1,5 +1,5 @@@ Tests: selftests Restrictions: breaks-testbed, needs-root, isolation-machine - Depends: kexec-tools, python3, gcc, make, libpopt-dev, gcc-multilib [amd64], bc, fuse, libfuse-dev, pkg-config, linux-image-4.14.0-3-alpha-generic [alpha], linux-image-4.14.0-3-alpha-smp [alpha], linux-image-4.14.0-3-amd64 [amd64], linux-image-4.14.0-3-rt-amd64 [amd64], linux-image-4.14.0-3-arm64 [arm64], linux-image-4.14.0-3-marvell [armel], linux-image-4.14.0-3-parisc [hppa], linux-image-4.14.0-3-parisc64-smp [hppa], linux-image-4.14.0-3-686 [i386], linux-image-4.14.0-3-686-pae [i386], linux-image-4.14.0-3-rt-686-pae [i386], linux-image-4.14.0-3-m68k [m68k], linux-image-4.14.0-3-4kc-malta [mips mipsel], linux-image-4.14.0-3-5kc-malta [mips mips64 mips64el mipsel], linux-image-4.14.0-3-octeon [mips mips64 mips64el mipsel], linux-image-4.14.0-3-loongson-3 [mips64el mipsel], linux-image-4.14.0-3-mips64r6 [mips64r6 mipsr6], linux-image-4.14.0-3-mips64r6el [mips64r6el mipsr6el], linux-image-4.14.0-3-mips32r6 [mipsr6], linux-image-4.14.0-3-mips32r6el [mipsr6el], linux-image-4.14.0-3-powerpc [powerpc], linux-image-4.14.0-3-powerpc-smp [powerpc], linux-image-4.14.0-3-powerpc64 [powerpc ppc64], linux-image-4.14.0-3-powerpcspe [powerpcspe], linux-image-4.14.0-3-powerpc64le [ppc64el], linux-image-4.14.0-3-s390x [s390x], linux-image-4.14.0-3-sh7751r [sh4], linux-image-4.14.0-3-sh7785lcr [sh4], linux-image-4.14.0-3-sparc64 [sparc64], linux-image-4.14.0-3-sparc64-smp [sparc64] -Depends: kexec-tools, python3, gcc, make, libpopt-dev, gcc-multilib [amd64], bc, fuse, libfuse-dev, pkg-config, linux-image-4.15.0-1-alpha-generic [alpha], linux-image-4.15.0-1-alpha-smp [alpha], linux-image-4.15.0-1-amd64 [amd64], linux-image-4.15.0-1-cloud-amd64 [amd64], linux-image-4.15.0-1-arm64 [arm64], linux-image-4.15.0-1-armmp [armhf], linux-image-4.15.0-1-armmp-lpae [armhf], linux-image-4.15.0-1-parisc [hppa], linux-image-4.15.0-1-parisc64-smp [hppa], linux-image-4.15.0-1-686 [i386], linux-image-4.15.0-1-686-pae [i386], linux-image-4.15.0-1-m68k [m68k], linux-image-4.15.0-1-4kc-malta [mips mipsel], linux-image-4.15.0-1-5kc-malta [mips mips64 mips64el mipsel], linux-image-4.15.0-1-octeon [mips mips64 mips64el mipsel], linux-image-4.15.0-1-loongson-3 [mips64el mipsel], linux-image-4.15.0-1-mips64r6 [mips64r6 mipsr6], linux-image-4.15.0-1-mips64r6el [mips64r6el mipsr6el], linux-image-4.15.0-1-mips32r6 [mipsr6], linux-image-4.15.0-1-mips32r6el [mipsr6el], linux-image-4.15.0-1-powerpc [powerpc], linux-image-4.15.0-1-powerpc-smp [powerpc], linux-image-4.15.0-1-powerpc64 [powerpc ppc64], linux-image-4.15.0-1-powerpcspe [powerpcspe], linux-image-4.15.0-1-powerpc64le [ppc64el], linux-image-4.15.0-1-s390x [s390x], linux-image-4.15.0-1-sh7751r [sh4], linux-image-4.15.0-1-sh7785lcr [sh4], linux-image-4.15.0-1-sparc64 [sparc64], linux-image-4.15.0-1-sparc64-smp [sparc64] ++Depends: kexec-tools, python3, gcc, make, libpopt-dev, gcc-multilib [amd64], bc, fuse, libfuse-dev, pkg-config, linux-image-4.15.0-1-alpha-generic [alpha], linux-image-4.15.0-1-alpha-smp [alpha], linux-image-4.15.0-1-amd64 [amd64], linux-image-4.15.0-1-cloud-amd64 [amd64], linux-image-4.15.0-1-arm64 [arm64], linux-image-4.15.0-1-parisc [hppa], linux-image-4.15.0-1-parisc64-smp [hppa], linux-image-4.15.0-1-686 [i386], linux-image-4.15.0-1-686-pae [i386], linux-image-4.15.0-1-m68k [m68k], linux-image-4.15.0-1-4kc-malta [mips mipsel], linux-image-4.15.0-1-5kc-malta [mips mips64 mips64el mipsel], linux-image-4.15.0-1-octeon [mips mips64 mips64el mipsel], linux-image-4.15.0-1-loongson-3 [mips64el mipsel], linux-image-4.15.0-1-mips64r6 [mips64r6 mipsr6], linux-image-4.15.0-1-mips64r6el [mips64r6el mipsr6el], linux-image-4.15.0-1-mips32r6 [mipsr6], linux-image-4.15.0-1-mips32r6el [mipsr6el], linux-image-4.15.0-1-powerpc [powerpc], linux-image-4.15.0-1-powerpc-smp [powerpc], linux-image-4.15.0-1-powerpc64 [powerpc ppc64], linux-image-4.15.0-1-powerpcspe [powerpcspe], linux-image-4.15.0-1-powerpc64le [ppc64el], linux-image-4.15.0-1-s390x [s390x], linux-image-4.15.0-1-sh7751r [sh4], linux-image-4.15.0-1-sh7785lcr [sh4], linux-image-4.15.0-1-sparc64 [sparc64], linux-image-4.15.0-1-sparc64-smp [sparc64] Classes: smp