Merge version 5.10.149-2+rpi1 and 5.10.158-2 to produce 5.10.158-2+rpi1 archive/raspbian/5.10.158-2+rpi1 raspbian/5.10.158-2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 18 Dec 2022 16:00:37 +0000 (16:00 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 18 Dec 2022 16:00:37 +0000 (16:00 +0000)
1  2 
debian/changelog
debian/config.defines.dump
debian/control
debian/control.md5sum
debian/rules.gen
debian/tests/control

index a34f4f72dfbf5931e18e73c941cb32628b4d716c,be17f8f44f3621d420b6e87b3b985b5012e49b55..a5c94d3c051a1aff0ef3d83248dffaeb1d111c18
- linux (5.10.149-2+rpi1) bullseye-staging; urgency=medium
++linux (5.10.158-2+rpi1) bullseye-staging; urgency=medium
 +
 +  [changes brought forward from 4.14.13-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Wed, 07 Feb 2018 23:32:32 +0000]
 +  * Disable kernel builds from this package, we build our kernels from other source packages.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Sun, 30 Oct 2022 17:31:56 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Sun, 18 Dec 2022 16:00:13 +0000
++
+ linux (5.10.158-2) bullseye; urgency=medium
+   * xen/netback: fix build warning
+  -- Salvatore Bonaccorso <carnil@debian.org>  Tue, 13 Dec 2022 21:46:50 +0100
+ linux (5.10.158-1) bullseye; urgency=medium
+   * New upstream stable update:
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.150
+     - ALSA: oss: Fix potential deadlock at unregistration
+     - ALSA: rawmidi: Drop register_mutex in snd_rawmidi_free()
+     - ALSA: usb-audio: Fix potential memory leaks
+     - ALSA: usb-audio: Fix NULL dererence at error path
+     - ALSA: hda/realtek: remove ALC289_FIXUP_DUAL_SPK for Dell 5530
+     - ALSA: hda/realtek: Correct pin configs for ASUS G533Z
+     - ALSA: hda/realtek: Add quirk for ASUS GV601R laptop
+     - ALSA: hda/realtek: Add Intel Reference SSID to support headset keys
+     - cifs: destage dirty pages before re-reading them for cache=none
+     - cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO message
+     - iio: dac: ad5593r: Fix i2c read protocol requirements
+     - iio: ltc2497: Fix reading conversion results
+     - iio: adc: ad7923: fix channel readings for some variants
+     - iio: pressure: dps310: Refactor startup procedure
+     - iio: pressure: dps310: Reset chip after timeout
+     - usb: add quirks for Lenovo OneLink+ Dock
+     - can: kvaser_usb: Fix use of uninitialized completion
+     - can: kvaser_usb_leaf: Fix overread with an invalid command
+     - can: kvaser_usb_leaf: Fix TX queue out of sync after restart
+     - can: kvaser_usb_leaf: Fix CAN state after restart
+     - fs: dlm: fix race between test_bit() and queue_work()
+     - fs: dlm: handle -EBUSY first in lock arg validation
+     - HID: multitouch: Add memory barriers
+     - quota: Check next/prev free block number after reading from quota file
+     - [arm64,armhf] platform/chrome: cros_ec_proto: Update version on
+       GET_NEXT_EVENT failure
+     - [arm64] regulator: qcom_rpm: Fix circular deferral regression
+     - nvme-pci: set min_align_mask before calculating max_hw_sectors
+     - drm/virtio: Check whether transferred 2D BO is shmem
+     - drm/udl: Restore display mode on resume
+     - block: fix inflight statistics of part0
+     - mm/mmap: undo ->mmap() when arch_validate_flags() fails
+     - PCI: Sanitise firmware BAR assignments behind a PCI-PCI bridge
+     - [x86] powercap: intel_rapl: Use standard Energy Unit for SPR Dram RAPL
+       domain
+     - scsi: qedf: Populate sysfs attributes for vport
+     - fbdev: smscufx: Fix use-after-free in ufx_ops_open() (CVE-2022-41849)
+     - btrfs: fix race between quota enable and quota rescan ioctl
+     - f2fs: increase the limit for reserve_root
+     - f2fs: fix to do sanity check on destination blkaddr during recovery
+     - f2fs: fix to do sanity check on summary info
+     - jbd2: wake up journal waiters in FIFO order, not LIFO
+     - jbd2: fix potential buffer head reference count leak
+     - jbd2: fix potential use-after-free in jbd2_fc_wait_bufs
+     - jbd2: add miss release buffer head in fc_do_one_pass()
+     - ext4: avoid crash when inline data creation follows DIO write
+     - ext4: fix null-ptr-deref in ext4_write_info
+     - ext4: make ext4_lazyinit_thread freezable
+     - ext4: don't increase iversion counter for ea_inodes
+     - ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodate
+     - ext4: place buffer head allocation before handle start
+     - ext4: fix miss release buffer head in ext4_fc_write_inode
+     - ext4: fix potential memory leak in ext4_fc_record_modified_inode()
+     - ext4: fix potential memory leak in ext4_fc_record_regions()
+     - ext4: update 'state->fc_regions_size' after successful memory allocation
+     - [amd64] livepatch: fix race between fork and KLP transition
+     - ftrace: Properly unset FTRACE_HASH_FL_MOD
+     - ring-buffer: Allow splice to read previous partially read pages
+     - ring-buffer: Have the shortest_full queue be the shortest not longest
+     - ring-buffer: Check pending waiters when doing wake ups as well
+     - ring-buffer: Add ring_buffer_wake_waiters()
+     - ring-buffer: Fix race between reset page and reading page
+     - tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
+     - [x86] thunderbolt: Explicitly enable lane adapter hotplug events at
+       startup
+     - efi: libstub: drop pointless get_memory_map() call
+     - [arm64,armhf] media: cedrus: Set the platform driver data earlier
+     - [x86] KVM: x86/emulator: Fix handing of POP SS to correctly set
+       interruptibility
+     - [x86] KVM: nVMX: Unconditionally purge queued/injected events on nested
+       "exit"
+     - [x86] KVM: VMX: Drop bits 31:16 when shoving exception error code into
+       VMCS
+     - drm/nouveau/kms/nv140-: Disable interlacing
+     - drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table()
+     - [x86] drm/i915: Fix watermark calculations for gen12+ RC CCS modifier
+     - [x86] drm/i915: Fix watermark calculations for gen12+ MC CCS modifier
+     - smb3: must initialize two ACL struct fields to zero
+     - selinux: use "grep -E" instead of "egrep"
+     - userfaultfd: open userfaultfds with O_RDONLY
+     - [armel,armhf] 9244/1: dump: Fix wrong pg_level in walk_pmd()
+     - [armel,armhf] 9247/1: mm: set readonly for MT_MEMORY_RO with ARM_LPAE
+     - objtool: Preserve special st_shndx indexes in elf_update_symbol
+     - nfsd: Fix a memory leak in an error handling path
+     - wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()
+     - wifi: mac80211: allow bw change during channel switch in mesh
+     - bpftool: Fix a wrong type cast in btf_dumper_int
+     - [x86] resctrl: Fix to restore to original value when re-enabling hardware
+       prefetch register
+     - Bluetooth: btusb: Fine-tune mt7663 mechanism.
+     - Bluetooth: btusb: fix excessive stack usage
+     - Bluetooth: btusb: mediatek: fix WMT failure during runtime suspend
+     - wifi: rtl8xxxu: tighten bounds checking in rtl8xxxu_read_efuse()
+     - [arm64] spi: qup: add missing clk_disable_unprepare on error in
+       spi_qup_resume()
+     - [arm64] spi: qup: add missing clk_disable_unprepare on error in
+       spi_qup_pm_resume_runtime()
+     - wifi: rtl8xxxu: Fix skb misuse in TX queue selection
+     - [arm64,armhf] spi: meson-spicc: do not rely on busy flag in pow2 clk ops
+     - bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
+     - wifi: rtl8xxxu: gen2: Fix mistake in path B IQ calibration
+     - wifi: rtl8xxxu: Remove copy-paste leftover in gen2_update_rate_mask
+     - bpf: Ensure correct locking around vulnerable function find_vpid()
+     - Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure
+     - wifi: ath11k: fix number of VHT beamformee spatial streams
+     - [x86] microcode/AMD: Track patch allocation size explicitly
+     - [x86] cpu: Include the header of init_ia32_feat_ctl()'s prototype
+     - Bluetooth: hci_core: Fix not handling link timeouts propertly
+     - netfilter: nft_fib: Fix for rpath check with VRF devices
+     - wifi: rtl8xxxu: Fix AIFS written to REG_EDCA_*_PARAM
+     - vhost/vsock: Use kvmalloc/kvfree for larger packets.
+     - mISDN: fix use-after-free bugs in l1oip timer handlers (CVE-2022-3565)
+     - sctp: handle the error returned from sctp_auth_asoc_init_active_key
+     - tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
+     - spi: Ensure that sg_table won't be used after being freed
+     - net: rds: don't hold sock lock when cancelling work from
+       rds_tcp_reset_callbacks()
+     - bnx2x: fix potential memory leak in bnx2x_tpa_stop() (CVE-2022-3542)
+     - net/ieee802154: reject zero-sized raw_sendmsg()
+     - once: add DO_ONCE_SLOW() for sleepable contexts
+     - [arm64,armhf] net: mvpp2: fix mvpp2 debugfs leak (CVE-2022-3535)
+     - [arm64] drm: bridge: adv7511: fix CEC power down control register offset
+     - drm/bridge: Avoid uninitialized variable warning
+     - drm/mipi-dsi: Detach devices when removing the host
+     - drm/dp_mst: fix drm_dp_dpcd_read return value checks
+     - [x86] platform/chrome: fix double-free in chromeos_laptop_prepare()
+     - [arm64] platform/chrome: fix memory corruption in ioctl
+     - [x86] platform/x86: msi-laptop: Fix old-ec check for backlight registering
+     - [x86] platform/x86: msi-laptop: Fix resource cleanup
+     - ALSA: hda: beep: Simplify keep-power-at-enable behavior
+     - [armhf] drm/omap: dss: Fix refcount leak bugs
+     - [armhf] ASoC: eureka-tlv320: Hold reference returned from of_find_xxx API
+     - [arm64] drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idx
+     - [arm64] drm/msm/dp: correct 1.62G link rate at
+       dp_catalog_ctrl_config_msa()
+     - ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()
+     - [arm*] ALSA: dmaengine: increment buffer pointer atomically
+     - [armhf] mmc: wmt-sdmmc: Fix an error handling path in wmt_mci_probe()
+     - ALSA: hda/hdmi: Don't skip notification handling during PM operation
+     - [armel,armhf] memory: pl353-smc: Fix refcount leak bug in
+       pl353_smc_probe()
+     - [armhf] memory: of: Fix refcount leak bug in of_get_ddr_timings()
+     - [armhf] memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()
+     - [armhf] dts: turris-omnia: Fix mpp26 pin name and comment
+     - [arm64] ftrace: fix module PLTs with mcount
+     - [armhf] dts: exynos: fix polarity of VBUS GPIO of Origen
+     - iio: inkern: only release the device node when done with it
+     - iio: ABI: Fix wrong format of differential capacitance channel ABI.
+     - usb: ch9: Add USB 3.2 SSP attributes
+     - usb: common: Parse for USB SSP genXxY
+     - usb: common: add function to get interval expressed in us unit
+     - usb: common: move function's kerneldoc next to its definition
+     - usb: common: debug: Check non-standard control requests
+     - [arm64,armhf] clk: meson: Hold reference returned by of_get_parent()
+     - [arm64] clk: qoriq: Hold reference returned by of_get_parent()
+     - [arm64] clk: tegra: Fix refcount leak in tegra210_clock_init
+     - [arm64] clk: tegra: Fix refcount leak in tegra114_clock_init
+     - [armhf] HSI: omap_ssi: Fix refcount leak in ssi_probe
+     - [armhf] HSI: omap_ssi_port: Fix dma_map_sg error check
+     - [arm64] tty: xilinx_uartps: Fix the ignore_status
+     - RDMA/rxe: Fix "kernel NULL pointer dereference" error
+     - RDMA/rxe: Fix the error caused by qp->sk
+     - ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting()
+     - ata: fix ata_id_has_devslp()
+     - ata: fix ata_id_has_ncq_autosense()
+     - ata: fix ata_id_has_dipm()
+     - md: Replace snprintf with scnprintf
+     - md/raid5: Ensure stripe_fill happens on non-read IO with journal
+     - RDMA/cm: Use SLID in the work completion as the DLID in responder side
+     - IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
+     - xhci: Don't show warning for reinit on known broken suspend
+     - usb: gadget: function: fix dangling pnp_string in f_printer.c
+     - drivers: serial: jsm: fix some leaks in probe
+     - serial: 8250: Add an empty line and remove some useless {}
+     - serial: 8250: Toggle IER bits on only after irq has been set up
+     - [arm64] tty: serial: fsl_lpuart: disable dma rx/tx use flags in
+       lpuart_dma_shutdown
+     - [arm64] phy: qualcomm: call clk_disable_unprepare in the error handling
+     - serial: 8250: Fix restoring termios speed after suspend
+     - scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()
+     - scsi: iscsi: iscsi_tcp: Fix null-ptr-deref while calling getpeername()
+     - [armhf] fsi: core: Check error number after calling ida_simple_get
+     - [x86] mfd: intel_soc_pmic: Fix an error handling path in
+       intel_soc_pmic_i2c_probe()
+     - [mips*] mfd: sm501: Add check for platform_driver_register()
+     - [amd64] dmaengine: ioat: stop mod_timer from resurrecting deleted timer in
+       __cleanup()
+     - [arm64] spmi: pmic-arb: correct duplicate APID to PPID mapping logic
+     - [arm*] clk: bcm2835: fix bcm2835_clock_rate_from_divisor declaration
+     - [armhf] clk: ti: dra7-atl: Fix reference leak in of_dra7_atl_clk_probe
+     - [armhf] clk: ast2600: BCLK comes from EPLL
+     - [powerpc*] pci_dn: Add missing of_node_put()
+     - [powerpc*] powernv: add missing of_node_put() in opal_export_attrs()
+     - [x86] hyperv: Fix 'struct hv_enlightened_vmcs' definition
+     - [powerpc*] 64s: Fix GENERIC_CPU build flags for PPC970 / G5
+     - [armhf] hwrng: imx-rngc - Moving IRQ handler registering after
+       imx_rngc_irq_mask_clear()
+     - cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
+     - crypto: akcipher - default implementation for setting a private key
+     - [x86] crypto: ccp - Release dma channels before dmaengine unrgister
+     - [arm64] crypto: inside-secure - Change swab to swab32
+     - [x86] crypto: qat - fix use of 'dma_map_single'
+     - [x86] crypto: qat - use pre-allocated buffers in datapath
+     - [x86] crypto: qat - fix DMA transfer direction
+     - tracing: kprobe: Fix kprobe event gen test module on exit
+     - tracing: kprobe: Make gen test module work in arm and riscv
+     - [arm64] crypto: cavium - prevent integer overflow loading firmware
+     - [arm64] thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id
+     - ACPI: APEI: do not add task_work to kernel thread to avoid memory leak
+     - f2fs: fix race condition on setting FI_NO_EXTENT flag
+     - f2fs: fix to avoid REQ_TIME and CP_TIME collision
+     - f2fs: fix to account FS_CP_DATA_IO correctly
+     - rcu: Back off upon fill_page_cache_func() allocation failure
+     - rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()
+     - [x86] ACPI: video: Add Toshiba Satellite/Portege Z830 quirk
+     - [x86] powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue
+     - [x86] thermal: intel_powerclamp: Use get_cpu() instead of
+       smp_processor_id() to avoid crash
+     - NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data
+     - NFSD: fix use-after-free on source server when doing inter-server copy
+     - wifi: brcmfmac: fix invalid address access when enabling SCAN log level
+     - bpftool: Clear errno after libcap's checks
+     - openvswitch: Fix double reporting of drops in dropwatch
+     - openvswitch: Fix overreporting of drops in dropwatch
+     - tcp: annotate data-race around tcp_md5sig_pool_populated
+     - wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()
+     - xfrm: Update ipcomp_scratches with NULL when freed
+     - wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()
+     - regulator: core: Prevent integer underflow
+     - Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
+     - Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
+     - can: bcm: check the result of can_send() in bcm_can_tx()
+     - wifi: rt2x00: don't run Rt5592 IQ calibration on MT7620
+     - wifi: rt2x00: set correct TX_SW_CFG1 MAC register for MT7620
+     - wifi: rt2x00: set VGC gain for both chains of MT7620
+     - wifi: rt2x00: set SoC wmac clock register
+     - wifi: rt2x00: correctly set BBP register 86 for MT7620
+     - net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
+     - Bluetooth: L2CAP: Fix user-after-free
+     - r8152: Rate limit overflow messages (CVE-2022-3594)
+     - drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc()
+     - drm: Use size_t type for len variable in drm_copy_field()
+     - drm: Prevent drm_copy_field() to attempt copying a NULL pointer
+     - drm/amd/display: fix overflow on MIN_I64 definition
+     - [arm64,armhf] drm: bridge: dw_hdmi: only trigger hotplug event on link
+       change
+     - [arm*] drm/vc4: vec: Fix timings for VEC modes
+     - drm: panel-orientation-quirks: Add quirk for Anbernic Win600
+     - [arm64,armhf] platform/chrome: cros_ec: Notify the PM of wake events
+       during resume
+     - [x86] platform/x86: msi-laptop: Change DMI match / alias strings to fix
+       module autoloading
+     - [x86] ASoC: SOF: pci: Change DMI match info to support all Chrome
+       platforms
+     - drm/amdgpu: fix initial connector audio value
+     - [arm64] drm/meson: explicitly remove aggregate driver at module unload
+       time
+     - [arm64] mmc: sdhci-msm: add compatible string check for sdm670
+     - drm/dp: Don't rewrite link config when setting phy test pattern
+     - drm/amd/display: Remove interface for periodic interrupt 1
+     - btrfs: scrub: try to fix super block errors
+     - [arm64] clk: zynqmp: Fix stack-out-of-bounds in strncpy`
+     - media: cx88: Fix a null-ptr-deref bug in buffer_prepare()
+     - [arm64] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
+     - usb: host: xhci-plat: suspend and resume clocks
+     - usb: host: xhci-plat: suspend/resume clks for brcm
+     - scsi: 3w-9xxx: Avoid disabling device if failing to enable it
+     - nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
+     - blk-throttle: prevent overflow while calculating wait time
+     - ata: libahci_platform: Sanity check the DT child nodes number
+     - bcache: fix set_at_max_writeback_rate() for multiple attached devices
+     - soundwire: cadence: Don't overwrite msg->buf during write commands
+     - soundwire: intel: fix error handling on dai registration issues
+     - HID: roccat: Fix use-after-free in roccat_read() (CVE-2022-41850)
+     - md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d
+     - usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()
+     - [arm64,armhf] usb: musb: Fix musb_gadget.c rxstate overflow bug
+     - Revert "usb: storage: Add quirk for Samsung Fit flash"
+     - staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv()
+     - nvme: copy firmware_rev on each init
+     - nvmet-tcp: add bounds check on Transfer Tag
+     - usb: idmouse: fix an uninit-value in idmouse_open
+     - [arm*] clk: bcm2835: Make peripheral PLLC critical
+     - [arm64] topology: fix possible overflow in amu_fie_setup()
+     - io_uring: correct pinned_vm accounting
+     - mm: hugetlb: fix UAF in hugetlb_handle_userfault
+     - net: ieee802154: return -EINVAL for unknown addr type
+     - Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
+     - net/ieee802154: don't warn zero-sized raw_sendmsg()
+     - Revert "drm/amdgpu: use dirty framebuffer helper" (Closes: #1022806)
+     - ext4: continue to expand file system when the target size doesn't reach
+     - inet: fully convert sk->sk_rx_dst to RCU rules
+     - [x86] thermal: intel_powerclamp: Use first online CPU as control_cpu
+     - f2fs: fix wrong condition to trigger background checkpoint correctly
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.151
+     - bpf: Generate BTF_KIND_FLOAT when linking vmlinux
+     - kbuild: Quote OBJCOPY var to avoid a pahole call break the build
+     - kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
+     - kbuild: Unify options for BTF generation for vmlinux and modules
+     - kbuild: Add skip_encoding_btf_enum64 option to pahole
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.152
+     - ocfs2: clear dinode links count in case of error
+     - ocfs2: fix BUG when iput after ocfs2_mknod fails
+     - selinux: enable use of both GFP_KERNEL and GFP_ATOMIC in convert_context()
+     - [x86] microcode/AMD: Apply the patch early on every logical thread
+     - [x86] hwmon/coretemp: Handle large core ID value
+     - [armhf] ata: ahci-imx: Fix MODULE_ALIAS
+     - ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS
+     - kvm: Add support for arch compat vm ioctls
+     - [arm64] KVM: arm64: vgic: Fix exit condition in scan_its_table()
+     - media: mceusb: set timeout to at least timeout provided
+     - [arm64] media: venus: dec: Handle the case where find_format fails
+     - block: wbt: Remove unnecessary invoking of wbt_update_limits in wbt_init
+     - blk-wbt: call rq_qos_add() after wb_normal is initialized
+     - [arm64] errata: Remove AES hwcap for COMPAT tasks
+     - r8152: add PID for the Lenovo OneLink+ Dock
+     - btrfs: fix processing of delayed data refs during backref walking
+     - btrfs: fix processing of delayed tree block refs during backref walking
+     - ACPI: extlog: Handle multiple records
+     - tipc: Fix recognition of trial period
+     - tipc: fix an information leak in tipc_topsrv_kern_subscr
+     - i40e: Fix DMA mappings leak
+     - HID: magicmouse: Do not set BTN_MOUSE on double report
+     - sfc: Change VF mac via PF as first preference if available.
+     - net/atm: fix proc_mpc_write incorrect return value
+     - net: phy: dp83867: Extend RX strap quirk for SGMII mode
+     - cifs: Fix xid leak in cifs_copy_file_range()
+     - cifs: Fix xid leak in cifs_flock()
+     - cifs: Fix xid leak in cifs_ses_add_channel()
+     - nvme-hwmon: rework to avoid devm allocation
+     - nvme-hwmon: Return error code when registration fails
+     - nvme-hwmon: consistently ignore errors from nvme_hwmon_init
+     - nvme-hwmon: kmalloc the NVME SMART log buffer
+     - net: sched: cake: fix null pointer access issue when cake_init() fails
+     - net: sched: delete duplicate cleanup of backlog and qlen
+     - net: sched: sfb: fix null pointer access issue when sfb_init() fails
+     - sfc: include vport_id in filter spec hash and equal()
+     - [arm64] net: hns: fix possible memory leak in hnae_ae_register()
+     - net: sched: fix race condition in qdisc_graft()
+     - net: phy: dp83822: disable MDI crossover status change interrupt
+     - [amd64] iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()
+     - [amd64] iommu/vt-d: Clean up si_domain in the init_dmars() error path
+     - drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
+     - [armhf] dmaengine: mxs-dma: Remove the unused .id_table
+     - [armhf] dmaengine: mxs: use platform_driver_register
+     - tracing: Simplify conditional compilation code in tracing_set_tracer()
+     - tracing: Do not free snapshot if tracer is on cmdline
+     - xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guests
+     - xen/gntdev: Accommodate VMA splitting
+     - [arm64,armhf] mmc: sdhci-tegra: Use actual clock rate for SW tuning
+       correction
+     - fcntl: make F_GETOWN(EX) return 0 on dead owner task
+     - fcntl: fix potential deadlocks for &fown_struct.lock
+     - [arm64] topology: move store_cpu_topology() to shared code
+     - [x86] hv_netvsc: Fix race between VF offering and VF association message
+       from host
+     - ACPI: video: Force backlight native for more TongFang devices
+     - mmc: core: Add SD card quirk for broken discard
+     - blk-wbt: fix that 'rwb->wc' is always set to 1 in wbt_init()
+     - mm: /proc/pid/smaps_rollup: fix no vma's null-deref
+     - udp: Update reuse->has_conns under reuseport_lock.
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.153
+     - can: j1939: transport: j1939_session_skb_drop_old():
+       spin_unlock_irqrestore() before kfree_skb()
+     - can: kvaser_usb: Fix possible completions during init_completion
+     - ALSA: Use del_timer_sync() before freeing timer
+     - ALSA: au88x0: use explicitly signed char
+     - ALSA: rme9652: use explicitly signed char
+     - USB: add RESET_RESUME quirk for NVIDIA Jetson devices in RCM
+     - [arm64,armhf] usb: dwc3: gadget: Stop processing more requests on IMI
+     - [arm64,armhf] usb: dwc3: gadget: Don't set IMI for no_interrupt
+     - usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96
+       controller
+     - [armhf] mtd: rawnand: marvell: Use correct logic for nand-keep-config
+     - xhci: Add quirk to reset host back to default state at shutdown
+     - xhci: Remove device endpoints from bandwidth list when freeing the device
+     - iio: light: tsl2583: Fix module unloading
+     - iio: temperature: ltc2983: allocate iio channels once
+     - fbdev: smscufx: Fix several use-after-free bugs
+     - fs/binfmt_elf: Fix memory leak in load_elf_binary()
+     - exec: Copy oldsighand->action under spin-lock
+     - mac802154: Fix LQI recording
+     - scsi: qla2xxx: Use transport-defined speed mask for supported_speeds
+     - [arm64] drm/msm/dsi: fix memory corruption with too many bridges
+     - [arm64] drm/msm/hdmi: fix memory corruption with too many bridges
+     - [arm64] drm/msm/dp: fix IRQ lifetime
+     - mmc: core: Fix kernel panic when remove non-standard SDIO card
+     - kernfs: fix use-after-free in __kernfs_remove
+     - [s390x] futex: add missing EX_TABLE entry to __futex_atomic_op()
+     - [s390x] pci: add missing EX_TABLE entries to
+       __pcistg_mio_inuser()/__pcilg_mio_inuser()
+     - Xen/gntdev: don't ignore kernel unmapping error
+     - xen/gntdev: Prevent leaking grants
+     - mm/memory: add non-anonymous page check in the copy_present_page()
+     - mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
+     - net: ieee802154: fix error return code in dgram_bind()
+     - media: v4l2: Fix v4l2_i2c_subdev_set_name function documentation
+     - [arm64] drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
+     - [arm64] ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
+     - [arm64] ASoC: qcom: lpass-cpu: Mark HDMI TX parity register as volatile
+     - ALSA: ac97: fix possible memory leak in snd_ac97_dev_register()
+     - [x86] perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of
+       clear_cpu_cap()
+     - tipc: fix a null-ptr-deref in tipc_topsrv_accept
+     - [arm64] net: netsec: fix error handling in netsec_register_mdio()
+     - net: hinic: fix incorrect assignment issue in hinic_set_interrupt_cfg()
+     - net: hinic: fix memory leak when reading function table
+     - net: hinic: fix the issue of CMDQ memory leaks
+     - net: hinic: fix the issue of double release MBOX callback of VF
+     - [x86] unwind/orc: Fix unreliable stack dump with gcov
+     - [amd64,arm64] amd-xgbe: fix the SFP compliance codes check for DAC cables
+     - [amd64,arm64] amd-xgbe: add the bit rate quirk for Molex cables
+     - [amd64,arm64] atlantic: fix deadlock at aq_nic_stop
+     - net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failed
+     - tcp: minor optimization in tcp_add_backlog()
+     - tcp: fix a signed-integer-overflow bug in tcp_add_backlog()
+     - tcp: fix indefinite deferral of RTO with SACK reneging
+     - can: mcp251x: mcp251x_can_probe(): add missing unregister_candev() in
+       error path
+     - PM: hibernate: Allow hybrid sleep to work with s2idle
+     - media: vivid: s_fbuf: add more sanity checks
+     - media: vivid: dev->bitmap_cap wasn't freed in all cases
+     - media: v4l2-dv-timings: add sanity checks for blanking values
+     - media: videodev2.h: V4L2_DV_BT_BLANKING_HEIGHT should check 'interlaced'
+     - media: vivid: set num_in/outputs to 0 if not supported
+     - ipv6: ensure sane device mtu in tunnels
+     - i40e: Fix ethtool rx-flow-hash setting for X722
+     - i40e: Fix VF hang when reset is triggered on another VF
+     - i40e: Fix flow-type by setting GL_HASH_INSET registers
+     - net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()
+     - PM: domains: Fix handling of unavailable/disabled idle states
+     - [arm64,armhf] net: fec: limit register access on i.MX6UL
+     - openvswitch: switch from WARN to pr_warn
+     - nh: fix scope used to find saddr when adding non gw nh
+     - net/mlx5e: Do not increment ESN when updating IPsec ESN state
+     - net/mlx5: Fix possible use-after-free in async command interface
+     - net/mlx5: Fix crash during sync firmware reset
+     - [arm64] net: enetc: survive memory pressure without crashing
+     - [arm64] Add AMPERE1 to the Spectre-BHB affected list
+     - scsi: sd: Revert "scsi: sd: Remove a local variable"
+     - [arm64] mm: Fix __enable_mmu() for new TGRAN range values
+     - [arm64] kexec: Test page size support with new TGRAN range values
+     - serial: core: move RS485 configuration tasks from drivers into core
+     - serial: Deassert Transmit Enable on probe in driver-specific way
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.154
+     - serial: 8250: Let drivers request full 16550A feature probing
+     - [x86] KVM: nVMX: Pull KVM L0's desired controls directly from vmcs01
+     - [x86] KVM: nVMX: Don't propagate vmcs12's PERF_GLOBAL_CTRL settings to
+       vmcs02
+     - [x86] KVM: x86: Trace re-injected exceptions
+     - [x86] KVM: x86: Treat #DBs from the emulator as fault-like (code and
+       DR7.GD=1)
+     - [x86] topology: Set cpu_die_id only if DIE_TYPE found
+     - [x86] topology: Fix multiple packages shown on a single-package system
+     - [x86] topology: Fix duplicated core ID within a package
+     - [x86] KVM: x86: Protect the unused bits in MSR exiting flags
+     - [x86] KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()
+     - [x86] KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTER
+     - RDMA/cma: Use output interface for net_dev check
+     - [amd64] IB/hfi1: Correctly move list in sc_disable()
+     - NFSv4: Fix a potential state reclaim deadlock
+     - NFSv4.1: Handle RECLAIM_COMPLETE trunking errors
+     - NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot
+     - nfs4: Fix kmemleak when allocate slot failed
+     - RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
+     - RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()
+     - [arm64,armhf] net: fec: fix improper use of NETDEV_TX_BUSY
+     - [i386] ata: pata_legacy: fix pdc20230_set_piomode()
+     - net: sched: Fix use after free in red_enqueue()
+     - net: tun: fix bugs for oversize packet when napi frags enabled
+     - netfilter: nf_tables: release flow rule object from commit path
+     - ipvs: use explicitly signed chars
+     - ipvs: fix WARNING in __ip_vs_cleanup_batch()
+     - ipvs: fix WARNING in ip_vs_app_net_cleanup()
+     - rose: Fix NULL pointer dereference in rose_send_frame()
+     - mISDN: fix possible memory leak in mISDN_register_device()
+     - btrfs: fix inode list leak during backref walking at
+       resolve_indirect_refs()
+     - btrfs: fix inode list leak during backref walking at find_parent_nodes()
+     - btrfs: fix ulist leaks in error paths of qgroup self tests
+     - Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
+       (CVE-2022-3564)
+     - Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del() (CVE-2022-3640)
+     - net: mdio: fix undefined behavior in bit shift for __mdiobus_register
+     - net, neigh: Fix null-ptr-deref in neigh_table_clear()
+     - ipv6: fix WARNING in ip6_route_net_exit_late()
+     - [arm64] drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag
+     - [arm64] drm/msm/hdmi: fix IRQ lifetime
+     - [arm64,armhf] mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on
+       8bit bus
+     - mmc: sdhci-pci: Avoid comma separated statements
+     - mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper Lake
+     - xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devices
+     - [s390x] boot: add secure boot trailer
+     - media: dvb-frontends/drxk: initialize err to 0
+     - ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init()
+     - scsi: core: Restrict legal sdev_state transitions via sysfs
+     - HID: saitek: add madcatz variant of MMO7 mouse device ID
+     - drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV
+       case
+     - efi/tpm: Pass correct address to memblock_reserve
+     - i2c: piix4: Fix adapter not be removed in piix4_remove()
+     - Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
+       (CVE-2022-42896)
+     - Bluetooth: L2CAP: Fix attempting to access uninitialized memory
+       (CVE-2022-42895)
+     - block, bfq: protect 'bfqd->queued' by 'bfqd->lock'
+     - ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices
+     - fscrypt: simplify master key locking
+     - fscrypt: stop using keyrings subsystem for fscrypt_master_key
+     - fscrypt: fix keyring memory leak on mount failure
+     - tcp/udp: Fix memory leak in ipv6_renew_options(). (CVE-2022-3524)
+     - [armhf] mtd: rawnand: gpmi: Set WAIT_FOR_READY timeout based on
+       program/erase times
+     - memcg: enable accounting of ipc resources (CVE-2021-3759)
+     - [arm*] binder: fix UAF of alloc->vma in race with munmap()
+     - btrfs: fix type of parameter generation in btrfs_get_dentry
+     - ftrace: Fix use-after-free for dynamic ftrace_ops
+     - tcp/udp: Make early_demux back namespacified.
+     - tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()
+     - kprobe: reverse kp->flags when arm_kprobe failed
+     - tracing/histogram: Update document for KEYS_MAX size
+     - capabilities: fix potential memleak on error path from
+       vfs_getxattr_alloc()
+     - fuse: add file_modified() to fallocate
+     - efi: random: reduce seed size to 32 bytes
+     - efi: random: Use 'ACPI reclaim' memory for random seed
+     - [x86] perf/x86/intel: Fix pebs event constraints for ICL
+     - [x86] perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]
+     - ext4: fix warning in 'ext4_da_release_space'
+     - ext4: fix BUG_ON() when directory entry has invalid rec_len
+     - [x86] KVM: x86: Mask off reserved bits in CPUID.80000006H
+     - [x86] KVM: x86: Mask off reserved bits in CPUID.8000001AH
+     - [x86] KVM: x86: Mask off reserved bits in CPUID.80000008H
+     - [x86] KVM: x86: Mask off reserved bits in CPUID.80000001H
+     - [x86] KVM: x86: emulator: em_sysexit should update ctxt->mode
+     - [x86] KVM: x86: emulator: introduce emulator_recalc_and_set_mode
+     - [x86] KVM: x86: emulator: update the emulation mode after CR0 write
+     - ext4,f2fs: fix readahead of verity data
+     - [arm64,armhf] drm/rockchip: dsi: Force synchronous probe
+     - [x86] drm/i915/sdvo: Filter out invalid outputs more sensibly
+     - [x86] drm/i915/sdvo: Setup DDC fully before output init
+     - wifi: brcmfmac: Fix potential buffer overflow in brcmf_fweh_event_worker()
+       (CVE-2022-3628)
+     - ipc: remove memcg accounting for sops objects in do_semtimedop()
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.155
+     - fuse: fix readdir cache race
+     - [armhf] phy: stm32: fix an error code in probe
+     - wifi: cfg80211: silence a sparse RCU warning
+     - wifi: cfg80211: fix memory leak in query_regdb_file()
+     - bpf, sockmap: Fix the sk->sk_forward_alloc warning of
+       sk_stream_kill_queues
+     - bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without
+       FILE
+     - [x86] HID: hyperv: fix possible memory leak in mousevsc_probe()
+     - bpf: Support for pointers beyond pkt_end.
+     - bpf: Add helper macro bpf_for_each_reg_in_vstate
+     - bpf: Fix wrong reg type conversion in release_reference()
+     - net: gso: fix panic on frag_list with mixed head alloc types
+     - macsec: delete new rxsc when offload fails
+     - macsec: fix secy->n_rx_sc accounting
+     - macsec: fix detection of RXSCs when toggling offloading
+     - macsec: clear encryption keys from the stack after setting up offload
+     - net: tun: Fix memory leaks of napi_get_frags
+     - bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
+     - bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
+     - capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
+     - [s390x] KVM: s390x: fix SCK locking
+     - [s390x] KVM: s390: pv: don't allow userspace to set the clock under PV
+     - hamradio: fix issue of dev reference count leakage in bpq_device_event()
+     - [arm*] drm/vc4: Fix missing platform_unregister_drivers() call in
+       vc4_drm_register()
+     - tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
+     - ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
+     - can: af_can: fix NULL pointer dereference in can_rx_register()
+     - [arm64,armhf] net: stmmac: dwmac-meson8b: fix
+       meson8b_devm_clk_prepare_enable()
+     - tipc: fix the msg->req tlv len check in
+       tipc_nl_compat_name_table_dump_header
+     - [arm64] dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
+     - [arm64] drivers: net: xgene: disable napi when register irq failed in
+       xgene_enet_open()
+     - net/mlx5: Allow async trigger completion execution on single CPU systems
+     - net/mlx5e: E-Switch, Fix comparing termination table instance
+     - [armhf] net: cpsw: disable napi in cpsw_ndo_open()
+     - net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
+     - cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in
+       cxgb4vf_open()
+     - net: phy: mscc: macsec: clear encryption keys when freeing a flow
+     - [amd64,arm64] net: atlantic: macsec: clear encryption keys from the stack
+     - ethernet: s2io: disable napi when start nic failed in s2io_card_up()
+     - [armel,armhf] net: mv643xx_eth: disable napi when init rxq or txq failed
+       in mv643xx_eth_open()
+     - net: macvlan: fix memory leaks of macvlan_common_newlink
+     - [arm64] efi: Fix handling of misaligned runtime regions and drop warning
+     - [mips*] jump_label: Fix compat branch range check
+     - [arm64] mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
+     - [arm64,armhf] mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
+     - ALSA: hda/hdmi - enable runtime pm for more AMD display audio
+     - ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
+     - ALSA: hda: fix potential memleak in 'add_widget_node'
+     - ALSA: hda/realtek: Add Positivo C6300 model quirk
+     - ALSA: usb-audio: Add quirk entry for M-Audio Micro
+     - ALSA: usb-audio: Add DSD support for Accuphase DAC-60
+     - vmlinux.lds.h: Fix placement of '.data..decrypted' section
+     - ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
+     - nilfs2: fix deadlock in nilfs_count_free_blocks()
+     - nilfs2: fix use-after-free bug of ns_writer on remount
+     - [x86] drm/i915/dmabuf: fix sg_table handling in map_dma_buf
+     - [x86] platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
+     - [arm64,armhf] mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
+     - udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
+     - mm/memremap.c: map FS_DAX device memory as decrypted
+     - can: j1939: j1939_send_one(): fix missing CAN header initialization
+     - net: tun: call napi_schedule_prep() to ensure we own a napi
+     - [arm64,armhf] mmc: sdhci-esdhc-imx: Convert the driver to DT-only
+     - [x86] cpu: Restore AMD's DE_CFG MSR after resume
+     - io_uring: kill goto error handling in io_sqpoll_wait_sq()
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.156
+     - drm/amd/display: Remove wrong pipe control lock
+     - NFSv4: Retry LOCK on OLD_STATEID during delegation return
+     - [arm64,armhf] i2c: tegra: Allocate DMA memory for DMA engine
+     - [x86] i2c: i801: add lis3lv02d's I2C address for Vostro 5568
+     - btrfs: remove pointless and double ulist frees in error paths of qgroup
+       tests
+     - Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
+     - ALSA: hda/realtek: fix speakers and micmute on HP 855 G8
+     - [x86] mtd: spi-nor: intel-spi: Disable write protection only if asked
+     - [arm64,armhf] mmc: sdhci-esdhc-imx: use the correct host caps for
+       MMC_CAP_8_BIT_DATA
+     - drm/amd/pm: support power source switch on Sienna Cichlid
+     - drm/amd/pm: Read BIF STRAP also for BACO check
+     - drm/amd/pm: disable BACO entry/exit completely on several sienna cichlid
+       cards
+     - drm/amdgpu: disable BACO on special BEIGE_GOBY card
+     - [armhf] spi: stm32: Print summary 'callbacks suppressed' message
+     - ASoC: core: Fix use-after-free in snd_soc_exit()
+     - serial: 8250: Remove serial_rs485 sanitization from em485
+     - [arm64,armhf] serial: imx: Add missing .thaw_noirq hook
+     - tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
+     - bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
+     - ASoC: soc-utils: Remove __exit for snd_soc_util_exit()
+     - sctp: remove the unnecessary sinfo_stream check in
+       sctp_prsctp_prune_unsent
+     - sctp: clear out_curr if all frag chunks of current msg are pruned
+     - block: sed-opal: kmalloc the cmd/resp buffers
+     - [arm64] Fix bit-shifting UB in the MIDR_CPU_MODEL() macro
+     - parport_pc: Avoid FIFO port location truncation
+     - pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_map
+     - [arm64,armhf] drm/panel: simple: set bpc field for logic technologies
+       displays
+     - drm/drv: Fix potential memory leak in drm_dev_init()
+     - drm: Fix potential null-ptr-deref in drm_vblank_destroy_worker()
+     - ata: libata-transport: fix double ata_host_put() in ata_tport_add()
+     - ata: libata-transport: fix error handling in ata_tport_add()
+     - ata: libata-transport: fix error handling in ata_tlink_add()
+     - ata: libata-transport: fix error handling in ata_tdev_add()
+     - bpf: Initialize same number of free nodes for each pcpu_freelist
+     - mISDN: fix possible memory leak in mISDN_dsp_element_register()
+     - net: hinic: Fix error handling in hinic_module_init()
+     - net: liquidio: release resources when liquidio driver open failed
+     - mISDN: fix misuse of put_device() in mISDN_register_device()
+     - net: macvlan: Use built-in RCU list checking
+     - net: caif: fix double disconnect client in chnl_net_open()
+     - bnxt_en: Remove debugfs when pci_register_driver failed
+     - xen/pcpu: fix possible memory leak in register_pcpu()
+     - net: ena: Fix error handling in ena_init()
+     - drbd: use after free in drbd_create_device()
+     - [x86] platform/x86/intel: pmc: Don't unconditionally attach Intel PMC when
+       virtualized
+     - cifs: add check for returning value of SMB2_close_init
+     - cifs: Fix wrong return value checking when GETFLAGS
+     - [x86] net: thunderbolt: Fix error handling in tbnet_init()
+     - cifs: add check for returning value of SMB2_set_info_init
+     - ftrace: Fix the possible incorrect kernel message
+     - ftrace: Optimize the allocation for mcount entries
+     - ftrace: Fix null pointer dereference in ftrace_add_mod()
+     - ring_buffer: Do not deactivate non-existant pages
+     - tracing/ring-buffer: Have polling block on watermark
+     - tracing: Fix memory leak in test_gen_synth_cmd() and
+       test_empty_synth_event()
+     - tracing: Fix wild-memory-access in register_synth_event()
+     - tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in
+       kprobe_event_gen_test_exit()
+     - tracing: kprobe: Fix potential null-ptr-deref on trace_array in
+       kprobe_event_gen_test_exit()
+     - ALSA: usb-audio: Drop snd_BUG_ON() from snd_usbmidi_output_open()
+     - ALSA: hda/realtek: fix speakers for Samsung Galaxy Book Pro
+     - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360
+     - [arm64,armhf] Revert "usb: dwc3: disable USB core PHY management"
+     - slimbus: stream: correct presence rate frequencies
+     - speakup: fix a segfault caused by switching consoles
+     - USB: serial: option: add Sierra Wireless EM9191
+     - USB: serial: option: remove old LARA-R6 PID
+     - USB: serial: option: add u-blox LARA-R6 00B modem
+     - USB: serial: option: add u-blox LARA-L6 modem
+     - USB: serial: option: add Fibocom FM160 0x0111 composition
+     - usb: add NO_LPM quirk for Realforce 87U Keyboard
+     - dm ioctl: fix misbehavior if list_versions races with module loading
+     - serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
+     - serial: 8250: Flush DMA Rx on RLSI
+     - [x86] serial: 8250_lpss: Configure DMA also w/o DMA filter
+     - Input: iforce - invert valid length check when fetching device IDs
+     - maccess: Fix writing offset in case of fault in
+       strncpy_from_kernel_nofault()
+     - [s390x] scsi: zfcp: Fix double free of FSF request when qdio send fails
+     - [amd64] iommu/vt-d: Set SRE bit only when hardware has SRS cap
+     - firmware: coreboot: Register bus in module init
+     - mmc: core: properly select voltage range without power cycle
+     - mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce
+       timeout
+     - mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()
+     - docs: update mediator contact information in CoC doc
+     - [x86] misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
+     - [x86] perf/x86/intel/pt: Fix sampling using single range output
+     - nvme: restrict management ioctls to admin
+     - nvme: ensure subsystem reset is single threaded (CVE-2022-3169)
+     - net: fix a concurrency bug in l2tp_tunnel_register()
+     - ring-buffer: Include dropped pages in counting dirty patches
+     - usbnet: smsc95xx: Fix deadlock on runtime resume
+     - stddef: Introduce struct_group() helper macro
+     - net: use struct_group to copy ip/ipv6 header addresses
+     - scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()
+     - scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()
+     - kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
+     - Input: i8042 - fix leaking of platform device on module removal
+     - macvlan: enforce a consistent minimal mtu
+     - tcp: cdg: allow tcp_cdg_release() to be called multiple times
+     - kcm: avoid potential race in kcm_tx_work (CVE-2022-3521)
+     - kcm: close race conditions on sk_receive_queue
+     - 9p: trans_fd/p9_conn_cancel: drop client lock earlier
+     - gfs2: Check sb_bsize_shift after reading superblock
+     - gfs2: Switch from strlcpy to strscpy
+     - 9p/trans_fd: always use O_NONBLOCK read/write
+     - mm: fs: initialize fsdata passed to write_begin/write_end interface
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.157
+     - scsi: scsi_transport_sas: Fix error handling in sas_phy_add()
+     - ata: libata-scsi: simplify __ata_scsi_queuecmd()
+     - ata: libata-core: do not issue non-internal commands once EH is pending
+     - bridge: switchdev: Notify about VLAN protocol changes
+     - bridge: switchdev: Fix memory leaks when changing VLAN protocol
+     - drm/display: Don't assume dual mode adaptors support i2c sub-addressing
+     - nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFH
+     - nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro
+     - iio: ms5611: Simplify IO callback parameters
+     - iio: pressure: ms5611: fixed value compensation bug
+     - ceph: do not update snapshot context when there is no new snapshot
+     - ceph: avoid putting the realm twice when decoding snaps fails
+     - wifi: mac80211: fix memory free error when registering wiphy fail
+     - wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support
+     - audit: fix undefined behavior in bit shift for AUDIT_BIT
+     - wifi: airo: do not assign -1 to unsigned char
+     - wifi: mac80211: Fix ack frame idr leak when mesh has no route
+     - [armhf] spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for
+       every run
+     - Revert "net: macsec: report real_dev features when HW offloading is
+       enabled"
+     - [powerpc*] scsi: ibmvfc: Avoid path failures during live migration
+     - scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC
+     - drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
+     - block, bfq: fix null pointer dereference in bfq_bio_bfqg()
+     - [arm64] syscall: Include asm/ptrace.h in syscall_wrapper header.
+     - [mips*] pic32: treat port as signed integer
+     - xfrm: fix "disable_policy" on ipv4 early demux
+     - xfrm: replay: Fix ESN wrap around for GSO
+     - af_key: Fix send_acquire race with pfkey_register
+     - [armhf] sgtl5000: Reset the CHIP_CLK_CTRL reg on remove
+     - ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()
+     - [x86] scsi: storvsc: Fix handling of srb_status and capacity change events
+     - regulator: core: fix kobject release warning and memory leak in
+       regulator_register()
+     - regulator: core: fix UAF in destroy_regulator()
+     - [arm64,armhf] bus: sunxi-rsb: Support atomic transfers
+     - [arm64] tee: optee: fix possible memory leak in optee_register_device()
+     - net: liquidio: simplify if expression
+     - rxrpc: Allow list of in-use local UDP endpoints to be viewed in /proc
+     - rxrpc: Use refcount_t rather than atomic_t
+     - rxrpc: Fix race between conn bundle lookup and bundle removal
+       [ZDI-CAN-15975]
+     - [i386] net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()
+     - 9p/fd: fix issue of list_del corruption in p9_fd_cancel()
+     - netfilter: conntrack: Fix data-races around ct mark
+     - [armhf] dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties
+     - net/mlx4: Check retval of mlx4_bitmap_init
+     - net/qla3xxx: fix potential memleak in ql3xxx_send()
+     - [i386] net: pch_gbe: fix pci device refcount leak while module exiting
+     - nfp: fill splittable of devlink_port_attrs correctly
+     - nfp: add port from netdev validation for EEPROM access
+     - macsec: Fix invalid error code set
+     - [x86] Drivers: hv: vmbus: fix double free in the error path of
+       vmbus_add_channel_work()
+     - [x86] Drivers: hv: vmbus: fix possible memory leak in
+       vmbus_device_register()
+     - netfilter: ipset: Limit the maximal range of consecutive elements to
+       add/delete
+     - netfilter: ipset: regression in ip_set_hash_ip.c
+     - net/mlx5: Fix FW tracer timestamp calculation
+     - net/mlx5: Fix handling of entry refcount when command is not issued to FW
+     - tipc: set con sock in tipc_conn_alloc
+     - tipc: add an extra conn_get in tipc_conn_alloc
+     - tipc: check skb_linearize() return value in tipc_disc_rcv()
+     - xfrm: Fix ignored return value in xfrm6_init()
+     - sfc: fix potential memleak in __ef100_hard_start_xmit()
+     - net: sched: allow act_ct to be built without NF_NAT
+     - [armhf] regulator: twl6030: re-add TWL6032_SUBCLASS
+     - bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()
+     - netfilter: flowtable_offload: add missing locking
+     - dccp/tcp: Reset saddr on failure after inet6?_hash_connect().
+     - ipv4: Fix error return code in fib_table_insert()
+     - [s390x] dasd: fix no record found for raw_track_access
+     - net: arcnet: Fix RESET flag handling
+     - arcnet: fix potential memory leak in com20020_probe()
+     - [arm64] net: thunderx: Fix the ACPI memory leak
+     - [arm64] net: enetc: manage ENETC_F_QBV in priv->active_offloads only when
+       enabled
+     - [arm64] net: enetc: cache accesses to &priv->si->hw
+     - [arm64] net: enetc: preserve TX ring priority across reconfiguration
+     - lib/vdso: use "grep -E" instead of "egrep"
+     - [armhf] usb: dwc3: exynos: Fix remove() function
+     - ext4: fix use-after-free in ext4_ext_shift_extents
+     - [arm64] dts: rockchip: lower rk3399-puma-haikou SD controller clock
+       frequency
+     - iio: light: apds9960: fix wrong register for gesture gain
+     - ceph: make ceph_create_session_msg a global symbol
+     - ceph: make iterate_sessions a global symbol
+     - ceph: flush mdlog before umounting
+     - ceph: flush the mdlog before waiting on unsafe reqs
+     - ceph: fix off by one bugs in unsafe_request_wait()
+     - ceph: put the requests/sessions when it fails to alloc memory
+     - ceph: fix possible NULL pointer dereference for req->r_session
+     - ceph: Use kcalloc for allocating multiple elements
+     - ceph: fix NULL pointer dereference for req->r_session
+     - [arm64,armhf] usb: dwc3: gadget: conditionally remove requests
+     - [arm64,armhf] usb: dwc3: gadget: Return -ESHUTDOWN on ep disable
+     - [arm64,armhf] usb: dwc3: gadget: Clear ep descriptor last
+     - nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty
+     - mm: vmscan: fix extreme overreclaim and swap floods
+     - [x86] KVM: x86: nSVM: leave nested mode on vCPU free
+     - [x86] KVM: x86: remove exit_int_info warning in svm_handle_exit
+     - [x86] ioremap: Fix page aligned size calculation in __ioremap_caller()
+     - [arm*] binder: avoid potential data leakage when copying txn
+     - [arm*] binder: read pre-translated fds from sender buffer
+     - [arm*] binder: defer copies of pre-patched txn data
+     - [arm*] binder: fix pointer cast warning
+     - [arm*] binder: Address corner cases in deferred copy and fixup
+     - [arm*] binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0
+     - Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode
+     - [x86] ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01
+     - Input: goodix - try resetting the controller when no config is set
+     - [x86] Input: soc_button_array - add use_low_level_irq module parameter
+     - [x86] Input: soc_button_array - add Acer Switch V 10 to
+       dmi_use_low_level_irq[]
+     - xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too
+     - xen/platform-pci: add missing free_irq() in error path
+     - [x86] platform/x86: asus-wmi: add missing pci_dev_put() in
+       asus_wmi_set_xusb2pr()
+     - [x86] platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10
+       (SW5-017)
+     - zonefs: fix zone report size in __zonefs_io_error()
+     - [x86] platform/x86: hp-wmi: Ignore Smart Experience App event
+     - tcp: configurable source port perturb table size
+     - net: usb: qmi_wwan: add Telit 0x103a composition
+     - [arm64,armhf] gpu: host1x: Avoid trying to use GART on Tegra20
+     - dm integrity: flush the journal on suspend
+     - dm integrity: clear the journal on suspend
+     - genirq/msi: Shutdown managed interrupts with unsatifiable affinities
+     - genirq: Always limit the affinity to online CPUs
+     - [arm64,armhf] irqchip/gic-v3: Always trust the managed affinity provided
+       by the core code
+     - genirq: Take the proposed affinity at face value if force==true
+     - btrfs: free btrfs_path before copying root refs to userspace
+     - btrfs: free btrfs_path before copying fspath to userspace
+     - btrfs: free btrfs_path before copying subvol info to userspace
+     - btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()
+     - drm/amdgpu: always register an MMU notifier for userptr
+     - [x86] drm/i915: fix TLB invalidation for Gen12 video and compute engines
+       (CVE-2022-4139)
+     - fuse: lock inode unconditionally in fuse_fallocate()
+     https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.158
+     - btrfs: sink iterator parameter to btrfs_ioctl_logical_to_ino
+     - btrfs: free btrfs_path before copying inodes to userspace
+     - [armhf] spi: spi-imx: Fix spi_bus_clk if requested clock is higher than
+       input clock
+     - btrfs: move QUOTA_ENABLED check to rescan_should_stop from
+       btrfs_qgroup_rescan_worker
+     - drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
+     - drm/amdgpu: update drm_display_info correctly when the edid is read
+     - drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info
+       correctly when the edid is read"
+     - btrfs: qgroup: fix sleep from invalid context bug in
+       btrfs_qgroup_inherit()
+     - iio: health: afe4403: Fix oob read in afe4403_read_raw
+     - bpf, perf: Use subprog name when reporting subprog ksymbol
+     - scripts/faddr2line: Fix regression in name resolution on ppc64le
+     - [x86] hwmon: (i5500_temp) fix missing pci_disable_device()
+     - hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc() fails
+     - bpf: Do not copy spin lock field from user in bpf_selem_alloc
+     - of: property: decrement node refcount in of_fwnode_get_reference_args()
+     - ixgbevf: Fix resource leak in ixgbevf_init_module()
+     - i40e: Fix error handling in i40e_init_module()
+     - iavf: remove redundant ret variable
+     - iavf: Fix error handling in iavf_init_module()
+     - e100: switch from 'pci_' to 'dma_' API
+     - e100: Fix possible use after free in e100_xmit_prepare
+     - net/mlx5: Fix uninitialized variable bug in outlen_write()
+     - net/mlx5e: Fix use-after-free when reverting termination table
+     - can: sja1000_isa: sja1000_isa_probe(): add missing free_sja1000dev()
+     - [i386] can: cc770: cc770_isa_probe(): add missing free_cc770dev()
+     - qlcnic: fix sleep-in-atomic-context bugs caused by msleep
+     - [amd64,arm64] aquantia: Do not purge addresses when setting the number of
+       rings
+     - wifi: cfg80211: fix buffer overflow in elem comparison
+     - wifi: cfg80211: don't allow multi-BSSID in S1G
+     - wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration
+     - net: phy: fix null-ptr-deref while probe() failed
+     - net/9p: Fix a potential socket leak in p9_socket_open
+     - tipc: re-fetch skb cb after tipc_msg_validate
+     - afs: Fix fileserver probe RTT handling
+     - net: tun: Fix use-after-free in tun_detach()
+     - packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETE
+     - sctp: fix memory leak in sctp_stream_outq_migrate()
+     - [x86] hwmon: (coretemp) Check for null before removing sysfs attrs
+     - [x86] hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new()
+     - net/mlx5: DR, Fix uninitialized var warning
+     - nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()
+     - [x86] bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from
+       S3
+     - [x86] pinctrl: intel: Save and restore pins in "direct IRQ" mode
+     - net: stmmac: Set MAC's flow control register to reflect current settings
+     - mmc: core: Fix ambiguous TRIM and DISCARD arg
+     - [arm64,armhf] mmc: sdhci-esdhc-imx: correct CQHCI exit halt state check
+     - mmc: sdhci: Fix voltage switch delay
+     - drm/amdgpu: temporarily disable broken Clang builds due to blown
+       stack-frame
+     - [x86] drm/i915: Never return 0 if not all requests retired
+     - tracing: Free buffers when a used dynamic event is removed
+     - io_uring: don't hold uring_lock when calling io_run_task_work*
+     - ASoC: ops: Fix bounds check for _sx controls
+     - [arm64,armhf] pinctrl: single: Fix potential division by zero
+     - [amd64] iommu/vt-d: Fix PCI device refcount leak in has_external_pci()
+     - [amd64] iommu/vt-d: Fix PCI device refcount leak in dmar_dev_scope_init()
+     - ipv4: Handle attempt to delete multipath route when fib_info contains an
+       nh reference (CVE-2022-3435)
+     - ipv4: Fix route deletion when nexthop info is not specified
+     - Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
+     - [x86] tsx: Add a feature bit for TSX control MSR support
+     - [x86] pm: Add enumeration check before spec MSRs save/restore setup
+     - [arm64,armhf] i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set
+     - [amd64,arm64] ACPI: HMAT: remove unnecessary variable initialization
+     - [amd64,arm64] ACPI: HMAT: Fix initiator registration for single-initiator
+       systems
+     - char: tpm: Protect tpm_pm_suspend with locks
+     - block: unhash blkdev part inode when the part is deleted
+     - proc: avoid integer type confusion in get_proc_long (CVE-2022-4378)
+     - proc: proc_skip_spaces() shouldn't think it is working on C strings
+       (CVE-2022-4378)
+     - v4l2: don't fall back to follow_pfn() if pin_user_pages_fast() fails
+     - ipc/sem: Fix dangling sem_array access in semtimedop race
+   [ Salvatore Bonaccorso ]
+   * Bump ABI to 20
+   * [rt] Drop "net: arcnet: Fix RESET flag handling" (applied upstream)
+   * [x86] Enable AMD_MEM_ENCRYPT (Closes: #1024697)
+   * xen/netback: Ensure protocol headers don't fall in the non-linear area
+     (XSA-423, CVE-2022-3643)
+   * xen/netback: do some code cleanup
+   * xen/netback: don't call kfree_skb() with interrupts disabled (XSA-424,
+     CVE-2022-42328, CVE-2022-42329)
+   * [rt] Update to 5.10.158-rt77
+  -- Salvatore Bonaccorso <carnil@debian.org>  Fri, 09 Dec 2022 18:14:20 +0100
  
  linux (5.10.149-2) bullseye-security; urgency=high
  
index c92ff94cbc8e56d95715dc37355085ec1aaee9e4,becec6c37f0c34a524a3c10c2b7b948b99db2b34..fb0aa659ba49debc21b8916f8c02c1137cab95cc
@@@ -2916,65 -3010,65 +2916,65 @@@ p155
  asg228
  I01
  ss(Vbase
 -p1611
 +p1560
  Vx32
 -p1612
 -tp1613
 -(dp1614
 +p1561
 +tp1562
 +(dp1563
  Vkernel-arch
 -p1615
 +p1564
  Vx86
 -p1616
 +p1565
  sVfeaturesets
 -p1617
 -(lp1618
 +p1566
 +(lp1567
  ss(Vabi
 -p1619
 +p1568
  NVrt
 -p1620
 -tp1621
 -(dp1622
 +p1569
 +tp1570
 +(dp1571
  Vignore-changes
 -p1623
 -(lp1624
 +p1572
 +(lp1573
  V*
 -p1625
 +p1574
  ass(Vdescription
 -p1626
 -Ng1620
 -tp1627
 -(dp1628
 +p1575
 +Ng1569
 +tp1576
 +(dp1577
  Vpart-long-rt
 -p1629
 +p1578
  VThis kernel includes the PREEMPT_RT realtime patch set.
 -p1630
 +p1579
  sVpart-short-rt
 -p1631
 +p1580
  VPREEMPT_RT
 -p1632
 +p1581
  sVparts
 -p1633
 -(lp1634
 +p1582
 +(lp1583
  Vrt
 -p1635
 +p1584
  ass(Vversion
 -p1636
 -tp1637
 -(dp1638
 +p1585
 +tp1586
 +(dp1587
  Vsource
 -p1639
 -V5.10.158-2
 -p1640
 +p1588
- V5.10.149-2+rpi1
++V5.10.158-2+rpi1
 +p1589
  sVupstream
 -p1641
 +p1590
  V5.10
 -p1642
 +p1591
  sVabiname_base
 -p1643
 +p1592
  V5.10.0
 -p1644
 +p1593
  sVabiname
 -p1645
 +p1594
- V5.10.0-19
+ V5.10.0-20
 -p1646
 +p1595
  ss.
diff --cc debian/control
index 6731f2f3a940381a10c979530095a92448a2a6da,2c3fbcda94cdb184e861ab1fab602b29ac6ea3ed..edb9b372fe496405313d68f65529256408ee65ee
@@@ -3383,10 -3383,199 +3383,10 @@@ Depends: kernel-image-5.10.0-20-armmp-d
  Description: MTD driver modules
   This package contains MTD driver modules.
  Build-Profiles: <!stage1 !pkg.linux.nokernel>
- Kernel-Version: 5.10.0-19-armmp
+ Kernel-Version: 5.10.0-20-armmp
  Package-Type: udeb
  
- Package: kernel-image-5.10.0-19-parisc-di
 -Package: linux-image-5.10.0-20-armmp
 -Architecture: armhf
 -Depends: kmod, linux-base (>= 4.3~), linux-bootwrapper-5.10.0-20 [powerpc ppc64], ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf]
 -Recommends: firmware-linux-free, apparmor [armhf]
 -Suggests: linux-doc-5.10, debian-kernel-handbook
 -Breaks: fwupdate (<< 12-7) [armhf], wireless-regdb (<< 2019.06.03-1~) [armhf], initramfs-tools (<< 0.120+deb8u2)
 -Description: Linux 5.10 for ARMv7 multiplatform compatible SoCs
 - The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel.
 - See https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 - platforms.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-headers-5.10.0-20-armmp
 -Architecture: armhf
 -Depends: linux-headers-5.10.0-20-common (= ${source:Version}), linux-kbuild-5.10 (>= ${source:Version}), ${misc:Depends}, linux-compiler-gcc-10-arm
 -Description: Header files for Linux 5.10.0-20-armmp
 - This package provides the architecture-specific kernel header files for
 - Linux kernel 5.10.0-20-armmp, generally used for building out-of-tree
 - kernel modules.  These files are going to be installed into
 - /usr/src/linux-headers-5.10.0-20-armmp, and can be used for building
 - modules that load into the kernel provided by the
 - linux-image-5.10.0-20-armmp package.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-image-armmp
 -Architecture: armhf
 -Provides: linux-latest-modules-5.10.0-20-armmp, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386], linux-image-generic
 -Depends: linux-image-5.10.0-20-armmp (= ${binary:Version}), ${misc:Depends}
 -Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package)
 - This package depends on the latest Linux kernel and modules for use on
 - ARMv7 multiplatform kernel.  See
 - https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 - platforms.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-headers-armmp
 -Architecture: armhf
 -Provides: linux-headers-generic
 -Depends: linux-headers-5.10.0-20-armmp (= ${binary:Version}), ${misc:Depends}
 -Description: Header files for Linux armmp configuration (meta-package)
 - This package depends on the architecture-specific header files for the
 - latest Linux kernel armmp configuration.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-image-5.10.0-20-armmp-dbg
 -Architecture: armhf
 -Section: debug
 -Priority: optional
 -Depends: ${misc:Depends}
 -Description: Debug symbols for linux-image-5.10.0-20-armmp
 - This package provides the detached debug symbols for the Linux kernel and
 - modules in linux-image-5.10.0-20-armmp.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-image-armmp-dbg
 -Architecture: armhf
 -Provides: linux-latest-image-dbg
 -Depends: linux-image-5.10.0-20-armmp-dbg (= ${binary:Version}), ${misc:Depends}
 -Description: Debugging symbols for Linux armmp configuration (meta-package)
 - This package depends on the detached debugging symbols for the latest
 - Linux kernel armmp configuration.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-image-5.10.0-20-armmp-lpae
 -Architecture: armhf
 -Depends: kmod, linux-base (>= 4.3~), linux-bootwrapper-5.10.0-20 [powerpc ppc64], ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf]
 -Recommends: firmware-linux-free, apparmor [armhf]
 -Suggests: linux-doc-5.10, debian-kernel-handbook
 -Breaks: fwupdate (<< 12-7) [armhf], wireless-regdb (<< 2019.06.03-1~) [armhf], initramfs-tools (<< 0.120+deb8u2)
 -Description: Linux 5.10 for ARMv7 multiplatform compatible SoCs supporting LPAE
 - The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel
 - supporting LPAE. See https://wiki.debian.org/DebianKernel/ARMMP for
 - details of supported platforms..
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-headers-5.10.0-20-armmp-lpae
 -Architecture: armhf
 -Depends: linux-headers-5.10.0-20-common (= ${source:Version}), linux-kbuild-5.10 (>= ${source:Version}), ${misc:Depends}, linux-compiler-gcc-10-arm
 -Description: Header files for Linux 5.10.0-20-armmp-lpae
 - This package provides the architecture-specific kernel header files for
 - Linux kernel 5.10.0-20-armmp-lpae, generally used for building out-of-tree
 - kernel modules.  These files are going to be installed into
 - /usr/src/linux-headers-5.10.0-20-armmp-lpae, and can be used for building
 - modules that load into the kernel provided by the
 - linux-image-5.10.0-20-armmp-lpae package.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-image-armmp-lpae
 -Architecture: armhf
 -Provides: linux-latest-modules-5.10.0-20-armmp-lpae, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386]
 -Depends: linux-image-5.10.0-20-armmp-lpae (= ${binary:Version}), ${misc:Depends}
 -Description: Linux for ARMv7 multiplatform compatible SoCs supporting LPAE (meta-package)
 - This package depends on the latest Linux kernel and modules for use on
 - ARMv7 multiplatform kernel supporting LPAE. See
 - https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 - platforms..
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-headers-armmp-lpae
 -Architecture: armhf
 -Depends: linux-headers-5.10.0-20-armmp-lpae (= ${binary:Version}), ${misc:Depends}
 -Description: Header files for Linux armmp-lpae configuration (meta-package)
 - This package depends on the architecture-specific header files for the
 - latest Linux kernel armmp-lpae configuration.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-image-5.10.0-20-armmp-lpae-dbg
 -Architecture: armhf
 -Section: debug
 -Priority: optional
 -Depends: ${misc:Depends}
 -Description: Debug symbols for linux-image-5.10.0-20-armmp-lpae
 - This package provides the detached debug symbols for the Linux kernel and
 - modules in linux-image-5.10.0-20-armmp-lpae.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-image-armmp-lpae-dbg
 -Architecture: armhf
 -Provides: linux-latest-image-dbg
 -Depends: linux-image-5.10.0-20-armmp-lpae-dbg (= ${binary:Version}), ${misc:Depends}
 -Description: Debugging symbols for Linux armmp-lpae configuration (meta-package)
 - This package depends on the detached debugging symbols for the latest
 - Linux kernel armmp-lpae configuration.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-image-5.10.0-20-rt-armmp
 -Architecture: armhf
 -Depends: kmod, linux-base (>= 4.3~), linux-bootwrapper-5.10.0-20 [powerpc ppc64], ${misc:Depends}, initramfs-tools (>= 0.120+deb8u2) [armhf] | linux-initramfs-tool [armhf]
 -Recommends: firmware-linux-free, apparmor [armhf]
 -Suggests: linux-doc-5.10, debian-kernel-handbook
 -Breaks: fwupdate (<< 12-7) [armhf], wireless-regdb (<< 2019.06.03-1~) [armhf], initramfs-tools (<< 0.120+deb8u2)
 -Description: Linux 5.10 for ARMv7 multiplatform compatible SoCs, PREEMPT_RT
 - The Linux kernel 5.10 and modules for use on ARMv7 multiplatform kernel.
 - See https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 - platforms.
 - .
 - This kernel includes the PREEMPT_RT realtime patch set.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-headers-5.10.0-20-rt-armmp
 -Architecture: armhf
 -Depends: linux-headers-5.10.0-20-common-rt (= ${source:Version}), linux-kbuild-5.10 (>= ${source:Version}), ${misc:Depends}, linux-compiler-gcc-10-arm
 -Description: Header files for Linux 5.10.0-20-rt-armmp
 - This package provides the architecture-specific kernel header files for
 - Linux kernel 5.10.0-20-rt-armmp, generally used for building out-of-tree
 - kernel modules.  These files are going to be installed into
 - /usr/src/linux-headers-5.10.0-20-rt-armmp, and can be used for building
 - modules that load into the kernel provided by the
 - linux-image-5.10.0-20-rt-armmp package.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-image-rt-armmp
 -Architecture: armhf
 -Provides: linux-latest-modules-5.10.0-20-rt-armmp, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386]
 -Depends: linux-image-5.10.0-20-rt-armmp (= ${binary:Version}), ${misc:Depends}
 -Description: Linux for ARMv7 multiplatform compatible SoCs (meta-package)
 - This package depends on the latest Linux kernel and modules for use on
 - ARMv7 multiplatform kernel.  See
 - https://wiki.debian.org/DebianKernel/ARMMP for details of supported
 - platforms.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-headers-rt-armmp
 -Architecture: armhf
 -Depends: linux-headers-5.10.0-20-rt-armmp (= ${binary:Version}), ${misc:Depends}
 -Description: Header files for Linux rt-armmp configuration (meta-package)
 - This package depends on the architecture-specific header files for the
 - latest Linux kernel rt-armmp configuration.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
 -Package: linux-image-5.10.0-20-rt-armmp-dbg
 -Architecture: armhf
 -Section: debug
 -Priority: optional
 -Depends: ${misc:Depends}
 -Description: Debug symbols for linux-image-5.10.0-20-rt-armmp
 - This package provides the detached debug symbols for the Linux kernel and
 - modules in linux-image-5.10.0-20-rt-armmp.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel>
 -
 -Package: linux-image-rt-armmp-dbg
 -Architecture: armhf
 -Provides: linux-latest-image-dbg
 -Depends: linux-image-5.10.0-20-rt-armmp-dbg (= ${binary:Version}), ${misc:Depends}
 -Description: Debugging symbols for Linux rt-armmp configuration (meta-package)
 - This package depends on the detached debugging symbols for the latest
 - Linux kernel rt-armmp configuration.
 -Build-Profiles: <!stage1 !pkg.linux.nokernel !pkg.linux.nometa>
 -
+ Package: kernel-image-5.10.0-20-parisc-di
  Architecture: hppa
  Section: debian-installer
  Priority: standard
index d4bb6afaa062c70ae4adfa7dc249891359189267,4d928d1a8955b32db30253e34bec892abe8b9e26..f9386a302df8aa0691d0f647edd97cf5fddcf303
@@@ -1,82 -1,78 +1,82 @@@
  a46eb172db472ccbe5364b1de7eeb2a0  debian/bin/gencontrol.py
- 4bc3ae5eeac1614cbc47d739cd278b72  debian/build/version-info
 -2a63f31767b95ffc63df676169eea4df  debian/build/version-info
 -fe4456d48e3218fb8980c8577d03a7ae  debian/templates/control.config.in
 -9509e39d8e60906ebd5ee4a8b0355d25  debian/templates/control.docs.in
 -358db3af53a223fe60ae89c7a481609f  debian/templates/control.docs.meta.in
 -7d4e853b855f515068df3355e2bf5865  debian/templates/control.extra.in
 -578bb70eb1ed930f2cf8a774666b747f  debian/templates/control.headers.featureset.in
 -2b3995da9ebe7d2b1a1345241dd90c55  debian/templates/control.headers.in
 -ce8590d760adf6efb95181ec626c4aca  debian/templates/control.headers.meta.in
 -eda4623fb10d5ba1cefa8502ebaeb0fd  debian/templates/control.image-dbg.in
 -817873a7b9fa61d433b2c39f6b2491de  debian/templates/control.image-dbg.meta.in
 -d048c1b6a4d834060d0ce8b502aee906  debian/templates/control.image-unsigned.in
 -459d2768144a8542116bea0805b24dae  debian/templates/control.image.in
 -91ddd8e344e4b84b61d02c064e47f7d5  debian/templates/control.image.meta.in
 -36387f47e6bacd1e6995a9d41b292e88  debian/templates/control.libc-dev.in
++6643876c4922bf8d83bca3fb45c5342b  debian/build/version-info
  74b180a87aa1f6377d9bf8a10368c657  debian/templates/control.main.in
 -77509b4624f98f87a0b4b1370813935b  debian/templates/control.signed-template.in
 -85a6d9699cab87feefbb6ff98f3d8182  debian/templates/control.source.in
 -9831ce1b8f9e8792b9a85d8761bdc385  debian/templates/control.sourcebin.in
 -4124ed9de89fd889d6cf997ee8da76f0  debian/templates/control.sourcebin.meta.in
 +d048c1b6a4d834060d0ce8b502aee906  debian/templates/control.image-unsigned.in
 +38004750aa03cea41d5d3aeafff16fcc  debian/templates/image.preinst.in
 +ce8590d760adf6efb95181ec626c4aca  debian/templates/control.headers.meta.in
  692fab5899a4b3e3b3565a51028ddf3b  debian/templates/control.tools-unversioned.in
 -ebd530107480c7f86443512f7e28ac40  debian/templates/control.tools-versioned.in
 -6ac27e0078a5284814d0cf7b3a129d5c  debian/templates/control.tools-versioned.meta.in
 -b8efaa8b4c9bbfd89c08514f860e548e  debian/templates/docs.meta.maintscript.in
 -ed25b8839b8e5cb08adfbfde488dd0cd  debian/templates/headers.meta.maintscript.in
 -0d7f6ea42f52d0a6013535a80111ee3e  debian/templates/headers.postinst.in
 -54426b6625c1bbf41ff6e05eebc06f89  debian/templates/image-dbg.lintian-overrides.in
 -98d67252f9a33d17a78aa37c29603b83  debian/templates/image-dbg.meta.lintian-overrides.in
 -8767f777765b1af15090392c4607a596  debian/templates/image-dbg.meta.maintscript.in
 -769a43efb579711359e12554e34d0baa  debian/templates/image.meta.bug-presubj.in
  0961d6fa0a85c406d40b83db932807fe  debian/templates/image.meta.maintscript.in
 -0327750d6696dee915a532aec73a0fd6  debian/templates/image.postinst.in
 +6ac27e0078a5284814d0cf7b3a129d5c  debian/templates/control.tools-versioned.meta.in
 +ebd530107480c7f86443512f7e28ac40  debian/templates/control.tools-versioned.in
 +358db3af53a223fe60ae89c7a481609f  debian/templates/control.docs.meta.in
 +381bc892fd36ef7ea5327f649b99cb98  debian/templates/sourcebin.meta.maintscript.in
  a4a60fc48b3240e46bbac6a1ddcaad30  debian/templates/image.postrm.in
 -38004750aa03cea41d5d3aeafff16fcc  debian/templates/image.preinst.in
 +36387f47e6bacd1e6995a9d41b292e88  debian/templates/control.libc-dev.in
 +0327750d6696dee915a532aec73a0fd6  debian/templates/image.postinst.in
 +814dda166c7e3ef02e6e259e805ac66a  debian/templates/tests-control.image.in
 +459d2768144a8542116bea0805b24dae  debian/templates/control.image.in
  afb508873a44a1f196c2a525fec4b415  debian/templates/image.prerm.in
 +54426b6625c1bbf41ff6e05eebc06f89  debian/templates/image-dbg.lintian-overrides.in
 +0d7f6ea42f52d0a6013535a80111ee3e  debian/templates/headers.postinst.in
  51797b6c275eb14e99009e78553904cc  debian/templates/perf.lintian-overrides.in
 +8767f777765b1af15090392c4607a596  debian/templates/image-dbg.meta.maintscript.in
 +9831ce1b8f9e8792b9a85d8761bdc385  debian/templates/control.sourcebin.in
 +77509b4624f98f87a0b4b1370813935b  debian/templates/control.signed-template.in
  850cc4fd419adac7d008df061f958895  debian/templates/perf.meta.maintscript.in
 -381bc892fd36ef7ea5327f649b99cb98  debian/templates/sourcebin.meta.maintscript.in
 -814dda166c7e3ef02e6e259e805ac66a  debian/templates/tests-control.image.in
 +b8efaa8b4c9bbfd89c08514f860e548e  debian/templates/docs.meta.maintscript.in
 +eda4623fb10d5ba1cefa8502ebaeb0fd  debian/templates/control.image-dbg.in
 +85a6d9699cab87feefbb6ff98f3d8182  debian/templates/control.source.in
 +91ddd8e344e4b84b61d02c064e47f7d5  debian/templates/control.image.meta.in
 +ed25b8839b8e5cb08adfbfde488dd0cd  debian/templates/headers.meta.maintscript.in
 +9509e39d8e60906ebd5ee4a8b0355d25  debian/templates/control.docs.in
 +98d67252f9a33d17a78aa37c29603b83  debian/templates/image-dbg.meta.lintian-overrides.in
 +578bb70eb1ed930f2cf8a774666b747f  debian/templates/control.headers.featureset.in
  33d71bfd398d2f9b3bc5c0193b67d17e  debian/templates/tests-control.main.in
- 32c434cd7d3adab1bf327d42519b50bb  debian/config/defines
 +4124ed9de89fd889d6cf997ee8da76f0  debian/templates/control.sourcebin.meta.in
 +2b3995da9ebe7d2b1a1345241dd90c55  debian/templates/control.headers.in
 +7d4e853b855f515068df3355e2bf5865  debian/templates/control.extra.in
 +817873a7b9fa61d433b2c39f6b2491de  debian/templates/control.image-dbg.meta.in
 +fe4456d48e3218fb8980c8577d03a7ae  debian/templates/control.config.in
 +769a43efb579711359e12554e34d0baa  debian/templates/image.meta.bug-presubj.in
 -59a811890d2e7129bec940075850f11f  debian/config/alpha/defines
 -026ce5cdad7814c28f4fd87589786719  debian/config/amd64/defines
 -44bff3917069a99eeb20ceff24609dda  debian/config/arm64/defines
 -3e673c1434c6132c73c0cfb4bfe38763  debian/config/arm64ilp32/defines
 -18c882259e45d65ad257534da6cd18e6  debian/config/armel/defines
 -27ed61864d13f791e07f6ad8e688de2a  debian/config/armhf/defines
 -366b94d652a66b437eabcd165bcc9610  debian/config/featureset-rt/defines
 -855af7b688adb78c7d236e15bbf6bf38  debian/config/hppa/defines
+ 0eb57f6f72f09f9ea312b8b9f3ca7dcd  debian/config/defines
  696fe9dde321cbe6691b9ba63a89441c  debian/config/i386/defines
 -97647ba6bbcc9331b17fef5c192e5a35  debian/config/ia64/defines
 -f6eb4abf894006ec7f947d09d32f57b2  debian/config/m68k/defines
 -77050c7df77b8cb300155f7e4876a7bb  debian/config/mips/defines
 -a70015a9c92407a77e1bf32cd88a5f09  debian/config/mips64/defines
  aa0dc1c23ac4dee04d5abc5bca888f72  debian/config/mips64el/defines
 -147bd0cc58f0510d7573da6b5da80361  debian/config/mips64r6/defines
 -534f8f84d6e68368b0191ad75fc288a3  debian/config/mips64r6el/defines
 -6d4413fd2605c197625fc8929fd6eb4d  debian/config/mipsel/defines
 +8f2e4969633ff660d026f2b7e02e6336  debian/config/sh3/defines
 +300cdda5cbaebced93cc02ffd7d5ab5e  debian/config/armhf/defines
 +026ce5cdad7814c28f4fd87589786719  debian/config/amd64/defines
 +3cffb73a6b8570b2fc03e83a7d0e0772  debian/config/ppc64el/defines
 +85c1ae5e3f2e17492053f7de76474463  debian/config/mipsr6el/defines
 +77050c7df77b8cb300155f7e4876a7bb  debian/config/mips/defines
 +e0810ddd6e4add2a26c5668773b69d25  debian/config/sh4/defines
 +44bff3917069a99eeb20ceff24609dda  debian/config/arm64/defines
  e411d2dfe0018a7c40b6bf7efd45cd29  debian/config/mipsn32/defines
  174058e52aced932bf02606d6cb5649c  debian/config/mipsn32el/defines
 -882fb0fec3cbd0239817994223fa71e5  debian/config/mipsn32r6/defines
 -73e2f095b2485f95bc164bf685684a47  debian/config/mipsn32r6el/defines
 -f4f988c94f2fc477db801eddfe79c79e  debian/config/mipsr6/defines
 -85c1ae5e3f2e17492053f7de76474463  debian/config/mipsr6el/defines
 +366b94d652a66b437eabcd165bcc9610  debian/config/featureset-rt/defines
 +8d317c1872f3bd8da4feae25a7c61df3  debian/config/sparc/defines
  45a4ad93313c2066248987dfa59dd6da  debian/config/powerpc/defines
  f9a739a574488a070d4811dd6a94cbbb  debian/config/ppc64/defines
 -3cffb73a6b8570b2fc03e83a7d0e0772  debian/config/ppc64el/defines
 +f4b2921156e7b1a038862f848fdfe48f  debian/config/x32/defines
 +a70015a9c92407a77e1bf32cd88a5f09  debian/config/mips64/defines
 +e741332318227dd4646f0d98735271e5  debian/config/sparc64/defines
 +6d4413fd2605c197625fc8929fd6eb4d  debian/config/mipsel/defines
  a50ff431517bddd759d53c0ad2850cb7  debian/config/riscv64/defines
 -9462622a41b618007bf9e8343f2fb3ce  debian/config/s390/defines
 +f4f988c94f2fc477db801eddfe79c79e  debian/config/mipsr6/defines
 +f6eb4abf894006ec7f947d09d32f57b2  debian/config/m68k/defines
  c687c34582869dfb08f47ec435997514  debian/config/s390x/defines
 -8f2e4969633ff660d026f2b7e02e6336  debian/config/sh3/defines
 -e0810ddd6e4add2a26c5668773b69d25  debian/config/sh4/defines
 -8d317c1872f3bd8da4feae25a7c61df3  debian/config/sparc/defines
 -e741332318227dd4646f0d98735271e5  debian/config/sparc64/defines
 -f4b2921156e7b1a038862f848fdfe48f  debian/config/x32/defines
 +97647ba6bbcc9331b17fef5c192e5a35  debian/config/ia64/defines
 +882fb0fec3cbd0239817994223fa71e5  debian/config/mipsn32r6/defines
 +59a811890d2e7129bec940075850f11f  debian/config/alpha/defines
 +73e2f095b2485f95bc164bf685684a47  debian/config/mipsn32r6el/defines
 +855af7b688adb78c7d236e15bbf6bf38  debian/config/hppa/defines
 +18c882259e45d65ad257534da6cd18e6  debian/config/armel/defines
 +147bd0cc58f0510d7573da6b5da80361  debian/config/mips64r6/defines
 +3e673c1434c6132c73c0cfb4bfe38763  debian/config/arm64ilp32/defines
 +534f8f84d6e68368b0191ad75fc288a3  debian/config/mips64r6el/defines
 +9462622a41b618007bf9e8343f2fb3ce  debian/config/s390/defines
 +61cbd68a5172174b0c8261b27ba5cf12  debian/config/i386/none/defines
 +7146ff53fc4f9fbb49948225d8589b69  debian/config/i386/rt/defines
 +b4a45606f37c0d82a63779aa862528d9  debian/config/armhf/none/defines
 +1cab87ca080defc647d4ae9adcf9a63a  debian/config/armhf/rt/defines
  5ecc16c27932acb9ff514badae52b51f  debian/config/amd64/none/defines
  7dc981827930ed6844a731ed954b9b9d  debian/config/amd64/rt/defines
  50ee12dd2cf9fe79bee7141560985f79  debian/config/arm64/none/defines
index 2c71a0574beedfa81d2342107f146aaca31e2b81,9e73612000e993326fcb3eae1df88dc937311bd2..1921bbd04a44907cc85af739647866bec22b22cc
  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_ia64 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_ppc64 binary-arch_ppc64el binary-arch_riscv64 binary-arch_s390 binary-arch_s390x binary-arch_sh3 binary-arch_sh4 binary-arch_sparc binary-arch_sparc64 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='5.10.0-19' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-alpha-generic-di nic-modules-5.10.0-19-alpha-generic-di nic-wireless-modules-5.10.0-19-alpha-generic-di nic-shared-modules-5.10.0-19-alpha-generic-di serial-modules-5.10.0-19-alpha-generic-di usb-serial-modules-5.10.0-19-alpha-generic-di ppp-modules-5.10.0-19-alpha-generic-di pata-modules-5.10.0-19-alpha-generic-di cdrom-core-modules-5.10.0-19-alpha-generic-di scsi-core-modules-5.10.0-19-alpha-generic-di scsi-modules-5.10.0-19-alpha-generic-di scsi-nic-modules-5.10.0-19-alpha-generic-di loop-modules-5.10.0-19-alpha-generic-di btrfs-modules-5.10.0-19-alpha-generic-di ext4-modules-5.10.0-19-alpha-generic-di isofs-modules-5.10.0-19-alpha-generic-di jfs-modules-5.10.0-19-alpha-generic-di xfs-modules-5.10.0-19-alpha-generic-di fat-modules-5.10.0-19-alpha-generic-di squashfs-modules-5.10.0-19-alpha-generic-di fuse-modules-5.10.0-19-alpha-generic-di f2fs-modules-5.10.0-19-alpha-generic-di md-modules-5.10.0-19-alpha-generic-di multipath-modules-5.10.0-19-alpha-generic-di usb-modules-5.10.0-19-alpha-generic-di usb-storage-modules-5.10.0-19-alpha-generic-di fb-modules-5.10.0-19-alpha-generic-di input-modules-5.10.0-19-alpha-generic-di event-modules-5.10.0-19-alpha-generic-di mouse-modules-5.10.0-19-alpha-generic-di nic-pcmcia-modules-5.10.0-19-alpha-generic-di pcmcia-modules-5.10.0-19-alpha-generic-di nic-usb-modules-5.10.0-19-alpha-generic-di sata-modules-5.10.0-19-alpha-generic-di i2c-modules-5.10.0-19-alpha-generic-di crc-modules-5.10.0-19-alpha-generic-di crypto-modules-5.10.0-19-alpha-generic-di crypto-dm-modules-5.10.0-19-alpha-generic-di ata-modules-5.10.0-19-alpha-generic-di nbd-modules-5.10.0-19-alpha-generic-di srm-modules-5.10.0-19-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='5.10.0-20' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-alpha-generic-di nic-modules-5.10.0-20-alpha-generic-di nic-wireless-modules-5.10.0-20-alpha-generic-di nic-shared-modules-5.10.0-20-alpha-generic-di serial-modules-5.10.0-20-alpha-generic-di usb-serial-modules-5.10.0-20-alpha-generic-di ppp-modules-5.10.0-20-alpha-generic-di pata-modules-5.10.0-20-alpha-generic-di cdrom-core-modules-5.10.0-20-alpha-generic-di scsi-core-modules-5.10.0-20-alpha-generic-di scsi-modules-5.10.0-20-alpha-generic-di scsi-nic-modules-5.10.0-20-alpha-generic-di loop-modules-5.10.0-20-alpha-generic-di btrfs-modules-5.10.0-20-alpha-generic-di ext4-modules-5.10.0-20-alpha-generic-di isofs-modules-5.10.0-20-alpha-generic-di jfs-modules-5.10.0-20-alpha-generic-di xfs-modules-5.10.0-20-alpha-generic-di fat-modules-5.10.0-20-alpha-generic-di squashfs-modules-5.10.0-20-alpha-generic-di fuse-modules-5.10.0-20-alpha-generic-di f2fs-modules-5.10.0-20-alpha-generic-di md-modules-5.10.0-20-alpha-generic-di multipath-modules-5.10.0-20-alpha-generic-di usb-modules-5.10.0-20-alpha-generic-di usb-storage-modules-5.10.0-20-alpha-generic-di fb-modules-5.10.0-20-alpha-generic-di input-modules-5.10.0-20-alpha-generic-di event-modules-5.10.0-20-alpha-generic-di mouse-modules-5.10.0-20-alpha-generic-di nic-pcmcia-modules-5.10.0-20-alpha-generic-di pcmcia-modules-5.10.0-20-alpha-generic-di nic-usb-modules-5.10.0-20-alpha-generic-di sata-modules-5.10.0-20-alpha-generic-di i2c-modules-5.10.0-20-alpha-generic-di crc-modules-5.10.0-20-alpha-generic-di crypto-modules-5.10.0-20-alpha-generic-di crypto-dm-modules-5.10.0-20-alpha-generic-di ata-modules-5.10.0-20-alpha-generic-di nbd-modules-5.10.0-20-alpha-generic-di srm-modules-5.10.0-20-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='5.10.0-20' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-alpha-generic-di nic-modules-5.10.0-20-alpha-generic-di nic-wireless-modules-5.10.0-20-alpha-generic-di nic-shared-modules-5.10.0-20-alpha-generic-di serial-modules-5.10.0-20-alpha-generic-di usb-serial-modules-5.10.0-20-alpha-generic-di ppp-modules-5.10.0-20-alpha-generic-di pata-modules-5.10.0-20-alpha-generic-di cdrom-core-modules-5.10.0-20-alpha-generic-di scsi-core-modules-5.10.0-20-alpha-generic-di scsi-modules-5.10.0-20-alpha-generic-di scsi-nic-modules-5.10.0-20-alpha-generic-di loop-modules-5.10.0-20-alpha-generic-di btrfs-modules-5.10.0-20-alpha-generic-di ext4-modules-5.10.0-20-alpha-generic-di isofs-modules-5.10.0-20-alpha-generic-di jfs-modules-5.10.0-20-alpha-generic-di xfs-modules-5.10.0-20-alpha-generic-di fat-modules-5.10.0-20-alpha-generic-di squashfs-modules-5.10.0-20-alpha-generic-di fuse-modules-5.10.0-20-alpha-generic-di f2fs-modules-5.10.0-20-alpha-generic-di md-modules-5.10.0-20-alpha-generic-di multipath-modules-5.10.0-20-alpha-generic-di usb-modules-5.10.0-20-alpha-generic-di usb-storage-modules-5.10.0-20-alpha-generic-di fb-modules-5.10.0-20-alpha-generic-di input-modules-5.10.0-20-alpha-generic-di event-modules-5.10.0-20-alpha-generic-di mouse-modules-5.10.0-20-alpha-generic-di nic-pcmcia-modules-5.10.0-20-alpha-generic-di pcmcia-modules-5.10.0-20-alpha-generic-di nic-usb-modules-5.10.0-20-alpha-generic-di sata-modules-5.10.0-20-alpha-generic-di i2c-modules-5.10.0-20-alpha-generic-di crc-modules-5.10.0-20-alpha-generic-di crypto-modules-5.10.0-20-alpha-generic-di crypto-dm-modules-5.10.0-20-alpha-generic-di ata-modules-5.10.0-20-alpha-generic-di nbd-modules-5.10.0-20-alpha-generic-di srm-modules-5.10.0-20-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='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_alpha_none_real:
  binary-arch_alpha_real:: setup_alpha
  binary-arch_alpha_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_amd64:: binary-arch_amd64_extra binary-arch_amd64_none binary-arch_amd64_real binary-arch_amd64_rt
  binary-arch_amd64::
-       $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='5.10.0-19' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-amd64-di nic-modules-5.10.0-19-amd64-di nic-wireless-modules-5.10.0-19-amd64-di nic-shared-modules-5.10.0-19-amd64-di serial-modules-5.10.0-19-amd64-di usb-serial-modules-5.10.0-19-amd64-di ppp-modules-5.10.0-19-amd64-di pata-modules-5.10.0-19-amd64-di cdrom-core-modules-5.10.0-19-amd64-di firewire-core-modules-5.10.0-19-amd64-di scsi-core-modules-5.10.0-19-amd64-di scsi-modules-5.10.0-19-amd64-di scsi-nic-modules-5.10.0-19-amd64-di loop-modules-5.10.0-19-amd64-di btrfs-modules-5.10.0-19-amd64-di ext4-modules-5.10.0-19-amd64-di isofs-modules-5.10.0-19-amd64-di jfs-modules-5.10.0-19-amd64-di xfs-modules-5.10.0-19-amd64-di fat-modules-5.10.0-19-amd64-di squashfs-modules-5.10.0-19-amd64-di udf-modules-5.10.0-19-amd64-di fuse-modules-5.10.0-19-amd64-di f2fs-modules-5.10.0-19-amd64-di md-modules-5.10.0-19-amd64-di multipath-modules-5.10.0-19-amd64-di usb-modules-5.10.0-19-amd64-di usb-storage-modules-5.10.0-19-amd64-di pcmcia-storage-modules-5.10.0-19-amd64-di fb-modules-5.10.0-19-amd64-di input-modules-5.10.0-19-amd64-di event-modules-5.10.0-19-amd64-di mouse-modules-5.10.0-19-amd64-di nic-pcmcia-modules-5.10.0-19-amd64-di pcmcia-modules-5.10.0-19-amd64-di nic-usb-modules-5.10.0-19-amd64-di sata-modules-5.10.0-19-amd64-di acpi-modules-5.10.0-19-amd64-di i2c-modules-5.10.0-19-amd64-di crc-modules-5.10.0-19-amd64-di crypto-modules-5.10.0-19-amd64-di crypto-dm-modules-5.10.0-19-amd64-di efi-modules-5.10.0-19-amd64-di ata-modules-5.10.0-19-amd64-di mmc-core-modules-5.10.0-19-amd64-di mmc-modules-5.10.0-19-amd64-di nbd-modules-5.10.0-19-amd64-di speakup-modules-5.10.0-19-amd64-di uinput-modules-5.10.0-19-amd64-di sound-modules-5.10.0-19-amd64-di mtd-core-modules-5.10.0-19-amd64-di rfkill-modules-5.10.0-19-amd64-di' UDEB_UNSIGNED_TEST_BUILD=True
 -      $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-amd64-di nic-modules-5.10.0-20-amd64-di nic-wireless-modules-5.10.0-20-amd64-di nic-shared-modules-5.10.0-20-amd64-di serial-modules-5.10.0-20-amd64-di usb-serial-modules-5.10.0-20-amd64-di ppp-modules-5.10.0-20-amd64-di pata-modules-5.10.0-20-amd64-di cdrom-core-modules-5.10.0-20-amd64-di firewire-core-modules-5.10.0-20-amd64-di scsi-core-modules-5.10.0-20-amd64-di scsi-modules-5.10.0-20-amd64-di scsi-nic-modules-5.10.0-20-amd64-di loop-modules-5.10.0-20-amd64-di btrfs-modules-5.10.0-20-amd64-di ext4-modules-5.10.0-20-amd64-di isofs-modules-5.10.0-20-amd64-di jfs-modules-5.10.0-20-amd64-di xfs-modules-5.10.0-20-amd64-di fat-modules-5.10.0-20-amd64-di squashfs-modules-5.10.0-20-amd64-di udf-modules-5.10.0-20-amd64-di fuse-modules-5.10.0-20-amd64-di f2fs-modules-5.10.0-20-amd64-di md-modules-5.10.0-20-amd64-di multipath-modules-5.10.0-20-amd64-di usb-modules-5.10.0-20-amd64-di usb-storage-modules-5.10.0-20-amd64-di pcmcia-storage-modules-5.10.0-20-amd64-di fb-modules-5.10.0-20-amd64-di input-modules-5.10.0-20-amd64-di event-modules-5.10.0-20-amd64-di mouse-modules-5.10.0-20-amd64-di nic-pcmcia-modules-5.10.0-20-amd64-di pcmcia-modules-5.10.0-20-amd64-di nic-usb-modules-5.10.0-20-amd64-di sata-modules-5.10.0-20-amd64-di acpi-modules-5.10.0-20-amd64-di i2c-modules-5.10.0-20-amd64-di crc-modules-5.10.0-20-amd64-di crypto-modules-5.10.0-20-amd64-di crypto-dm-modules-5.10.0-20-amd64-di efi-modules-5.10.0-20-amd64-di ata-modules-5.10.0-20-amd64-di mmc-core-modules-5.10.0-20-amd64-di mmc-modules-5.10.0-20-amd64-di nbd-modules-5.10.0-20-amd64-di speakup-modules-5.10.0-20-amd64-di uinput-modules-5.10.0-20-amd64-di sound-modules-5.10.0-20-amd64-di mtd-core-modules-5.10.0-20-amd64-di rfkill-modules-5.10.0-20-amd64-di' UDEB_UNSIGNED_TEST_BUILD=True
++      $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-amd64-di nic-modules-5.10.0-20-amd64-di nic-wireless-modules-5.10.0-20-amd64-di nic-shared-modules-5.10.0-20-amd64-di serial-modules-5.10.0-20-amd64-di usb-serial-modules-5.10.0-20-amd64-di ppp-modules-5.10.0-20-amd64-di pata-modules-5.10.0-20-amd64-di cdrom-core-modules-5.10.0-20-amd64-di firewire-core-modules-5.10.0-20-amd64-di scsi-core-modules-5.10.0-20-amd64-di scsi-modules-5.10.0-20-amd64-di scsi-nic-modules-5.10.0-20-amd64-di loop-modules-5.10.0-20-amd64-di btrfs-modules-5.10.0-20-amd64-di ext4-modules-5.10.0-20-amd64-di isofs-modules-5.10.0-20-amd64-di jfs-modules-5.10.0-20-amd64-di xfs-modules-5.10.0-20-amd64-di fat-modules-5.10.0-20-amd64-di squashfs-modules-5.10.0-20-amd64-di udf-modules-5.10.0-20-amd64-di fuse-modules-5.10.0-20-amd64-di f2fs-modules-5.10.0-20-amd64-di md-modules-5.10.0-20-amd64-di multipath-modules-5.10.0-20-amd64-di usb-modules-5.10.0-20-amd64-di usb-storage-modules-5.10.0-20-amd64-di pcmcia-storage-modules-5.10.0-20-amd64-di fb-modules-5.10.0-20-amd64-di input-modules-5.10.0-20-amd64-di event-modules-5.10.0-20-amd64-di mouse-modules-5.10.0-20-amd64-di nic-pcmcia-modules-5.10.0-20-amd64-di pcmcia-modules-5.10.0-20-amd64-di nic-usb-modules-5.10.0-20-amd64-di sata-modules-5.10.0-20-amd64-di acpi-modules-5.10.0-20-amd64-di i2c-modules-5.10.0-20-amd64-di crc-modules-5.10.0-20-amd64-di crypto-modules-5.10.0-20-amd64-di crypto-dm-modules-5.10.0-20-amd64-di efi-modules-5.10.0-20-amd64-di ata-modules-5.10.0-20-amd64-di mmc-core-modules-5.10.0-20-amd64-di mmc-modules-5.10.0-20-amd64-di nbd-modules-5.10.0-20-amd64-di speakup-modules-5.10.0-20-amd64-di uinput-modules-5.10.0-20-amd64-di sound-modules-5.10.0-20-amd64-di mtd-core-modules-5.10.0-20-amd64-di rfkill-modules-5.10.0-20-amd64-di' UDEB_UNSIGNED_TEST_BUILD=True
  binary-arch_amd64::
-       $(MAKE) -f debian/rules.real install-signed-template_amd64 ABINAME='5.10.0-19' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real install-signed-template_amd64 ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real install-signed-template_amd64 ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_amd64_extra::
        $(MAKE) -f debian/rules.real install-dummy ARCH='amd64' DH_OPTIONS='-plinux-compiler-gcc-10-x86'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_amd64_none_real:
  binary-arch_amd64_real:: setup_amd64
  binary-arch_amd64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_amd64_rt_real:
  binary-arch_arm64:: binary-arch_arm64_none binary-arch_arm64_real binary-arch_arm64_rt
  binary-arch_arm64::
-       $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='5.10.0-19' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-arm64-di nic-modules-5.10.0-19-arm64-di nic-wireless-modules-5.10.0-19-arm64-di nic-shared-modules-5.10.0-19-arm64-di usb-serial-modules-5.10.0-19-arm64-di ppp-modules-5.10.0-19-arm64-di cdrom-core-modules-5.10.0-19-arm64-di scsi-core-modules-5.10.0-19-arm64-di scsi-modules-5.10.0-19-arm64-di scsi-nic-modules-5.10.0-19-arm64-di loop-modules-5.10.0-19-arm64-di btrfs-modules-5.10.0-19-arm64-di ext4-modules-5.10.0-19-arm64-di isofs-modules-5.10.0-19-arm64-di jfs-modules-5.10.0-19-arm64-di xfs-modules-5.10.0-19-arm64-di fat-modules-5.10.0-19-arm64-di squashfs-modules-5.10.0-19-arm64-di udf-modules-5.10.0-19-arm64-di fuse-modules-5.10.0-19-arm64-di f2fs-modules-5.10.0-19-arm64-di md-modules-5.10.0-19-arm64-di multipath-modules-5.10.0-19-arm64-di usb-modules-5.10.0-19-arm64-di usb-storage-modules-5.10.0-19-arm64-di fb-modules-5.10.0-19-arm64-di input-modules-5.10.0-19-arm64-di event-modules-5.10.0-19-arm64-di nic-usb-modules-5.10.0-19-arm64-di sata-modules-5.10.0-19-arm64-di i2c-modules-5.10.0-19-arm64-di crc-modules-5.10.0-19-arm64-di crypto-modules-5.10.0-19-arm64-di crypto-dm-modules-5.10.0-19-arm64-di efi-modules-5.10.0-19-arm64-di ata-modules-5.10.0-19-arm64-di mmc-modules-5.10.0-19-arm64-di nbd-modules-5.10.0-19-arm64-di uinput-modules-5.10.0-19-arm64-di leds-modules-5.10.0-19-arm64-di mtd-core-modules-5.10.0-19-arm64-di' UDEB_UNSIGNED_TEST_BUILD=True
 -      $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-arm64-di nic-modules-5.10.0-20-arm64-di nic-wireless-modules-5.10.0-20-arm64-di nic-shared-modules-5.10.0-20-arm64-di usb-serial-modules-5.10.0-20-arm64-di ppp-modules-5.10.0-20-arm64-di cdrom-core-modules-5.10.0-20-arm64-di scsi-core-modules-5.10.0-20-arm64-di scsi-modules-5.10.0-20-arm64-di scsi-nic-modules-5.10.0-20-arm64-di loop-modules-5.10.0-20-arm64-di btrfs-modules-5.10.0-20-arm64-di ext4-modules-5.10.0-20-arm64-di isofs-modules-5.10.0-20-arm64-di jfs-modules-5.10.0-20-arm64-di xfs-modules-5.10.0-20-arm64-di fat-modules-5.10.0-20-arm64-di squashfs-modules-5.10.0-20-arm64-di udf-modules-5.10.0-20-arm64-di fuse-modules-5.10.0-20-arm64-di f2fs-modules-5.10.0-20-arm64-di md-modules-5.10.0-20-arm64-di multipath-modules-5.10.0-20-arm64-di usb-modules-5.10.0-20-arm64-di usb-storage-modules-5.10.0-20-arm64-di fb-modules-5.10.0-20-arm64-di input-modules-5.10.0-20-arm64-di event-modules-5.10.0-20-arm64-di nic-usb-modules-5.10.0-20-arm64-di sata-modules-5.10.0-20-arm64-di i2c-modules-5.10.0-20-arm64-di crc-modules-5.10.0-20-arm64-di crypto-modules-5.10.0-20-arm64-di crypto-dm-modules-5.10.0-20-arm64-di efi-modules-5.10.0-20-arm64-di ata-modules-5.10.0-20-arm64-di mmc-modules-5.10.0-20-arm64-di nbd-modules-5.10.0-20-arm64-di uinput-modules-5.10.0-20-arm64-di leds-modules-5.10.0-20-arm64-di mtd-core-modules-5.10.0-20-arm64-di' UDEB_UNSIGNED_TEST_BUILD=True
++      $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-arm64-di nic-modules-5.10.0-20-arm64-di nic-wireless-modules-5.10.0-20-arm64-di nic-shared-modules-5.10.0-20-arm64-di usb-serial-modules-5.10.0-20-arm64-di ppp-modules-5.10.0-20-arm64-di cdrom-core-modules-5.10.0-20-arm64-di scsi-core-modules-5.10.0-20-arm64-di scsi-modules-5.10.0-20-arm64-di scsi-nic-modules-5.10.0-20-arm64-di loop-modules-5.10.0-20-arm64-di btrfs-modules-5.10.0-20-arm64-di ext4-modules-5.10.0-20-arm64-di isofs-modules-5.10.0-20-arm64-di jfs-modules-5.10.0-20-arm64-di xfs-modules-5.10.0-20-arm64-di fat-modules-5.10.0-20-arm64-di squashfs-modules-5.10.0-20-arm64-di udf-modules-5.10.0-20-arm64-di fuse-modules-5.10.0-20-arm64-di f2fs-modules-5.10.0-20-arm64-di md-modules-5.10.0-20-arm64-di multipath-modules-5.10.0-20-arm64-di usb-modules-5.10.0-20-arm64-di usb-storage-modules-5.10.0-20-arm64-di fb-modules-5.10.0-20-arm64-di input-modules-5.10.0-20-arm64-di event-modules-5.10.0-20-arm64-di nic-usb-modules-5.10.0-20-arm64-di sata-modules-5.10.0-20-arm64-di i2c-modules-5.10.0-20-arm64-di crc-modules-5.10.0-20-arm64-di crypto-modules-5.10.0-20-arm64-di crypto-dm-modules-5.10.0-20-arm64-di efi-modules-5.10.0-20-arm64-di ata-modules-5.10.0-20-arm64-di mmc-modules-5.10.0-20-arm64-di nbd-modules-5.10.0-20-arm64-di uinput-modules-5.10.0-20-arm64-di leds-modules-5.10.0-20-arm64-di mtd-core-modules-5.10.0-20-arm64-di' UDEB_UNSIGNED_TEST_BUILD=True
  binary-arch_arm64::
-       $(MAKE) -f debian/rules.real install-signed-template_arm64 ABINAME='5.10.0-19' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real install-signed-template_arm64 ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real install-signed-template_arm64 ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_arm64_none: binary-arch_arm64_none_arm64 binary-arch_arm64_none_cloud-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='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_arm64_none_cloud-arm64: binary-arch_arm64_none_cloud-arm64_real
  binary-arch_arm64_none_cloud-arm64_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_arm64_none_real:
  binary-arch_arm64_real:: setup_arm64
  binary-arch_arm64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_arm64_rt: binary-arch_arm64_rt_arm64 binary-arch_arm64_rt_real
  binary-arch_arm64_rt_arm64: binary-arch_arm64_rt_arm64_real
  binary-arch_arm64_rt_arm64_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_arm64_rt_real:
  binary-arch_arm64ilp32: binary-arch_arm64ilp32_real
  binary-arch_arm64ilp32_real:: setup_arm64ilp32
  binary-arch_arm64ilp32_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-marvell-di nic-modules-5.10.0-19-marvell-di nic-shared-modules-5.10.0-19-marvell-di usb-serial-modules-5.10.0-19-marvell-di ppp-modules-5.10.0-19-marvell-di cdrom-core-modules-5.10.0-19-marvell-di scsi-core-modules-5.10.0-19-marvell-di loop-modules-5.10.0-19-marvell-di ipv6-modules-5.10.0-19-marvell-di btrfs-modules-5.10.0-19-marvell-di ext4-modules-5.10.0-19-marvell-di isofs-modules-5.10.0-19-marvell-di jffs2-modules-5.10.0-19-marvell-di jfs-modules-5.10.0-19-marvell-di fat-modules-5.10.0-19-marvell-di minix-modules-5.10.0-19-marvell-di squashfs-modules-5.10.0-19-marvell-di udf-modules-5.10.0-19-marvell-di fuse-modules-5.10.0-19-marvell-di f2fs-modules-5.10.0-19-marvell-di md-modules-5.10.0-19-marvell-di multipath-modules-5.10.0-19-marvell-di usb-modules-5.10.0-19-marvell-di usb-storage-modules-5.10.0-19-marvell-di fb-modules-5.10.0-19-marvell-di input-modules-5.10.0-19-marvell-di event-modules-5.10.0-19-marvell-di mouse-modules-5.10.0-19-marvell-di nic-usb-modules-5.10.0-19-marvell-di sata-modules-5.10.0-19-marvell-di crc-modules-5.10.0-19-marvell-di crypto-modules-5.10.0-19-marvell-di crypto-dm-modules-5.10.0-19-marvell-di mmc-core-modules-5.10.0-19-marvell-di mmc-modules-5.10.0-19-marvell-di nbd-modules-5.10.0-19-marvell-di uinput-modules-5.10.0-19-marvell-di leds-modules-5.10.0-19-marvell-di mtd-modules-5.10.0-19-marvell-di mtd-core-modules-5.10.0-19-marvell-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_armel ABINAME='5.10.0-20' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-marvell-di nic-modules-5.10.0-20-marvell-di nic-shared-modules-5.10.0-20-marvell-di usb-serial-modules-5.10.0-20-marvell-di ppp-modules-5.10.0-20-marvell-di cdrom-core-modules-5.10.0-20-marvell-di scsi-core-modules-5.10.0-20-marvell-di loop-modules-5.10.0-20-marvell-di ipv6-modules-5.10.0-20-marvell-di btrfs-modules-5.10.0-20-marvell-di ext4-modules-5.10.0-20-marvell-di isofs-modules-5.10.0-20-marvell-di jffs2-modules-5.10.0-20-marvell-di jfs-modules-5.10.0-20-marvell-di fat-modules-5.10.0-20-marvell-di minix-modules-5.10.0-20-marvell-di squashfs-modules-5.10.0-20-marvell-di udf-modules-5.10.0-20-marvell-di fuse-modules-5.10.0-20-marvell-di f2fs-modules-5.10.0-20-marvell-di md-modules-5.10.0-20-marvell-di multipath-modules-5.10.0-20-marvell-di usb-modules-5.10.0-20-marvell-di usb-storage-modules-5.10.0-20-marvell-di fb-modules-5.10.0-20-marvell-di input-modules-5.10.0-20-marvell-di event-modules-5.10.0-20-marvell-di mouse-modules-5.10.0-20-marvell-di nic-usb-modules-5.10.0-20-marvell-di sata-modules-5.10.0-20-marvell-di crc-modules-5.10.0-20-marvell-di crypto-modules-5.10.0-20-marvell-di crypto-dm-modules-5.10.0-20-marvell-di mmc-core-modules-5.10.0-20-marvell-di mmc-modules-5.10.0-20-marvell-di nbd-modules-5.10.0-20-marvell-di uinput-modules-5.10.0-20-marvell-di leds-modules-5.10.0-20-marvell-di mtd-modules-5.10.0-20-marvell-di mtd-core-modules-5.10.0-20-marvell-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_armel ABINAME='5.10.0-20' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-marvell-di nic-modules-5.10.0-20-marvell-di nic-shared-modules-5.10.0-20-marvell-di usb-serial-modules-5.10.0-20-marvell-di ppp-modules-5.10.0-20-marvell-di cdrom-core-modules-5.10.0-20-marvell-di scsi-core-modules-5.10.0-20-marvell-di loop-modules-5.10.0-20-marvell-di ipv6-modules-5.10.0-20-marvell-di btrfs-modules-5.10.0-20-marvell-di ext4-modules-5.10.0-20-marvell-di isofs-modules-5.10.0-20-marvell-di jffs2-modules-5.10.0-20-marvell-di jfs-modules-5.10.0-20-marvell-di fat-modules-5.10.0-20-marvell-di minix-modules-5.10.0-20-marvell-di squashfs-modules-5.10.0-20-marvell-di udf-modules-5.10.0-20-marvell-di fuse-modules-5.10.0-20-marvell-di f2fs-modules-5.10.0-20-marvell-di md-modules-5.10.0-20-marvell-di multipath-modules-5.10.0-20-marvell-di usb-modules-5.10.0-20-marvell-di usb-storage-modules-5.10.0-20-marvell-di fb-modules-5.10.0-20-marvell-di input-modules-5.10.0-20-marvell-di event-modules-5.10.0-20-marvell-di mouse-modules-5.10.0-20-marvell-di nic-usb-modules-5.10.0-20-marvell-di sata-modules-5.10.0-20-marvell-di crc-modules-5.10.0-20-marvell-di crypto-modules-5.10.0-20-marvell-di crypto-dm-modules-5.10.0-20-marvell-di mmc-core-modules-5.10.0-20-marvell-di mmc-modules-5.10.0-20-marvell-di nbd-modules-5.10.0-20-marvell-di uinput-modules-5.10.0-20-marvell-di leds-modules-5.10.0-20-marvell-di mtd-modules-5.10.0-20-marvell-di mtd-core-modules-5.10.0-20-marvell-di' UDEB_UNSIGNED_TEST_BUILD=False
  binary-arch_armel_extra::
        $(MAKE) -f debian/rules.real install-dummy ARCH='armel' DH_OPTIONS='-plinux-compiler-gcc-10-arm'
  binary-arch_armel_none: binary-arch_armel_none_marvell binary-arch_armel_none_real binary-arch_armel_none_rpi
  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='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_armel_none_real:
  binary-arch_armel_none_rpi: binary-arch_armel_none_rpi_real
  binary-arch_armel_none_rpi_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_armel_real:: setup_armel
  binary-arch_armel_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -binary-arch_armhf:: binary-arch_armhf_extra binary-arch_armhf_none binary-arch_armhf_real binary-arch_armhf_rt
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 +binary-arch_armhf:: binary-arch_armhf_extra binary-arch_armhf_real
  binary-arch_armhf::
-       $(MAKE) -f debian/rules.real install-udeb_armhf ABINAME='5.10.0-19' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-armmp-di nic-modules-5.10.0-19-armmp-di nic-wireless-modules-5.10.0-19-armmp-di nic-shared-modules-5.10.0-19-armmp-di usb-serial-modules-5.10.0-19-armmp-di ppp-modules-5.10.0-19-armmp-di pata-modules-5.10.0-19-armmp-di cdrom-core-modules-5.10.0-19-armmp-di scsi-core-modules-5.10.0-19-armmp-di scsi-modules-5.10.0-19-armmp-di scsi-nic-modules-5.10.0-19-armmp-di loop-modules-5.10.0-19-armmp-di btrfs-modules-5.10.0-19-armmp-di ext4-modules-5.10.0-19-armmp-di isofs-modules-5.10.0-19-armmp-di jfs-modules-5.10.0-19-armmp-di fat-modules-5.10.0-19-armmp-di squashfs-modules-5.10.0-19-armmp-di udf-modules-5.10.0-19-armmp-di fuse-modules-5.10.0-19-armmp-di f2fs-modules-5.10.0-19-armmp-di md-modules-5.10.0-19-armmp-di multipath-modules-5.10.0-19-armmp-di usb-modules-5.10.0-19-armmp-di usb-storage-modules-5.10.0-19-armmp-di fb-modules-5.10.0-19-armmp-di input-modules-5.10.0-19-armmp-di event-modules-5.10.0-19-armmp-di nic-usb-modules-5.10.0-19-armmp-di sata-modules-5.10.0-19-armmp-di i2c-modules-5.10.0-19-armmp-di crc-modules-5.10.0-19-armmp-di crypto-modules-5.10.0-19-armmp-di crypto-dm-modules-5.10.0-19-armmp-di efi-modules-5.10.0-19-armmp-di ata-modules-5.10.0-19-armmp-di mmc-modules-5.10.0-19-armmp-di nbd-modules-5.10.0-19-armmp-di uinput-modules-5.10.0-19-armmp-di leds-modules-5.10.0-19-armmp-di mtd-modules-5.10.0-19-armmp-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_armhf ABINAME='5.10.0-20' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-armmp-di nic-modules-5.10.0-20-armmp-di nic-wireless-modules-5.10.0-20-armmp-di nic-shared-modules-5.10.0-20-armmp-di usb-serial-modules-5.10.0-20-armmp-di ppp-modules-5.10.0-20-armmp-di pata-modules-5.10.0-20-armmp-di cdrom-core-modules-5.10.0-20-armmp-di scsi-core-modules-5.10.0-20-armmp-di scsi-modules-5.10.0-20-armmp-di scsi-nic-modules-5.10.0-20-armmp-di loop-modules-5.10.0-20-armmp-di btrfs-modules-5.10.0-20-armmp-di ext4-modules-5.10.0-20-armmp-di isofs-modules-5.10.0-20-armmp-di jfs-modules-5.10.0-20-armmp-di fat-modules-5.10.0-20-armmp-di squashfs-modules-5.10.0-20-armmp-di udf-modules-5.10.0-20-armmp-di fuse-modules-5.10.0-20-armmp-di f2fs-modules-5.10.0-20-armmp-di md-modules-5.10.0-20-armmp-di multipath-modules-5.10.0-20-armmp-di usb-modules-5.10.0-20-armmp-di usb-storage-modules-5.10.0-20-armmp-di fb-modules-5.10.0-20-armmp-di input-modules-5.10.0-20-armmp-di event-modules-5.10.0-20-armmp-di nic-usb-modules-5.10.0-20-armmp-di sata-modules-5.10.0-20-armmp-di i2c-modules-5.10.0-20-armmp-di crc-modules-5.10.0-20-armmp-di crypto-modules-5.10.0-20-armmp-di crypto-dm-modules-5.10.0-20-armmp-di efi-modules-5.10.0-20-armmp-di ata-modules-5.10.0-20-armmp-di mmc-modules-5.10.0-20-armmp-di nbd-modules-5.10.0-20-armmp-di uinput-modules-5.10.0-20-armmp-di leds-modules-5.10.0-20-armmp-di mtd-modules-5.10.0-20-armmp-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_armhf ABINAME='5.10.0-20' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-armmp-di nic-modules-5.10.0-20-armmp-di nic-wireless-modules-5.10.0-20-armmp-di nic-shared-modules-5.10.0-20-armmp-di usb-serial-modules-5.10.0-20-armmp-di ppp-modules-5.10.0-20-armmp-di pata-modules-5.10.0-20-armmp-di cdrom-core-modules-5.10.0-20-armmp-di scsi-core-modules-5.10.0-20-armmp-di scsi-modules-5.10.0-20-armmp-di scsi-nic-modules-5.10.0-20-armmp-di loop-modules-5.10.0-20-armmp-di btrfs-modules-5.10.0-20-armmp-di ext4-modules-5.10.0-20-armmp-di isofs-modules-5.10.0-20-armmp-di jfs-modules-5.10.0-20-armmp-di fat-modules-5.10.0-20-armmp-di squashfs-modules-5.10.0-20-armmp-di udf-modules-5.10.0-20-armmp-di fuse-modules-5.10.0-20-armmp-di f2fs-modules-5.10.0-20-armmp-di md-modules-5.10.0-20-armmp-di multipath-modules-5.10.0-20-armmp-di usb-modules-5.10.0-20-armmp-di usb-storage-modules-5.10.0-20-armmp-di fb-modules-5.10.0-20-armmp-di input-modules-5.10.0-20-armmp-di event-modules-5.10.0-20-armmp-di nic-usb-modules-5.10.0-20-armmp-di sata-modules-5.10.0-20-armmp-di i2c-modules-5.10.0-20-armmp-di crc-modules-5.10.0-20-armmp-di crypto-modules-5.10.0-20-armmp-di crypto-dm-modules-5.10.0-20-armmp-di efi-modules-5.10.0-20-armmp-di ata-modules-5.10.0-20-armmp-di mmc-modules-5.10.0-20-armmp-di nbd-modules-5.10.0-20-armmp-di uinput-modules-5.10.0-20-armmp-di leds-modules-5.10.0-20-armmp-di mtd-modules-5.10.0-20-armmp-di' UDEB_UNSIGNED_TEST_BUILD=False
  binary-arch_armhf_extra::
        $(MAKE) -f debian/rules.real install-dummy ARCH='armhf' DH_OPTIONS='-plinux-compiler-gcc-10-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='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -binary-arch_armhf_none_armmp_real::
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -binary-arch_armhf_none_real:
  binary-arch_armhf_real:: setup_armhf
  binary-arch_armhf_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -binary-arch_armhf_rt: binary-arch_armhf_rt_armmp binary-arch_armhf_rt_real
 -binary-arch_armhf_rt_armmp: binary-arch_armhf_rt_armmp_real
 -binary-arch_armhf_rt_armmp_real::
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -binary-arch_armhf_rt_real:
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_hppa:: binary-arch_hppa_extra binary-arch_hppa_none binary-arch_hppa_real
  binary-arch_hppa::
-       $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='5.10.0-19' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-parisc-di nic-modules-5.10.0-19-parisc-di nic-shared-modules-5.10.0-19-parisc-di serial-modules-5.10.0-19-parisc-di usb-serial-modules-5.10.0-19-parisc-di ppp-modules-5.10.0-19-parisc-di pata-modules-5.10.0-19-parisc-di cdrom-core-modules-5.10.0-19-parisc-di scsi-core-modules-5.10.0-19-parisc-di scsi-modules-5.10.0-19-parisc-di loop-modules-5.10.0-19-parisc-di btrfs-modules-5.10.0-19-parisc-di ext4-modules-5.10.0-19-parisc-di isofs-modules-5.10.0-19-parisc-di jfs-modules-5.10.0-19-parisc-di xfs-modules-5.10.0-19-parisc-di fat-modules-5.10.0-19-parisc-di squashfs-modules-5.10.0-19-parisc-di fuse-modules-5.10.0-19-parisc-di f2fs-modules-5.10.0-19-parisc-di md-modules-5.10.0-19-parisc-di multipath-modules-5.10.0-19-parisc-di usb-modules-5.10.0-19-parisc-di usb-storage-modules-5.10.0-19-parisc-di input-modules-5.10.0-19-parisc-di event-modules-5.10.0-19-parisc-di mouse-modules-5.10.0-19-parisc-di nic-usb-modules-5.10.0-19-parisc-di sata-modules-5.10.0-19-parisc-di crc-modules-5.10.0-19-parisc-di crypto-modules-5.10.0-19-parisc-di crypto-dm-modules-5.10.0-19-parisc-di ata-modules-5.10.0-19-parisc-di nbd-modules-5.10.0-19-parisc-di kernel-image-5.10.0-19-parisc64-di nic-modules-5.10.0-19-parisc64-di nic-shared-modules-5.10.0-19-parisc64-di serial-modules-5.10.0-19-parisc64-di usb-serial-modules-5.10.0-19-parisc64-di ppp-modules-5.10.0-19-parisc64-di pata-modules-5.10.0-19-parisc64-di cdrom-core-modules-5.10.0-19-parisc64-di scsi-core-modules-5.10.0-19-parisc64-di scsi-modules-5.10.0-19-parisc64-di loop-modules-5.10.0-19-parisc64-di btrfs-modules-5.10.0-19-parisc64-di ext4-modules-5.10.0-19-parisc64-di isofs-modules-5.10.0-19-parisc64-di jfs-modules-5.10.0-19-parisc64-di xfs-modules-5.10.0-19-parisc64-di fat-modules-5.10.0-19-parisc64-di squashfs-modules-5.10.0-19-parisc64-di fuse-modules-5.10.0-19-parisc64-di f2fs-modules-5.10.0-19-parisc64-di md-modules-5.10.0-19-parisc64-di multipath-modules-5.10.0-19-parisc64-di usb-modules-5.10.0-19-parisc64-di usb-storage-modules-5.10.0-19-parisc64-di fb-modules-5.10.0-19-parisc64-di input-modules-5.10.0-19-parisc64-di event-modules-5.10.0-19-parisc64-di mouse-modules-5.10.0-19-parisc64-di nic-usb-modules-5.10.0-19-parisc64-di sata-modules-5.10.0-19-parisc64-di crc-modules-5.10.0-19-parisc64-di crypto-modules-5.10.0-19-parisc64-di crypto-dm-modules-5.10.0-19-parisc64-di ata-modules-5.10.0-19-parisc64-di nbd-modules-5.10.0-19-parisc64-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='5.10.0-20' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-parisc-di nic-modules-5.10.0-20-parisc-di nic-shared-modules-5.10.0-20-parisc-di serial-modules-5.10.0-20-parisc-di usb-serial-modules-5.10.0-20-parisc-di ppp-modules-5.10.0-20-parisc-di pata-modules-5.10.0-20-parisc-di cdrom-core-modules-5.10.0-20-parisc-di scsi-core-modules-5.10.0-20-parisc-di scsi-modules-5.10.0-20-parisc-di loop-modules-5.10.0-20-parisc-di btrfs-modules-5.10.0-20-parisc-di ext4-modules-5.10.0-20-parisc-di isofs-modules-5.10.0-20-parisc-di jfs-modules-5.10.0-20-parisc-di xfs-modules-5.10.0-20-parisc-di fat-modules-5.10.0-20-parisc-di squashfs-modules-5.10.0-20-parisc-di fuse-modules-5.10.0-20-parisc-di f2fs-modules-5.10.0-20-parisc-di md-modules-5.10.0-20-parisc-di multipath-modules-5.10.0-20-parisc-di usb-modules-5.10.0-20-parisc-di usb-storage-modules-5.10.0-20-parisc-di input-modules-5.10.0-20-parisc-di event-modules-5.10.0-20-parisc-di mouse-modules-5.10.0-20-parisc-di nic-usb-modules-5.10.0-20-parisc-di sata-modules-5.10.0-20-parisc-di crc-modules-5.10.0-20-parisc-di crypto-modules-5.10.0-20-parisc-di crypto-dm-modules-5.10.0-20-parisc-di ata-modules-5.10.0-20-parisc-di nbd-modules-5.10.0-20-parisc-di kernel-image-5.10.0-20-parisc64-di nic-modules-5.10.0-20-parisc64-di nic-shared-modules-5.10.0-20-parisc64-di serial-modules-5.10.0-20-parisc64-di usb-serial-modules-5.10.0-20-parisc64-di ppp-modules-5.10.0-20-parisc64-di pata-modules-5.10.0-20-parisc64-di cdrom-core-modules-5.10.0-20-parisc64-di scsi-core-modules-5.10.0-20-parisc64-di scsi-modules-5.10.0-20-parisc64-di loop-modules-5.10.0-20-parisc64-di btrfs-modules-5.10.0-20-parisc64-di ext4-modules-5.10.0-20-parisc64-di isofs-modules-5.10.0-20-parisc64-di jfs-modules-5.10.0-20-parisc64-di xfs-modules-5.10.0-20-parisc64-di fat-modules-5.10.0-20-parisc64-di squashfs-modules-5.10.0-20-parisc64-di fuse-modules-5.10.0-20-parisc64-di f2fs-modules-5.10.0-20-parisc64-di md-modules-5.10.0-20-parisc64-di multipath-modules-5.10.0-20-parisc64-di usb-modules-5.10.0-20-parisc64-di usb-storage-modules-5.10.0-20-parisc64-di fb-modules-5.10.0-20-parisc64-di input-modules-5.10.0-20-parisc64-di event-modules-5.10.0-20-parisc64-di mouse-modules-5.10.0-20-parisc64-di nic-usb-modules-5.10.0-20-parisc64-di sata-modules-5.10.0-20-parisc64-di crc-modules-5.10.0-20-parisc64-di crypto-modules-5.10.0-20-parisc64-di crypto-dm-modules-5.10.0-20-parisc64-di ata-modules-5.10.0-20-parisc64-di nbd-modules-5.10.0-20-parisc64-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='5.10.0-20' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-parisc-di nic-modules-5.10.0-20-parisc-di nic-shared-modules-5.10.0-20-parisc-di serial-modules-5.10.0-20-parisc-di usb-serial-modules-5.10.0-20-parisc-di ppp-modules-5.10.0-20-parisc-di pata-modules-5.10.0-20-parisc-di cdrom-core-modules-5.10.0-20-parisc-di scsi-core-modules-5.10.0-20-parisc-di scsi-modules-5.10.0-20-parisc-di loop-modules-5.10.0-20-parisc-di btrfs-modules-5.10.0-20-parisc-di ext4-modules-5.10.0-20-parisc-di isofs-modules-5.10.0-20-parisc-di jfs-modules-5.10.0-20-parisc-di xfs-modules-5.10.0-20-parisc-di fat-modules-5.10.0-20-parisc-di squashfs-modules-5.10.0-20-parisc-di fuse-modules-5.10.0-20-parisc-di f2fs-modules-5.10.0-20-parisc-di md-modules-5.10.0-20-parisc-di multipath-modules-5.10.0-20-parisc-di usb-modules-5.10.0-20-parisc-di usb-storage-modules-5.10.0-20-parisc-di input-modules-5.10.0-20-parisc-di event-modules-5.10.0-20-parisc-di mouse-modules-5.10.0-20-parisc-di nic-usb-modules-5.10.0-20-parisc-di sata-modules-5.10.0-20-parisc-di crc-modules-5.10.0-20-parisc-di crypto-modules-5.10.0-20-parisc-di crypto-dm-modules-5.10.0-20-parisc-di ata-modules-5.10.0-20-parisc-di nbd-modules-5.10.0-20-parisc-di kernel-image-5.10.0-20-parisc64-di nic-modules-5.10.0-20-parisc64-di nic-shared-modules-5.10.0-20-parisc64-di serial-modules-5.10.0-20-parisc64-di usb-serial-modules-5.10.0-20-parisc64-di ppp-modules-5.10.0-20-parisc64-di pata-modules-5.10.0-20-parisc64-di cdrom-core-modules-5.10.0-20-parisc64-di scsi-core-modules-5.10.0-20-parisc64-di scsi-modules-5.10.0-20-parisc64-di loop-modules-5.10.0-20-parisc64-di btrfs-modules-5.10.0-20-parisc64-di ext4-modules-5.10.0-20-parisc64-di isofs-modules-5.10.0-20-parisc64-di jfs-modules-5.10.0-20-parisc64-di xfs-modules-5.10.0-20-parisc64-di fat-modules-5.10.0-20-parisc64-di squashfs-modules-5.10.0-20-parisc64-di fuse-modules-5.10.0-20-parisc64-di f2fs-modules-5.10.0-20-parisc64-di md-modules-5.10.0-20-parisc64-di multipath-modules-5.10.0-20-parisc64-di usb-modules-5.10.0-20-parisc64-di usb-storage-modules-5.10.0-20-parisc64-di fb-modules-5.10.0-20-parisc64-di input-modules-5.10.0-20-parisc64-di event-modules-5.10.0-20-parisc64-di mouse-modules-5.10.0-20-parisc64-di nic-usb-modules-5.10.0-20-parisc64-di sata-modules-5.10.0-20-parisc64-di crc-modules-5.10.0-20-parisc64-di crypto-modules-5.10.0-20-parisc64-di crypto-dm-modules-5.10.0-20-parisc64-di ata-modules-5.10.0-20-parisc64-di nbd-modules-5.10.0-20-parisc64-di' UDEB_UNSIGNED_TEST_BUILD=False
  binary-arch_hppa_extra::
        $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-image-parisc64-smp'
        $(MAKE) -f debian/rules.real install-dummy ARCH='hppa' DH_OPTIONS='-plinux-image-parisc-smp'
@@@ -96,591 -109,604 +96,591 @@@ binary-arch_hppa_none: binary-arch_hppa
  binary-arch_hppa_none_parisc: binary-arch_hppa_none_parisc_real
  binary-arch_hppa_none_parisc64: binary-arch_hppa_none_parisc64_real
  binary-arch_hppa_none_parisc64_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_hppa_none_parisc_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_hppa_none_real:
  binary-arch_hppa_real:: setup_hppa
  binary-arch_hppa_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_i386:: binary-arch_i386_extra binary-arch_i386_none binary-arch_i386_real binary-arch_i386_rt
  binary-arch_i386::
-       $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='5.10.0-19' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-686-di nic-modules-5.10.0-19-686-di nic-wireless-modules-5.10.0-19-686-di nic-shared-modules-5.10.0-19-686-di serial-modules-5.10.0-19-686-di usb-serial-modules-5.10.0-19-686-di ppp-modules-5.10.0-19-686-di pata-modules-5.10.0-19-686-di cdrom-core-modules-5.10.0-19-686-di firewire-core-modules-5.10.0-19-686-di scsi-core-modules-5.10.0-19-686-di scsi-modules-5.10.0-19-686-di scsi-nic-modules-5.10.0-19-686-di loop-modules-5.10.0-19-686-di btrfs-modules-5.10.0-19-686-di ext4-modules-5.10.0-19-686-di isofs-modules-5.10.0-19-686-di jfs-modules-5.10.0-19-686-di xfs-modules-5.10.0-19-686-di fat-modules-5.10.0-19-686-di squashfs-modules-5.10.0-19-686-di udf-modules-5.10.0-19-686-di fuse-modules-5.10.0-19-686-di f2fs-modules-5.10.0-19-686-di md-modules-5.10.0-19-686-di multipath-modules-5.10.0-19-686-di usb-modules-5.10.0-19-686-di usb-storage-modules-5.10.0-19-686-di pcmcia-storage-modules-5.10.0-19-686-di fb-modules-5.10.0-19-686-di input-modules-5.10.0-19-686-di event-modules-5.10.0-19-686-di mouse-modules-5.10.0-19-686-di nic-pcmcia-modules-5.10.0-19-686-di pcmcia-modules-5.10.0-19-686-di nic-usb-modules-5.10.0-19-686-di sata-modules-5.10.0-19-686-di acpi-modules-5.10.0-19-686-di i2c-modules-5.10.0-19-686-di crc-modules-5.10.0-19-686-di crypto-modules-5.10.0-19-686-di crypto-dm-modules-5.10.0-19-686-di efi-modules-5.10.0-19-686-di ata-modules-5.10.0-19-686-di mmc-core-modules-5.10.0-19-686-di mmc-modules-5.10.0-19-686-di nbd-modules-5.10.0-19-686-di speakup-modules-5.10.0-19-686-di uinput-modules-5.10.0-19-686-di sound-modules-5.10.0-19-686-di mtd-core-modules-5.10.0-19-686-di rfkill-modules-5.10.0-19-686-di kernel-image-5.10.0-19-686-pae-di nic-modules-5.10.0-19-686-pae-di nic-wireless-modules-5.10.0-19-686-pae-di nic-shared-modules-5.10.0-19-686-pae-di serial-modules-5.10.0-19-686-pae-di usb-serial-modules-5.10.0-19-686-pae-di ppp-modules-5.10.0-19-686-pae-di pata-modules-5.10.0-19-686-pae-di cdrom-core-modules-5.10.0-19-686-pae-di firewire-core-modules-5.10.0-19-686-pae-di scsi-core-modules-5.10.0-19-686-pae-di scsi-modules-5.10.0-19-686-pae-di scsi-nic-modules-5.10.0-19-686-pae-di loop-modules-5.10.0-19-686-pae-di btrfs-modules-5.10.0-19-686-pae-di ext4-modules-5.10.0-19-686-pae-di isofs-modules-5.10.0-19-686-pae-di jfs-modules-5.10.0-19-686-pae-di xfs-modules-5.10.0-19-686-pae-di fat-modules-5.10.0-19-686-pae-di squashfs-modules-5.10.0-19-686-pae-di udf-modules-5.10.0-19-686-pae-di fuse-modules-5.10.0-19-686-pae-di f2fs-modules-5.10.0-19-686-pae-di md-modules-5.10.0-19-686-pae-di multipath-modules-5.10.0-19-686-pae-di usb-modules-5.10.0-19-686-pae-di usb-storage-modules-5.10.0-19-686-pae-di pcmcia-storage-modules-5.10.0-19-686-pae-di fb-modules-5.10.0-19-686-pae-di input-modules-5.10.0-19-686-pae-di event-modules-5.10.0-19-686-pae-di mouse-modules-5.10.0-19-686-pae-di nic-pcmcia-modules-5.10.0-19-686-pae-di pcmcia-modules-5.10.0-19-686-pae-di nic-usb-modules-5.10.0-19-686-pae-di sata-modules-5.10.0-19-686-pae-di acpi-modules-5.10.0-19-686-pae-di i2c-modules-5.10.0-19-686-pae-di crc-modules-5.10.0-19-686-pae-di crypto-modules-5.10.0-19-686-pae-di crypto-dm-modules-5.10.0-19-686-pae-di efi-modules-5.10.0-19-686-pae-di ata-modules-5.10.0-19-686-pae-di mmc-core-modules-5.10.0-19-686-pae-di mmc-modules-5.10.0-19-686-pae-di nbd-modules-5.10.0-19-686-pae-di speakup-modules-5.10.0-19-686-pae-di uinput-modules-5.10.0-19-686-pae-di sound-modules-5.10.0-19-686-pae-di mtd-core-modules-5.10.0-19-686-pae-di rfkill-modules-5.10.0-19-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=True
 -      $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-686-di nic-modules-5.10.0-20-686-di nic-wireless-modules-5.10.0-20-686-di nic-shared-modules-5.10.0-20-686-di serial-modules-5.10.0-20-686-di usb-serial-modules-5.10.0-20-686-di ppp-modules-5.10.0-20-686-di pata-modules-5.10.0-20-686-di cdrom-core-modules-5.10.0-20-686-di firewire-core-modules-5.10.0-20-686-di scsi-core-modules-5.10.0-20-686-di scsi-modules-5.10.0-20-686-di scsi-nic-modules-5.10.0-20-686-di loop-modules-5.10.0-20-686-di btrfs-modules-5.10.0-20-686-di ext4-modules-5.10.0-20-686-di isofs-modules-5.10.0-20-686-di jfs-modules-5.10.0-20-686-di xfs-modules-5.10.0-20-686-di fat-modules-5.10.0-20-686-di squashfs-modules-5.10.0-20-686-di udf-modules-5.10.0-20-686-di fuse-modules-5.10.0-20-686-di f2fs-modules-5.10.0-20-686-di md-modules-5.10.0-20-686-di multipath-modules-5.10.0-20-686-di usb-modules-5.10.0-20-686-di usb-storage-modules-5.10.0-20-686-di pcmcia-storage-modules-5.10.0-20-686-di fb-modules-5.10.0-20-686-di input-modules-5.10.0-20-686-di event-modules-5.10.0-20-686-di mouse-modules-5.10.0-20-686-di nic-pcmcia-modules-5.10.0-20-686-di pcmcia-modules-5.10.0-20-686-di nic-usb-modules-5.10.0-20-686-di sata-modules-5.10.0-20-686-di acpi-modules-5.10.0-20-686-di i2c-modules-5.10.0-20-686-di crc-modules-5.10.0-20-686-di crypto-modules-5.10.0-20-686-di crypto-dm-modules-5.10.0-20-686-di efi-modules-5.10.0-20-686-di ata-modules-5.10.0-20-686-di mmc-core-modules-5.10.0-20-686-di mmc-modules-5.10.0-20-686-di nbd-modules-5.10.0-20-686-di speakup-modules-5.10.0-20-686-di uinput-modules-5.10.0-20-686-di sound-modules-5.10.0-20-686-di mtd-core-modules-5.10.0-20-686-di rfkill-modules-5.10.0-20-686-di kernel-image-5.10.0-20-686-pae-di nic-modules-5.10.0-20-686-pae-di nic-wireless-modules-5.10.0-20-686-pae-di nic-shared-modules-5.10.0-20-686-pae-di serial-modules-5.10.0-20-686-pae-di usb-serial-modules-5.10.0-20-686-pae-di ppp-modules-5.10.0-20-686-pae-di pata-modules-5.10.0-20-686-pae-di cdrom-core-modules-5.10.0-20-686-pae-di firewire-core-modules-5.10.0-20-686-pae-di scsi-core-modules-5.10.0-20-686-pae-di scsi-modules-5.10.0-20-686-pae-di scsi-nic-modules-5.10.0-20-686-pae-di loop-modules-5.10.0-20-686-pae-di btrfs-modules-5.10.0-20-686-pae-di ext4-modules-5.10.0-20-686-pae-di isofs-modules-5.10.0-20-686-pae-di jfs-modules-5.10.0-20-686-pae-di xfs-modules-5.10.0-20-686-pae-di fat-modules-5.10.0-20-686-pae-di squashfs-modules-5.10.0-20-686-pae-di udf-modules-5.10.0-20-686-pae-di fuse-modules-5.10.0-20-686-pae-di f2fs-modules-5.10.0-20-686-pae-di md-modules-5.10.0-20-686-pae-di multipath-modules-5.10.0-20-686-pae-di usb-modules-5.10.0-20-686-pae-di usb-storage-modules-5.10.0-20-686-pae-di pcmcia-storage-modules-5.10.0-20-686-pae-di fb-modules-5.10.0-20-686-pae-di input-modules-5.10.0-20-686-pae-di event-modules-5.10.0-20-686-pae-di mouse-modules-5.10.0-20-686-pae-di nic-pcmcia-modules-5.10.0-20-686-pae-di pcmcia-modules-5.10.0-20-686-pae-di nic-usb-modules-5.10.0-20-686-pae-di sata-modules-5.10.0-20-686-pae-di acpi-modules-5.10.0-20-686-pae-di i2c-modules-5.10.0-20-686-pae-di crc-modules-5.10.0-20-686-pae-di crypto-modules-5.10.0-20-686-pae-di crypto-dm-modules-5.10.0-20-686-pae-di efi-modules-5.10.0-20-686-pae-di ata-modules-5.10.0-20-686-pae-di mmc-core-modules-5.10.0-20-686-pae-di mmc-modules-5.10.0-20-686-pae-di nbd-modules-5.10.0-20-686-pae-di speakup-modules-5.10.0-20-686-pae-di uinput-modules-5.10.0-20-686-pae-di sound-modules-5.10.0-20-686-pae-di mtd-core-modules-5.10.0-20-686-pae-di rfkill-modules-5.10.0-20-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=True
++      $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-686-di nic-modules-5.10.0-20-686-di nic-wireless-modules-5.10.0-20-686-di nic-shared-modules-5.10.0-20-686-di serial-modules-5.10.0-20-686-di usb-serial-modules-5.10.0-20-686-di ppp-modules-5.10.0-20-686-di pata-modules-5.10.0-20-686-di cdrom-core-modules-5.10.0-20-686-di firewire-core-modules-5.10.0-20-686-di scsi-core-modules-5.10.0-20-686-di scsi-modules-5.10.0-20-686-di scsi-nic-modules-5.10.0-20-686-di loop-modules-5.10.0-20-686-di btrfs-modules-5.10.0-20-686-di ext4-modules-5.10.0-20-686-di isofs-modules-5.10.0-20-686-di jfs-modules-5.10.0-20-686-di xfs-modules-5.10.0-20-686-di fat-modules-5.10.0-20-686-di squashfs-modules-5.10.0-20-686-di udf-modules-5.10.0-20-686-di fuse-modules-5.10.0-20-686-di f2fs-modules-5.10.0-20-686-di md-modules-5.10.0-20-686-di multipath-modules-5.10.0-20-686-di usb-modules-5.10.0-20-686-di usb-storage-modules-5.10.0-20-686-di pcmcia-storage-modules-5.10.0-20-686-di fb-modules-5.10.0-20-686-di input-modules-5.10.0-20-686-di event-modules-5.10.0-20-686-di mouse-modules-5.10.0-20-686-di nic-pcmcia-modules-5.10.0-20-686-di pcmcia-modules-5.10.0-20-686-di nic-usb-modules-5.10.0-20-686-di sata-modules-5.10.0-20-686-di acpi-modules-5.10.0-20-686-di i2c-modules-5.10.0-20-686-di crc-modules-5.10.0-20-686-di crypto-modules-5.10.0-20-686-di crypto-dm-modules-5.10.0-20-686-di efi-modules-5.10.0-20-686-di ata-modules-5.10.0-20-686-di mmc-core-modules-5.10.0-20-686-di mmc-modules-5.10.0-20-686-di nbd-modules-5.10.0-20-686-di speakup-modules-5.10.0-20-686-di uinput-modules-5.10.0-20-686-di sound-modules-5.10.0-20-686-di mtd-core-modules-5.10.0-20-686-di rfkill-modules-5.10.0-20-686-di kernel-image-5.10.0-20-686-pae-di nic-modules-5.10.0-20-686-pae-di nic-wireless-modules-5.10.0-20-686-pae-di nic-shared-modules-5.10.0-20-686-pae-di serial-modules-5.10.0-20-686-pae-di usb-serial-modules-5.10.0-20-686-pae-di ppp-modules-5.10.0-20-686-pae-di pata-modules-5.10.0-20-686-pae-di cdrom-core-modules-5.10.0-20-686-pae-di firewire-core-modules-5.10.0-20-686-pae-di scsi-core-modules-5.10.0-20-686-pae-di scsi-modules-5.10.0-20-686-pae-di scsi-nic-modules-5.10.0-20-686-pae-di loop-modules-5.10.0-20-686-pae-di btrfs-modules-5.10.0-20-686-pae-di ext4-modules-5.10.0-20-686-pae-di isofs-modules-5.10.0-20-686-pae-di jfs-modules-5.10.0-20-686-pae-di xfs-modules-5.10.0-20-686-pae-di fat-modules-5.10.0-20-686-pae-di squashfs-modules-5.10.0-20-686-pae-di udf-modules-5.10.0-20-686-pae-di fuse-modules-5.10.0-20-686-pae-di f2fs-modules-5.10.0-20-686-pae-di md-modules-5.10.0-20-686-pae-di multipath-modules-5.10.0-20-686-pae-di usb-modules-5.10.0-20-686-pae-di usb-storage-modules-5.10.0-20-686-pae-di pcmcia-storage-modules-5.10.0-20-686-pae-di fb-modules-5.10.0-20-686-pae-di input-modules-5.10.0-20-686-pae-di event-modules-5.10.0-20-686-pae-di mouse-modules-5.10.0-20-686-pae-di nic-pcmcia-modules-5.10.0-20-686-pae-di pcmcia-modules-5.10.0-20-686-pae-di nic-usb-modules-5.10.0-20-686-pae-di sata-modules-5.10.0-20-686-pae-di acpi-modules-5.10.0-20-686-pae-di i2c-modules-5.10.0-20-686-pae-di crc-modules-5.10.0-20-686-pae-di crypto-modules-5.10.0-20-686-pae-di crypto-dm-modules-5.10.0-20-686-pae-di efi-modules-5.10.0-20-686-pae-di ata-modules-5.10.0-20-686-pae-di mmc-core-modules-5.10.0-20-686-pae-di mmc-modules-5.10.0-20-686-pae-di nbd-modules-5.10.0-20-686-pae-di speakup-modules-5.10.0-20-686-pae-di uinput-modules-5.10.0-20-686-pae-di sound-modules-5.10.0-20-686-pae-di mtd-core-modules-5.10.0-20-686-pae-di rfkill-modules-5.10.0-20-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=True
  binary-arch_i386::
-       $(MAKE) -f debian/rules.real install-signed-template_i386 ABINAME='5.10.0-19' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real install-signed-template_i386 ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real install-signed-template_i386 ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_i386_extra::
        $(MAKE) -f debian/rules.real install-dummy ARCH='i386' DH_OPTIONS='-plinux-compiler-gcc-10-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='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_i386_none_686_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_i386_none_real:
  binary-arch_i386_real:: setup_i386
  binary-arch_i386_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_i386_rt_real:
  binary-arch_ia64:: binary-arch_ia64_none binary-arch_ia64_real
  binary-arch_ia64::
-       $(MAKE) -f debian/rules.real install-udeb_ia64 ABINAME='5.10.0-19' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-itanium-di nic-modules-5.10.0-19-itanium-di nic-shared-modules-5.10.0-19-itanium-di serial-modules-5.10.0-19-itanium-di usb-serial-modules-5.10.0-19-itanium-di ppp-modules-5.10.0-19-itanium-di pata-modules-5.10.0-19-itanium-di cdrom-core-modules-5.10.0-19-itanium-di firewire-core-modules-5.10.0-19-itanium-di scsi-core-modules-5.10.0-19-itanium-di scsi-modules-5.10.0-19-itanium-di scsi-nic-modules-5.10.0-19-itanium-di loop-modules-5.10.0-19-itanium-di btrfs-modules-5.10.0-19-itanium-di ext4-modules-5.10.0-19-itanium-di isofs-modules-5.10.0-19-itanium-di jfs-modules-5.10.0-19-itanium-di xfs-modules-5.10.0-19-itanium-di fat-modules-5.10.0-19-itanium-di squashfs-modules-5.10.0-19-itanium-di udf-modules-5.10.0-19-itanium-di fuse-modules-5.10.0-19-itanium-di f2fs-modules-5.10.0-19-itanium-di md-modules-5.10.0-19-itanium-di multipath-modules-5.10.0-19-itanium-di usb-modules-5.10.0-19-itanium-di usb-storage-modules-5.10.0-19-itanium-di fb-modules-5.10.0-19-itanium-di input-modules-5.10.0-19-itanium-di event-modules-5.10.0-19-itanium-di mouse-modules-5.10.0-19-itanium-di pcmcia-modules-5.10.0-19-itanium-di nic-usb-modules-5.10.0-19-itanium-di sata-modules-5.10.0-19-itanium-di i2c-modules-5.10.0-19-itanium-di crc-modules-5.10.0-19-itanium-di crypto-modules-5.10.0-19-itanium-di crypto-dm-modules-5.10.0-19-itanium-di ata-modules-5.10.0-19-itanium-di nbd-modules-5.10.0-19-itanium-di uinput-modules-5.10.0-19-itanium-di mtd-core-modules-5.10.0-19-itanium-di ide-core-modules-5.10.0-19-itanium-di ide-modules-5.10.0-19-itanium-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_ia64 ABINAME='5.10.0-20' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-itanium-di nic-modules-5.10.0-20-itanium-di nic-shared-modules-5.10.0-20-itanium-di serial-modules-5.10.0-20-itanium-di usb-serial-modules-5.10.0-20-itanium-di ppp-modules-5.10.0-20-itanium-di pata-modules-5.10.0-20-itanium-di cdrom-core-modules-5.10.0-20-itanium-di firewire-core-modules-5.10.0-20-itanium-di scsi-core-modules-5.10.0-20-itanium-di scsi-modules-5.10.0-20-itanium-di scsi-nic-modules-5.10.0-20-itanium-di loop-modules-5.10.0-20-itanium-di btrfs-modules-5.10.0-20-itanium-di ext4-modules-5.10.0-20-itanium-di isofs-modules-5.10.0-20-itanium-di jfs-modules-5.10.0-20-itanium-di xfs-modules-5.10.0-20-itanium-di fat-modules-5.10.0-20-itanium-di squashfs-modules-5.10.0-20-itanium-di udf-modules-5.10.0-20-itanium-di fuse-modules-5.10.0-20-itanium-di f2fs-modules-5.10.0-20-itanium-di md-modules-5.10.0-20-itanium-di multipath-modules-5.10.0-20-itanium-di usb-modules-5.10.0-20-itanium-di usb-storage-modules-5.10.0-20-itanium-di fb-modules-5.10.0-20-itanium-di input-modules-5.10.0-20-itanium-di event-modules-5.10.0-20-itanium-di mouse-modules-5.10.0-20-itanium-di pcmcia-modules-5.10.0-20-itanium-di nic-usb-modules-5.10.0-20-itanium-di sata-modules-5.10.0-20-itanium-di i2c-modules-5.10.0-20-itanium-di crc-modules-5.10.0-20-itanium-di crypto-modules-5.10.0-20-itanium-di crypto-dm-modules-5.10.0-20-itanium-di ata-modules-5.10.0-20-itanium-di nbd-modules-5.10.0-20-itanium-di uinput-modules-5.10.0-20-itanium-di mtd-core-modules-5.10.0-20-itanium-di ide-core-modules-5.10.0-20-itanium-di ide-modules-5.10.0-20-itanium-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_ia64 ABINAME='5.10.0-20' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-itanium-di nic-modules-5.10.0-20-itanium-di nic-shared-modules-5.10.0-20-itanium-di serial-modules-5.10.0-20-itanium-di usb-serial-modules-5.10.0-20-itanium-di ppp-modules-5.10.0-20-itanium-di pata-modules-5.10.0-20-itanium-di cdrom-core-modules-5.10.0-20-itanium-di firewire-core-modules-5.10.0-20-itanium-di scsi-core-modules-5.10.0-20-itanium-di scsi-modules-5.10.0-20-itanium-di scsi-nic-modules-5.10.0-20-itanium-di loop-modules-5.10.0-20-itanium-di btrfs-modules-5.10.0-20-itanium-di ext4-modules-5.10.0-20-itanium-di isofs-modules-5.10.0-20-itanium-di jfs-modules-5.10.0-20-itanium-di xfs-modules-5.10.0-20-itanium-di fat-modules-5.10.0-20-itanium-di squashfs-modules-5.10.0-20-itanium-di udf-modules-5.10.0-20-itanium-di fuse-modules-5.10.0-20-itanium-di f2fs-modules-5.10.0-20-itanium-di md-modules-5.10.0-20-itanium-di multipath-modules-5.10.0-20-itanium-di usb-modules-5.10.0-20-itanium-di usb-storage-modules-5.10.0-20-itanium-di fb-modules-5.10.0-20-itanium-di input-modules-5.10.0-20-itanium-di event-modules-5.10.0-20-itanium-di mouse-modules-5.10.0-20-itanium-di pcmcia-modules-5.10.0-20-itanium-di nic-usb-modules-5.10.0-20-itanium-di sata-modules-5.10.0-20-itanium-di i2c-modules-5.10.0-20-itanium-di crc-modules-5.10.0-20-itanium-di crypto-modules-5.10.0-20-itanium-di crypto-dm-modules-5.10.0-20-itanium-di ata-modules-5.10.0-20-itanium-di nbd-modules-5.10.0-20-itanium-di uinput-modules-5.10.0-20-itanium-di mtd-core-modules-5.10.0-20-itanium-di ide-core-modules-5.10.0-20-itanium-di ide-modules-5.10.0-20-itanium-di' UDEB_UNSIGNED_TEST_BUILD=False
  binary-arch_ia64_none: binary-arch_ia64_none_itanium binary-arch_ia64_none_mckinley binary-arch_ia64_none_real
  binary-arch_ia64_none_itanium: binary-arch_ia64_none_itanium_real
  binary-arch_ia64_none_itanium_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_ia64_none_mckinley: binary-arch_ia64_none_mckinley_real
  binary-arch_ia64_none_mckinley_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_ia64_none_real:
  binary-arch_ia64_real:: setup_ia64
  binary-arch_ia64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_m68k:: binary-arch_m68k_none binary-arch_m68k_real
  binary-arch_m68k::
-       $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='5.10.0-19' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-m68k-di nic-modules-5.10.0-19-m68k-di nic-shared-modules-5.10.0-19-m68k-di ppp-modules-5.10.0-19-m68k-di pata-modules-5.10.0-19-m68k-di cdrom-core-modules-5.10.0-19-m68k-di scsi-core-modules-5.10.0-19-m68k-di scsi-modules-5.10.0-19-m68k-di loop-modules-5.10.0-19-m68k-di btrfs-modules-5.10.0-19-m68k-di ext4-modules-5.10.0-19-m68k-di isofs-modules-5.10.0-19-m68k-di fat-modules-5.10.0-19-m68k-di hfs-modules-5.10.0-19-m68k-di affs-modules-5.10.0-19-m68k-di squashfs-modules-5.10.0-19-m68k-di udf-modules-5.10.0-19-m68k-di fuse-modules-5.10.0-19-m68k-di md-modules-5.10.0-19-m68k-di crc-modules-5.10.0-19-m68k-di crypto-modules-5.10.0-19-m68k-di ata-modules-5.10.0-19-m68k-di nbd-modules-5.10.0-19-m68k-di ide-core-modules-5.10.0-19-m68k-di ide-modules-5.10.0-19-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='5.10.0-20' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-m68k-di nic-modules-5.10.0-20-m68k-di nic-shared-modules-5.10.0-20-m68k-di ppp-modules-5.10.0-20-m68k-di pata-modules-5.10.0-20-m68k-di cdrom-core-modules-5.10.0-20-m68k-di scsi-core-modules-5.10.0-20-m68k-di scsi-modules-5.10.0-20-m68k-di loop-modules-5.10.0-20-m68k-di btrfs-modules-5.10.0-20-m68k-di ext4-modules-5.10.0-20-m68k-di isofs-modules-5.10.0-20-m68k-di fat-modules-5.10.0-20-m68k-di hfs-modules-5.10.0-20-m68k-di affs-modules-5.10.0-20-m68k-di squashfs-modules-5.10.0-20-m68k-di udf-modules-5.10.0-20-m68k-di fuse-modules-5.10.0-20-m68k-di md-modules-5.10.0-20-m68k-di crc-modules-5.10.0-20-m68k-di crypto-modules-5.10.0-20-m68k-di ata-modules-5.10.0-20-m68k-di nbd-modules-5.10.0-20-m68k-di ide-core-modules-5.10.0-20-m68k-di ide-modules-5.10.0-20-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='5.10.0-20' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-m68k-di nic-modules-5.10.0-20-m68k-di nic-shared-modules-5.10.0-20-m68k-di ppp-modules-5.10.0-20-m68k-di pata-modules-5.10.0-20-m68k-di cdrom-core-modules-5.10.0-20-m68k-di scsi-core-modules-5.10.0-20-m68k-di scsi-modules-5.10.0-20-m68k-di loop-modules-5.10.0-20-m68k-di btrfs-modules-5.10.0-20-m68k-di ext4-modules-5.10.0-20-m68k-di isofs-modules-5.10.0-20-m68k-di fat-modules-5.10.0-20-m68k-di hfs-modules-5.10.0-20-m68k-di affs-modules-5.10.0-20-m68k-di squashfs-modules-5.10.0-20-m68k-di udf-modules-5.10.0-20-m68k-di fuse-modules-5.10.0-20-m68k-di md-modules-5.10.0-20-m68k-di crc-modules-5.10.0-20-m68k-di crypto-modules-5.10.0-20-m68k-di ata-modules-5.10.0-20-m68k-di nbd-modules-5.10.0-20-m68k-di ide-core-modules-5.10.0-20-m68k-di ide-modules-5.10.0-20-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='5.10.0-19' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_m68k_none_real:
  binary-arch_m68k_real:: setup_m68k
  binary-arch_m68k_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips:: binary-arch_mips_none binary-arch_mips_real
  binary-arch_mips::
-       $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='5.10.0-19' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-4kc-malta-di nic-modules-5.10.0-19-4kc-malta-di nic-wireless-modules-5.10.0-19-4kc-malta-di nic-shared-modules-5.10.0-19-4kc-malta-di usb-serial-modules-5.10.0-19-4kc-malta-di ppp-modules-5.10.0-19-4kc-malta-di pata-modules-5.10.0-19-4kc-malta-di cdrom-core-modules-5.10.0-19-4kc-malta-di scsi-core-modules-5.10.0-19-4kc-malta-di scsi-modules-5.10.0-19-4kc-malta-di scsi-nic-modules-5.10.0-19-4kc-malta-di loop-modules-5.10.0-19-4kc-malta-di btrfs-modules-5.10.0-19-4kc-malta-di ext4-modules-5.10.0-19-4kc-malta-di isofs-modules-5.10.0-19-4kc-malta-di jfs-modules-5.10.0-19-4kc-malta-di xfs-modules-5.10.0-19-4kc-malta-di fat-modules-5.10.0-19-4kc-malta-di affs-modules-5.10.0-19-4kc-malta-di minix-modules-5.10.0-19-4kc-malta-di squashfs-modules-5.10.0-19-4kc-malta-di udf-modules-5.10.0-19-4kc-malta-di fuse-modules-5.10.0-19-4kc-malta-di f2fs-modules-5.10.0-19-4kc-malta-di md-modules-5.10.0-19-4kc-malta-di multipath-modules-5.10.0-19-4kc-malta-di usb-modules-5.10.0-19-4kc-malta-di usb-storage-modules-5.10.0-19-4kc-malta-di fb-modules-5.10.0-19-4kc-malta-di input-modules-5.10.0-19-4kc-malta-di event-modules-5.10.0-19-4kc-malta-di mouse-modules-5.10.0-19-4kc-malta-di nic-usb-modules-5.10.0-19-4kc-malta-di sata-modules-5.10.0-19-4kc-malta-di i2c-modules-5.10.0-19-4kc-malta-di crc-modules-5.10.0-19-4kc-malta-di crypto-modules-5.10.0-19-4kc-malta-di crypto-dm-modules-5.10.0-19-4kc-malta-di ata-modules-5.10.0-19-4kc-malta-di mmc-core-modules-5.10.0-19-4kc-malta-di mmc-modules-5.10.0-19-4kc-malta-di nbd-modules-5.10.0-19-4kc-malta-di sound-modules-5.10.0-19-4kc-malta-di mtd-core-modules-5.10.0-19-4kc-malta-di kernel-image-5.10.0-19-octeon-di nic-modules-5.10.0-19-octeon-di nic-wireless-modules-5.10.0-19-octeon-di nic-shared-modules-5.10.0-19-octeon-di usb-serial-modules-5.10.0-19-octeon-di ppp-modules-5.10.0-19-octeon-di pata-modules-5.10.0-19-octeon-di cdrom-core-modules-5.10.0-19-octeon-di scsi-core-modules-5.10.0-19-octeon-di scsi-modules-5.10.0-19-octeon-di scsi-nic-modules-5.10.0-19-octeon-di loop-modules-5.10.0-19-octeon-di btrfs-modules-5.10.0-19-octeon-di ext4-modules-5.10.0-19-octeon-di isofs-modules-5.10.0-19-octeon-di jfs-modules-5.10.0-19-octeon-di xfs-modules-5.10.0-19-octeon-di fat-modules-5.10.0-19-octeon-di affs-modules-5.10.0-19-octeon-di minix-modules-5.10.0-19-octeon-di squashfs-modules-5.10.0-19-octeon-di udf-modules-5.10.0-19-octeon-di fuse-modules-5.10.0-19-octeon-di f2fs-modules-5.10.0-19-octeon-di md-modules-5.10.0-19-octeon-di multipath-modules-5.10.0-19-octeon-di usb-modules-5.10.0-19-octeon-di usb-storage-modules-5.10.0-19-octeon-di input-modules-5.10.0-19-octeon-di event-modules-5.10.0-19-octeon-di nic-usb-modules-5.10.0-19-octeon-di sata-modules-5.10.0-19-octeon-di crc-modules-5.10.0-19-octeon-di crypto-modules-5.10.0-19-octeon-di crypto-dm-modules-5.10.0-19-octeon-di nbd-modules-5.10.0-19-octeon-di rtc-modules-5.10.0-19-octeon-di sound-modules-5.10.0-19-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='5.10.0-20' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-4kc-malta-di nic-modules-5.10.0-20-4kc-malta-di nic-wireless-modules-5.10.0-20-4kc-malta-di nic-shared-modules-5.10.0-20-4kc-malta-di usb-serial-modules-5.10.0-20-4kc-malta-di ppp-modules-5.10.0-20-4kc-malta-di pata-modules-5.10.0-20-4kc-malta-di cdrom-core-modules-5.10.0-20-4kc-malta-di scsi-core-modules-5.10.0-20-4kc-malta-di scsi-modules-5.10.0-20-4kc-malta-di scsi-nic-modules-5.10.0-20-4kc-malta-di loop-modules-5.10.0-20-4kc-malta-di btrfs-modules-5.10.0-20-4kc-malta-di ext4-modules-5.10.0-20-4kc-malta-di isofs-modules-5.10.0-20-4kc-malta-di jfs-modules-5.10.0-20-4kc-malta-di xfs-modules-5.10.0-20-4kc-malta-di fat-modules-5.10.0-20-4kc-malta-di affs-modules-5.10.0-20-4kc-malta-di minix-modules-5.10.0-20-4kc-malta-di squashfs-modules-5.10.0-20-4kc-malta-di udf-modules-5.10.0-20-4kc-malta-di fuse-modules-5.10.0-20-4kc-malta-di f2fs-modules-5.10.0-20-4kc-malta-di md-modules-5.10.0-20-4kc-malta-di multipath-modules-5.10.0-20-4kc-malta-di usb-modules-5.10.0-20-4kc-malta-di usb-storage-modules-5.10.0-20-4kc-malta-di fb-modules-5.10.0-20-4kc-malta-di input-modules-5.10.0-20-4kc-malta-di event-modules-5.10.0-20-4kc-malta-di mouse-modules-5.10.0-20-4kc-malta-di nic-usb-modules-5.10.0-20-4kc-malta-di sata-modules-5.10.0-20-4kc-malta-di i2c-modules-5.10.0-20-4kc-malta-di crc-modules-5.10.0-20-4kc-malta-di crypto-modules-5.10.0-20-4kc-malta-di crypto-dm-modules-5.10.0-20-4kc-malta-di ata-modules-5.10.0-20-4kc-malta-di mmc-core-modules-5.10.0-20-4kc-malta-di mmc-modules-5.10.0-20-4kc-malta-di nbd-modules-5.10.0-20-4kc-malta-di sound-modules-5.10.0-20-4kc-malta-di mtd-core-modules-5.10.0-20-4kc-malta-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='5.10.0-20' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-4kc-malta-di nic-modules-5.10.0-20-4kc-malta-di nic-wireless-modules-5.10.0-20-4kc-malta-di nic-shared-modules-5.10.0-20-4kc-malta-di usb-serial-modules-5.10.0-20-4kc-malta-di ppp-modules-5.10.0-20-4kc-malta-di pata-modules-5.10.0-20-4kc-malta-di cdrom-core-modules-5.10.0-20-4kc-malta-di scsi-core-modules-5.10.0-20-4kc-malta-di scsi-modules-5.10.0-20-4kc-malta-di scsi-nic-modules-5.10.0-20-4kc-malta-di loop-modules-5.10.0-20-4kc-malta-di btrfs-modules-5.10.0-20-4kc-malta-di ext4-modules-5.10.0-20-4kc-malta-di isofs-modules-5.10.0-20-4kc-malta-di jfs-modules-5.10.0-20-4kc-malta-di xfs-modules-5.10.0-20-4kc-malta-di fat-modules-5.10.0-20-4kc-malta-di affs-modules-5.10.0-20-4kc-malta-di minix-modules-5.10.0-20-4kc-malta-di squashfs-modules-5.10.0-20-4kc-malta-di udf-modules-5.10.0-20-4kc-malta-di fuse-modules-5.10.0-20-4kc-malta-di f2fs-modules-5.10.0-20-4kc-malta-di md-modules-5.10.0-20-4kc-malta-di multipath-modules-5.10.0-20-4kc-malta-di usb-modules-5.10.0-20-4kc-malta-di usb-storage-modules-5.10.0-20-4kc-malta-di fb-modules-5.10.0-20-4kc-malta-di input-modules-5.10.0-20-4kc-malta-di event-modules-5.10.0-20-4kc-malta-di mouse-modules-5.10.0-20-4kc-malta-di nic-usb-modules-5.10.0-20-4kc-malta-di sata-modules-5.10.0-20-4kc-malta-di i2c-modules-5.10.0-20-4kc-malta-di crc-modules-5.10.0-20-4kc-malta-di crypto-modules-5.10.0-20-4kc-malta-di crypto-dm-modules-5.10.0-20-4kc-malta-di ata-modules-5.10.0-20-4kc-malta-di mmc-core-modules-5.10.0-20-4kc-malta-di mmc-modules-5.10.0-20-4kc-malta-di nbd-modules-5.10.0-20-4kc-malta-di sound-modules-5.10.0-20-4kc-malta-di mtd-core-modules-5.10.0-20-4kc-malta-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-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='5.10.0-19' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-5kc-malta-di nic-modules-5.10.0-19-5kc-malta-di nic-wireless-modules-5.10.0-19-5kc-malta-di nic-shared-modules-5.10.0-19-5kc-malta-di usb-serial-modules-5.10.0-19-5kc-malta-di ppp-modules-5.10.0-19-5kc-malta-di pata-modules-5.10.0-19-5kc-malta-di cdrom-core-modules-5.10.0-19-5kc-malta-di scsi-core-modules-5.10.0-19-5kc-malta-di scsi-modules-5.10.0-19-5kc-malta-di scsi-nic-modules-5.10.0-19-5kc-malta-di loop-modules-5.10.0-19-5kc-malta-di btrfs-modules-5.10.0-19-5kc-malta-di ext4-modules-5.10.0-19-5kc-malta-di isofs-modules-5.10.0-19-5kc-malta-di jfs-modules-5.10.0-19-5kc-malta-di xfs-modules-5.10.0-19-5kc-malta-di fat-modules-5.10.0-19-5kc-malta-di affs-modules-5.10.0-19-5kc-malta-di minix-modules-5.10.0-19-5kc-malta-di squashfs-modules-5.10.0-19-5kc-malta-di udf-modules-5.10.0-19-5kc-malta-di fuse-modules-5.10.0-19-5kc-malta-di f2fs-modules-5.10.0-19-5kc-malta-di md-modules-5.10.0-19-5kc-malta-di multipath-modules-5.10.0-19-5kc-malta-di usb-modules-5.10.0-19-5kc-malta-di usb-storage-modules-5.10.0-19-5kc-malta-di fb-modules-5.10.0-19-5kc-malta-di input-modules-5.10.0-19-5kc-malta-di event-modules-5.10.0-19-5kc-malta-di mouse-modules-5.10.0-19-5kc-malta-di nic-usb-modules-5.10.0-19-5kc-malta-di sata-modules-5.10.0-19-5kc-malta-di i2c-modules-5.10.0-19-5kc-malta-di crc-modules-5.10.0-19-5kc-malta-di crypto-modules-5.10.0-19-5kc-malta-di crypto-dm-modules-5.10.0-19-5kc-malta-di ata-modules-5.10.0-19-5kc-malta-di mmc-core-modules-5.10.0-19-5kc-malta-di mmc-modules-5.10.0-19-5kc-malta-di nbd-modules-5.10.0-19-5kc-malta-di sound-modules-5.10.0-19-5kc-malta-di mtd-core-modules-5.10.0-19-5kc-malta-di kernel-image-5.10.0-19-octeon-di nic-modules-5.10.0-19-octeon-di nic-wireless-modules-5.10.0-19-octeon-di nic-shared-modules-5.10.0-19-octeon-di usb-serial-modules-5.10.0-19-octeon-di ppp-modules-5.10.0-19-octeon-di pata-modules-5.10.0-19-octeon-di cdrom-core-modules-5.10.0-19-octeon-di scsi-core-modules-5.10.0-19-octeon-di scsi-modules-5.10.0-19-octeon-di scsi-nic-modules-5.10.0-19-octeon-di loop-modules-5.10.0-19-octeon-di btrfs-modules-5.10.0-19-octeon-di ext4-modules-5.10.0-19-octeon-di isofs-modules-5.10.0-19-octeon-di jfs-modules-5.10.0-19-octeon-di xfs-modules-5.10.0-19-octeon-di fat-modules-5.10.0-19-octeon-di affs-modules-5.10.0-19-octeon-di minix-modules-5.10.0-19-octeon-di squashfs-modules-5.10.0-19-octeon-di udf-modules-5.10.0-19-octeon-di fuse-modules-5.10.0-19-octeon-di f2fs-modules-5.10.0-19-octeon-di md-modules-5.10.0-19-octeon-di multipath-modules-5.10.0-19-octeon-di usb-modules-5.10.0-19-octeon-di usb-storage-modules-5.10.0-19-octeon-di input-modules-5.10.0-19-octeon-di event-modules-5.10.0-19-octeon-di nic-usb-modules-5.10.0-19-octeon-di sata-modules-5.10.0-19-octeon-di crc-modules-5.10.0-19-octeon-di crypto-modules-5.10.0-19-octeon-di crypto-dm-modules-5.10.0-19-octeon-di nbd-modules-5.10.0-19-octeon-di rtc-modules-5.10.0-19-octeon-di sound-modules-5.10.0-19-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='5.10.0-20' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-5kc-malta-di nic-modules-5.10.0-20-5kc-malta-di nic-wireless-modules-5.10.0-20-5kc-malta-di nic-shared-modules-5.10.0-20-5kc-malta-di usb-serial-modules-5.10.0-20-5kc-malta-di ppp-modules-5.10.0-20-5kc-malta-di pata-modules-5.10.0-20-5kc-malta-di cdrom-core-modules-5.10.0-20-5kc-malta-di scsi-core-modules-5.10.0-20-5kc-malta-di scsi-modules-5.10.0-20-5kc-malta-di scsi-nic-modules-5.10.0-20-5kc-malta-di loop-modules-5.10.0-20-5kc-malta-di btrfs-modules-5.10.0-20-5kc-malta-di ext4-modules-5.10.0-20-5kc-malta-di isofs-modules-5.10.0-20-5kc-malta-di jfs-modules-5.10.0-20-5kc-malta-di xfs-modules-5.10.0-20-5kc-malta-di fat-modules-5.10.0-20-5kc-malta-di affs-modules-5.10.0-20-5kc-malta-di minix-modules-5.10.0-20-5kc-malta-di squashfs-modules-5.10.0-20-5kc-malta-di udf-modules-5.10.0-20-5kc-malta-di fuse-modules-5.10.0-20-5kc-malta-di f2fs-modules-5.10.0-20-5kc-malta-di md-modules-5.10.0-20-5kc-malta-di multipath-modules-5.10.0-20-5kc-malta-di usb-modules-5.10.0-20-5kc-malta-di usb-storage-modules-5.10.0-20-5kc-malta-di fb-modules-5.10.0-20-5kc-malta-di input-modules-5.10.0-20-5kc-malta-di event-modules-5.10.0-20-5kc-malta-di mouse-modules-5.10.0-20-5kc-malta-di nic-usb-modules-5.10.0-20-5kc-malta-di sata-modules-5.10.0-20-5kc-malta-di i2c-modules-5.10.0-20-5kc-malta-di crc-modules-5.10.0-20-5kc-malta-di crypto-modules-5.10.0-20-5kc-malta-di crypto-dm-modules-5.10.0-20-5kc-malta-di ata-modules-5.10.0-20-5kc-malta-di mmc-core-modules-5.10.0-20-5kc-malta-di mmc-modules-5.10.0-20-5kc-malta-di nbd-modules-5.10.0-20-5kc-malta-di sound-modules-5.10.0-20-5kc-malta-di mtd-core-modules-5.10.0-20-5kc-malta-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='5.10.0-20' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-5kc-malta-di nic-modules-5.10.0-20-5kc-malta-di nic-wireless-modules-5.10.0-20-5kc-malta-di nic-shared-modules-5.10.0-20-5kc-malta-di usb-serial-modules-5.10.0-20-5kc-malta-di ppp-modules-5.10.0-20-5kc-malta-di pata-modules-5.10.0-20-5kc-malta-di cdrom-core-modules-5.10.0-20-5kc-malta-di scsi-core-modules-5.10.0-20-5kc-malta-di scsi-modules-5.10.0-20-5kc-malta-di scsi-nic-modules-5.10.0-20-5kc-malta-di loop-modules-5.10.0-20-5kc-malta-di btrfs-modules-5.10.0-20-5kc-malta-di ext4-modules-5.10.0-20-5kc-malta-di isofs-modules-5.10.0-20-5kc-malta-di jfs-modules-5.10.0-20-5kc-malta-di xfs-modules-5.10.0-20-5kc-malta-di fat-modules-5.10.0-20-5kc-malta-di affs-modules-5.10.0-20-5kc-malta-di minix-modules-5.10.0-20-5kc-malta-di squashfs-modules-5.10.0-20-5kc-malta-di udf-modules-5.10.0-20-5kc-malta-di fuse-modules-5.10.0-20-5kc-malta-di f2fs-modules-5.10.0-20-5kc-malta-di md-modules-5.10.0-20-5kc-malta-di multipath-modules-5.10.0-20-5kc-malta-di usb-modules-5.10.0-20-5kc-malta-di usb-storage-modules-5.10.0-20-5kc-malta-di fb-modules-5.10.0-20-5kc-malta-di input-modules-5.10.0-20-5kc-malta-di event-modules-5.10.0-20-5kc-malta-di mouse-modules-5.10.0-20-5kc-malta-di nic-usb-modules-5.10.0-20-5kc-malta-di sata-modules-5.10.0-20-5kc-malta-di i2c-modules-5.10.0-20-5kc-malta-di crc-modules-5.10.0-20-5kc-malta-di crypto-modules-5.10.0-20-5kc-malta-di crypto-dm-modules-5.10.0-20-5kc-malta-di ata-modules-5.10.0-20-5kc-malta-di mmc-core-modules-5.10.0-20-5kc-malta-di mmc-modules-5.10.0-20-5kc-malta-di nbd-modules-5.10.0-20-5kc-malta-di sound-modules-5.10.0-20-5kc-malta-di mtd-core-modules-5.10.0-20-5kc-malta-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-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='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64_none_real:
  binary-arch_mips64_real:: setup_mips64
  binary-arch_mips64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64el:: binary-arch_mips64el_none binary-arch_mips64el_real
  binary-arch_mips64el::
-       $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='5.10.0-19' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-5kc-malta-di nic-modules-5.10.0-19-5kc-malta-di nic-wireless-modules-5.10.0-19-5kc-malta-di nic-shared-modules-5.10.0-19-5kc-malta-di usb-serial-modules-5.10.0-19-5kc-malta-di ppp-modules-5.10.0-19-5kc-malta-di pata-modules-5.10.0-19-5kc-malta-di cdrom-core-modules-5.10.0-19-5kc-malta-di scsi-core-modules-5.10.0-19-5kc-malta-di scsi-modules-5.10.0-19-5kc-malta-di scsi-nic-modules-5.10.0-19-5kc-malta-di loop-modules-5.10.0-19-5kc-malta-di btrfs-modules-5.10.0-19-5kc-malta-di ext4-modules-5.10.0-19-5kc-malta-di isofs-modules-5.10.0-19-5kc-malta-di jfs-modules-5.10.0-19-5kc-malta-di xfs-modules-5.10.0-19-5kc-malta-di fat-modules-5.10.0-19-5kc-malta-di affs-modules-5.10.0-19-5kc-malta-di minix-modules-5.10.0-19-5kc-malta-di squashfs-modules-5.10.0-19-5kc-malta-di udf-modules-5.10.0-19-5kc-malta-di fuse-modules-5.10.0-19-5kc-malta-di f2fs-modules-5.10.0-19-5kc-malta-di md-modules-5.10.0-19-5kc-malta-di multipath-modules-5.10.0-19-5kc-malta-di usb-modules-5.10.0-19-5kc-malta-di usb-storage-modules-5.10.0-19-5kc-malta-di fb-modules-5.10.0-19-5kc-malta-di input-modules-5.10.0-19-5kc-malta-di event-modules-5.10.0-19-5kc-malta-di mouse-modules-5.10.0-19-5kc-malta-di nic-usb-modules-5.10.0-19-5kc-malta-di sata-modules-5.10.0-19-5kc-malta-di i2c-modules-5.10.0-19-5kc-malta-di crc-modules-5.10.0-19-5kc-malta-di crypto-modules-5.10.0-19-5kc-malta-di crypto-dm-modules-5.10.0-19-5kc-malta-di ata-modules-5.10.0-19-5kc-malta-di mmc-core-modules-5.10.0-19-5kc-malta-di mmc-modules-5.10.0-19-5kc-malta-di nbd-modules-5.10.0-19-5kc-malta-di sound-modules-5.10.0-19-5kc-malta-di mtd-core-modules-5.10.0-19-5kc-malta-di kernel-image-5.10.0-19-loongson-3-di nic-modules-5.10.0-19-loongson-3-di nic-wireless-modules-5.10.0-19-loongson-3-di nic-shared-modules-5.10.0-19-loongson-3-di usb-serial-modules-5.10.0-19-loongson-3-di ppp-modules-5.10.0-19-loongson-3-di pata-modules-5.10.0-19-loongson-3-di cdrom-core-modules-5.10.0-19-loongson-3-di firewire-core-modules-5.10.0-19-loongson-3-di scsi-core-modules-5.10.0-19-loongson-3-di scsi-modules-5.10.0-19-loongson-3-di scsi-nic-modules-5.10.0-19-loongson-3-di loop-modules-5.10.0-19-loongson-3-di btrfs-modules-5.10.0-19-loongson-3-di ext4-modules-5.10.0-19-loongson-3-di isofs-modules-5.10.0-19-loongson-3-di jfs-modules-5.10.0-19-loongson-3-di xfs-modules-5.10.0-19-loongson-3-di fat-modules-5.10.0-19-loongson-3-di affs-modules-5.10.0-19-loongson-3-di minix-modules-5.10.0-19-loongson-3-di nfs-modules-5.10.0-19-loongson-3-di squashfs-modules-5.10.0-19-loongson-3-di udf-modules-5.10.0-19-loongson-3-di fuse-modules-5.10.0-19-loongson-3-di f2fs-modules-5.10.0-19-loongson-3-di md-modules-5.10.0-19-loongson-3-di multipath-modules-5.10.0-19-loongson-3-di usb-modules-5.10.0-19-loongson-3-di usb-storage-modules-5.10.0-19-loongson-3-di fb-modules-5.10.0-19-loongson-3-di input-modules-5.10.0-19-loongson-3-di event-modules-5.10.0-19-loongson-3-di nic-usb-modules-5.10.0-19-loongson-3-di sata-modules-5.10.0-19-loongson-3-di crc-modules-5.10.0-19-loongson-3-di crypto-modules-5.10.0-19-loongson-3-di crypto-dm-modules-5.10.0-19-loongson-3-di ata-modules-5.10.0-19-loongson-3-di nbd-modules-5.10.0-19-loongson-3-di speakup-modules-5.10.0-19-loongson-3-di sound-modules-5.10.0-19-loongson-3-di mtd-core-modules-5.10.0-19-loongson-3-di kernel-image-5.10.0-19-octeon-di nic-modules-5.10.0-19-octeon-di nic-wireless-modules-5.10.0-19-octeon-di nic-shared-modules-5.10.0-19-octeon-di usb-serial-modules-5.10.0-19-octeon-di ppp-modules-5.10.0-19-octeon-di pata-modules-5.10.0-19-octeon-di cdrom-core-modules-5.10.0-19-octeon-di scsi-core-modules-5.10.0-19-octeon-di scsi-modules-5.10.0-19-octeon-di scsi-nic-modules-5.10.0-19-octeon-di loop-modules-5.10.0-19-octeon-di btrfs-modules-5.10.0-19-octeon-di ext4-modules-5.10.0-19-octeon-di isofs-modules-5.10.0-19-octeon-di jfs-modules-5.10.0-19-octeon-di xfs-modules-5.10.0-19-octeon-di fat-modules-5.10.0-19-octeon-di affs-modules-5.10.0-19-octeon-di minix-modules-5.10.0-19-octeon-di squashfs-modules-5.10.0-19-octeon-di udf-modules-5.10.0-19-octeon-di fuse-modules-5.10.0-19-octeon-di f2fs-modules-5.10.0-19-octeon-di md-modules-5.10.0-19-octeon-di multipath-modules-5.10.0-19-octeon-di usb-modules-5.10.0-19-octeon-di usb-storage-modules-5.10.0-19-octeon-di input-modules-5.10.0-19-octeon-di event-modules-5.10.0-19-octeon-di nic-usb-modules-5.10.0-19-octeon-di sata-modules-5.10.0-19-octeon-di crc-modules-5.10.0-19-octeon-di crypto-modules-5.10.0-19-octeon-di crypto-dm-modules-5.10.0-19-octeon-di nbd-modules-5.10.0-19-octeon-di rtc-modules-5.10.0-19-octeon-di sound-modules-5.10.0-19-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='5.10.0-20' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-5kc-malta-di nic-modules-5.10.0-20-5kc-malta-di nic-wireless-modules-5.10.0-20-5kc-malta-di nic-shared-modules-5.10.0-20-5kc-malta-di usb-serial-modules-5.10.0-20-5kc-malta-di ppp-modules-5.10.0-20-5kc-malta-di pata-modules-5.10.0-20-5kc-malta-di cdrom-core-modules-5.10.0-20-5kc-malta-di scsi-core-modules-5.10.0-20-5kc-malta-di scsi-modules-5.10.0-20-5kc-malta-di scsi-nic-modules-5.10.0-20-5kc-malta-di loop-modules-5.10.0-20-5kc-malta-di btrfs-modules-5.10.0-20-5kc-malta-di ext4-modules-5.10.0-20-5kc-malta-di isofs-modules-5.10.0-20-5kc-malta-di jfs-modules-5.10.0-20-5kc-malta-di xfs-modules-5.10.0-20-5kc-malta-di fat-modules-5.10.0-20-5kc-malta-di affs-modules-5.10.0-20-5kc-malta-di minix-modules-5.10.0-20-5kc-malta-di squashfs-modules-5.10.0-20-5kc-malta-di udf-modules-5.10.0-20-5kc-malta-di fuse-modules-5.10.0-20-5kc-malta-di f2fs-modules-5.10.0-20-5kc-malta-di md-modules-5.10.0-20-5kc-malta-di multipath-modules-5.10.0-20-5kc-malta-di usb-modules-5.10.0-20-5kc-malta-di usb-storage-modules-5.10.0-20-5kc-malta-di fb-modules-5.10.0-20-5kc-malta-di input-modules-5.10.0-20-5kc-malta-di event-modules-5.10.0-20-5kc-malta-di mouse-modules-5.10.0-20-5kc-malta-di nic-usb-modules-5.10.0-20-5kc-malta-di sata-modules-5.10.0-20-5kc-malta-di i2c-modules-5.10.0-20-5kc-malta-di crc-modules-5.10.0-20-5kc-malta-di crypto-modules-5.10.0-20-5kc-malta-di crypto-dm-modules-5.10.0-20-5kc-malta-di ata-modules-5.10.0-20-5kc-malta-di mmc-core-modules-5.10.0-20-5kc-malta-di mmc-modules-5.10.0-20-5kc-malta-di nbd-modules-5.10.0-20-5kc-malta-di sound-modules-5.10.0-20-5kc-malta-di mtd-core-modules-5.10.0-20-5kc-malta-di kernel-image-5.10.0-20-loongson-3-di nic-modules-5.10.0-20-loongson-3-di nic-wireless-modules-5.10.0-20-loongson-3-di nic-shared-modules-5.10.0-20-loongson-3-di usb-serial-modules-5.10.0-20-loongson-3-di ppp-modules-5.10.0-20-loongson-3-di pata-modules-5.10.0-20-loongson-3-di cdrom-core-modules-5.10.0-20-loongson-3-di firewire-core-modules-5.10.0-20-loongson-3-di scsi-core-modules-5.10.0-20-loongson-3-di scsi-modules-5.10.0-20-loongson-3-di scsi-nic-modules-5.10.0-20-loongson-3-di loop-modules-5.10.0-20-loongson-3-di btrfs-modules-5.10.0-20-loongson-3-di ext4-modules-5.10.0-20-loongson-3-di isofs-modules-5.10.0-20-loongson-3-di jfs-modules-5.10.0-20-loongson-3-di xfs-modules-5.10.0-20-loongson-3-di fat-modules-5.10.0-20-loongson-3-di affs-modules-5.10.0-20-loongson-3-di minix-modules-5.10.0-20-loongson-3-di nfs-modules-5.10.0-20-loongson-3-di squashfs-modules-5.10.0-20-loongson-3-di udf-modules-5.10.0-20-loongson-3-di fuse-modules-5.10.0-20-loongson-3-di f2fs-modules-5.10.0-20-loongson-3-di md-modules-5.10.0-20-loongson-3-di multipath-modules-5.10.0-20-loongson-3-di usb-modules-5.10.0-20-loongson-3-di usb-storage-modules-5.10.0-20-loongson-3-di fb-modules-5.10.0-20-loongson-3-di input-modules-5.10.0-20-loongson-3-di event-modules-5.10.0-20-loongson-3-di nic-usb-modules-5.10.0-20-loongson-3-di sata-modules-5.10.0-20-loongson-3-di crc-modules-5.10.0-20-loongson-3-di crypto-modules-5.10.0-20-loongson-3-di crypto-dm-modules-5.10.0-20-loongson-3-di ata-modules-5.10.0-20-loongson-3-di nbd-modules-5.10.0-20-loongson-3-di speakup-modules-5.10.0-20-loongson-3-di sound-modules-5.10.0-20-loongson-3-di mtd-core-modules-5.10.0-20-loongson-3-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='5.10.0-20' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-5kc-malta-di nic-modules-5.10.0-20-5kc-malta-di nic-wireless-modules-5.10.0-20-5kc-malta-di nic-shared-modules-5.10.0-20-5kc-malta-di usb-serial-modules-5.10.0-20-5kc-malta-di ppp-modules-5.10.0-20-5kc-malta-di pata-modules-5.10.0-20-5kc-malta-di cdrom-core-modules-5.10.0-20-5kc-malta-di scsi-core-modules-5.10.0-20-5kc-malta-di scsi-modules-5.10.0-20-5kc-malta-di scsi-nic-modules-5.10.0-20-5kc-malta-di loop-modules-5.10.0-20-5kc-malta-di btrfs-modules-5.10.0-20-5kc-malta-di ext4-modules-5.10.0-20-5kc-malta-di isofs-modules-5.10.0-20-5kc-malta-di jfs-modules-5.10.0-20-5kc-malta-di xfs-modules-5.10.0-20-5kc-malta-di fat-modules-5.10.0-20-5kc-malta-di affs-modules-5.10.0-20-5kc-malta-di minix-modules-5.10.0-20-5kc-malta-di squashfs-modules-5.10.0-20-5kc-malta-di udf-modules-5.10.0-20-5kc-malta-di fuse-modules-5.10.0-20-5kc-malta-di f2fs-modules-5.10.0-20-5kc-malta-di md-modules-5.10.0-20-5kc-malta-di multipath-modules-5.10.0-20-5kc-malta-di usb-modules-5.10.0-20-5kc-malta-di usb-storage-modules-5.10.0-20-5kc-malta-di fb-modules-5.10.0-20-5kc-malta-di input-modules-5.10.0-20-5kc-malta-di event-modules-5.10.0-20-5kc-malta-di mouse-modules-5.10.0-20-5kc-malta-di nic-usb-modules-5.10.0-20-5kc-malta-di sata-modules-5.10.0-20-5kc-malta-di i2c-modules-5.10.0-20-5kc-malta-di crc-modules-5.10.0-20-5kc-malta-di crypto-modules-5.10.0-20-5kc-malta-di crypto-dm-modules-5.10.0-20-5kc-malta-di ata-modules-5.10.0-20-5kc-malta-di mmc-core-modules-5.10.0-20-5kc-malta-di mmc-modules-5.10.0-20-5kc-malta-di nbd-modules-5.10.0-20-5kc-malta-di sound-modules-5.10.0-20-5kc-malta-di mtd-core-modules-5.10.0-20-5kc-malta-di kernel-image-5.10.0-20-loongson-3-di nic-modules-5.10.0-20-loongson-3-di nic-wireless-modules-5.10.0-20-loongson-3-di nic-shared-modules-5.10.0-20-loongson-3-di usb-serial-modules-5.10.0-20-loongson-3-di ppp-modules-5.10.0-20-loongson-3-di pata-modules-5.10.0-20-loongson-3-di cdrom-core-modules-5.10.0-20-loongson-3-di firewire-core-modules-5.10.0-20-loongson-3-di scsi-core-modules-5.10.0-20-loongson-3-di scsi-modules-5.10.0-20-loongson-3-di scsi-nic-modules-5.10.0-20-loongson-3-di loop-modules-5.10.0-20-loongson-3-di btrfs-modules-5.10.0-20-loongson-3-di ext4-modules-5.10.0-20-loongson-3-di isofs-modules-5.10.0-20-loongson-3-di jfs-modules-5.10.0-20-loongson-3-di xfs-modules-5.10.0-20-loongson-3-di fat-modules-5.10.0-20-loongson-3-di affs-modules-5.10.0-20-loongson-3-di minix-modules-5.10.0-20-loongson-3-di nfs-modules-5.10.0-20-loongson-3-di squashfs-modules-5.10.0-20-loongson-3-di udf-modules-5.10.0-20-loongson-3-di fuse-modules-5.10.0-20-loongson-3-di f2fs-modules-5.10.0-20-loongson-3-di md-modules-5.10.0-20-loongson-3-di multipath-modules-5.10.0-20-loongson-3-di usb-modules-5.10.0-20-loongson-3-di usb-storage-modules-5.10.0-20-loongson-3-di fb-modules-5.10.0-20-loongson-3-di input-modules-5.10.0-20-loongson-3-di event-modules-5.10.0-20-loongson-3-di nic-usb-modules-5.10.0-20-loongson-3-di sata-modules-5.10.0-20-loongson-3-di crc-modules-5.10.0-20-loongson-3-di crypto-modules-5.10.0-20-loongson-3-di crypto-dm-modules-5.10.0-20-loongson-3-di ata-modules-5.10.0-20-loongson-3-di nbd-modules-5.10.0-20-loongson-3-di speakup-modules-5.10.0-20-loongson-3-di sound-modules-5.10.0-20-loongson-3-di mtd-core-modules-5.10.0-20-loongson-3-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64el_none_real:
  binary-arch_mips64el_real:: setup_mips64el
  binary-arch_mips64el_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64r6:: binary-arch_mips64r6_none binary-arch_mips64r6_real
  binary-arch_mips64r6::
-       $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='5.10.0-19' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-mips64r6-di nic-shared-modules-5.10.0-19-mips64r6-di loop-modules-5.10.0-19-mips64r6-di btrfs-modules-5.10.0-19-mips64r6-di ext4-modules-5.10.0-19-mips64r6-di isofs-modules-5.10.0-19-mips64r6-di jfs-modules-5.10.0-19-mips64r6-di xfs-modules-5.10.0-19-mips64r6-di squashfs-modules-5.10.0-19-mips64r6-di udf-modules-5.10.0-19-mips64r6-di fuse-modules-5.10.0-19-mips64r6-di f2fs-modules-5.10.0-19-mips64r6-di md-modules-5.10.0-19-mips64r6-di multipath-modules-5.10.0-19-mips64r6-di crc-modules-5.10.0-19-mips64r6-di crypto-modules-5.10.0-19-mips64r6-di crypto-dm-modules-5.10.0-19-mips64r6-di nbd-modules-5.10.0-19-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='5.10.0-20' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips64r6-di nic-shared-modules-5.10.0-20-mips64r6-di loop-modules-5.10.0-20-mips64r6-di btrfs-modules-5.10.0-20-mips64r6-di ext4-modules-5.10.0-20-mips64r6-di isofs-modules-5.10.0-20-mips64r6-di jfs-modules-5.10.0-20-mips64r6-di xfs-modules-5.10.0-20-mips64r6-di squashfs-modules-5.10.0-20-mips64r6-di udf-modules-5.10.0-20-mips64r6-di fuse-modules-5.10.0-20-mips64r6-di f2fs-modules-5.10.0-20-mips64r6-di md-modules-5.10.0-20-mips64r6-di multipath-modules-5.10.0-20-mips64r6-di crc-modules-5.10.0-20-mips64r6-di crypto-modules-5.10.0-20-mips64r6-di crypto-dm-modules-5.10.0-20-mips64r6-di nbd-modules-5.10.0-20-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='5.10.0-20' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips64r6-di nic-shared-modules-5.10.0-20-mips64r6-di loop-modules-5.10.0-20-mips64r6-di btrfs-modules-5.10.0-20-mips64r6-di ext4-modules-5.10.0-20-mips64r6-di isofs-modules-5.10.0-20-mips64r6-di jfs-modules-5.10.0-20-mips64r6-di xfs-modules-5.10.0-20-mips64r6-di squashfs-modules-5.10.0-20-mips64r6-di udf-modules-5.10.0-20-mips64r6-di fuse-modules-5.10.0-20-mips64r6-di f2fs-modules-5.10.0-20-mips64r6-di md-modules-5.10.0-20-mips64r6-di multipath-modules-5.10.0-20-mips64r6-di crc-modules-5.10.0-20-mips64r6-di crypto-modules-5.10.0-20-mips64r6-di crypto-dm-modules-5.10.0-20-mips64r6-di nbd-modules-5.10.0-20-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='5.10.0-19' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64r6_none_real:
  binary-arch_mips64r6_real:: setup_mips64r6
  binary-arch_mips64r6_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64r6el:: binary-arch_mips64r6el_none binary-arch_mips64r6el_real
  binary-arch_mips64r6el::
-       $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='5.10.0-19' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-mips64r6el-di nic-shared-modules-5.10.0-19-mips64r6el-di loop-modules-5.10.0-19-mips64r6el-di btrfs-modules-5.10.0-19-mips64r6el-di ext4-modules-5.10.0-19-mips64r6el-di isofs-modules-5.10.0-19-mips64r6el-di jfs-modules-5.10.0-19-mips64r6el-di xfs-modules-5.10.0-19-mips64r6el-di squashfs-modules-5.10.0-19-mips64r6el-di udf-modules-5.10.0-19-mips64r6el-di fuse-modules-5.10.0-19-mips64r6el-di f2fs-modules-5.10.0-19-mips64r6el-di md-modules-5.10.0-19-mips64r6el-di multipath-modules-5.10.0-19-mips64r6el-di crc-modules-5.10.0-19-mips64r6el-di crypto-modules-5.10.0-19-mips64r6el-di crypto-dm-modules-5.10.0-19-mips64r6el-di nbd-modules-5.10.0-19-mips64r6el-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='5.10.0-20' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips64r6el-di nic-shared-modules-5.10.0-20-mips64r6el-di loop-modules-5.10.0-20-mips64r6el-di btrfs-modules-5.10.0-20-mips64r6el-di ext4-modules-5.10.0-20-mips64r6el-di isofs-modules-5.10.0-20-mips64r6el-di jfs-modules-5.10.0-20-mips64r6el-di xfs-modules-5.10.0-20-mips64r6el-di squashfs-modules-5.10.0-20-mips64r6el-di udf-modules-5.10.0-20-mips64r6el-di fuse-modules-5.10.0-20-mips64r6el-di f2fs-modules-5.10.0-20-mips64r6el-di md-modules-5.10.0-20-mips64r6el-di multipath-modules-5.10.0-20-mips64r6el-di crc-modules-5.10.0-20-mips64r6el-di crypto-modules-5.10.0-20-mips64r6el-di crypto-dm-modules-5.10.0-20-mips64r6el-di nbd-modules-5.10.0-20-mips64r6el-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='5.10.0-20' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips64r6el-di nic-shared-modules-5.10.0-20-mips64r6el-di loop-modules-5.10.0-20-mips64r6el-di btrfs-modules-5.10.0-20-mips64r6el-di ext4-modules-5.10.0-20-mips64r6el-di isofs-modules-5.10.0-20-mips64r6el-di jfs-modules-5.10.0-20-mips64r6el-di xfs-modules-5.10.0-20-mips64r6el-di squashfs-modules-5.10.0-20-mips64r6el-di udf-modules-5.10.0-20-mips64r6el-di fuse-modules-5.10.0-20-mips64r6el-di f2fs-modules-5.10.0-20-mips64r6el-di md-modules-5.10.0-20-mips64r6el-di multipath-modules-5.10.0-20-mips64r6el-di crc-modules-5.10.0-20-mips64r6el-di crypto-modules-5.10.0-20-mips64r6el-di crypto-dm-modules-5.10.0-20-mips64r6el-di nbd-modules-5.10.0-20-mips64r6el-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='5.10.0-19' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips64r6el_none_real:
  binary-arch_mips64r6el_real:: setup_mips64r6el
  binary-arch_mips64r6el_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mips_none_real:
  binary-arch_mips_real:: setup_mips
  binary-arch_mips_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsel:: binary-arch_mipsel_none binary-arch_mipsel_real
  binary-arch_mipsel::
-       $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='5.10.0-19' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-4kc-malta-di nic-modules-5.10.0-19-4kc-malta-di nic-wireless-modules-5.10.0-19-4kc-malta-di nic-shared-modules-5.10.0-19-4kc-malta-di usb-serial-modules-5.10.0-19-4kc-malta-di ppp-modules-5.10.0-19-4kc-malta-di pata-modules-5.10.0-19-4kc-malta-di cdrom-core-modules-5.10.0-19-4kc-malta-di scsi-core-modules-5.10.0-19-4kc-malta-di scsi-modules-5.10.0-19-4kc-malta-di scsi-nic-modules-5.10.0-19-4kc-malta-di loop-modules-5.10.0-19-4kc-malta-di btrfs-modules-5.10.0-19-4kc-malta-di ext4-modules-5.10.0-19-4kc-malta-di isofs-modules-5.10.0-19-4kc-malta-di jfs-modules-5.10.0-19-4kc-malta-di xfs-modules-5.10.0-19-4kc-malta-di fat-modules-5.10.0-19-4kc-malta-di affs-modules-5.10.0-19-4kc-malta-di minix-modules-5.10.0-19-4kc-malta-di squashfs-modules-5.10.0-19-4kc-malta-di udf-modules-5.10.0-19-4kc-malta-di fuse-modules-5.10.0-19-4kc-malta-di f2fs-modules-5.10.0-19-4kc-malta-di md-modules-5.10.0-19-4kc-malta-di multipath-modules-5.10.0-19-4kc-malta-di usb-modules-5.10.0-19-4kc-malta-di usb-storage-modules-5.10.0-19-4kc-malta-di fb-modules-5.10.0-19-4kc-malta-di input-modules-5.10.0-19-4kc-malta-di event-modules-5.10.0-19-4kc-malta-di mouse-modules-5.10.0-19-4kc-malta-di nic-usb-modules-5.10.0-19-4kc-malta-di sata-modules-5.10.0-19-4kc-malta-di i2c-modules-5.10.0-19-4kc-malta-di crc-modules-5.10.0-19-4kc-malta-di crypto-modules-5.10.0-19-4kc-malta-di crypto-dm-modules-5.10.0-19-4kc-malta-di ata-modules-5.10.0-19-4kc-malta-di mmc-core-modules-5.10.0-19-4kc-malta-di mmc-modules-5.10.0-19-4kc-malta-di nbd-modules-5.10.0-19-4kc-malta-di sound-modules-5.10.0-19-4kc-malta-di mtd-core-modules-5.10.0-19-4kc-malta-di kernel-image-5.10.0-19-loongson-3-di nic-modules-5.10.0-19-loongson-3-di nic-wireless-modules-5.10.0-19-loongson-3-di nic-shared-modules-5.10.0-19-loongson-3-di usb-serial-modules-5.10.0-19-loongson-3-di ppp-modules-5.10.0-19-loongson-3-di pata-modules-5.10.0-19-loongson-3-di cdrom-core-modules-5.10.0-19-loongson-3-di firewire-core-modules-5.10.0-19-loongson-3-di scsi-core-modules-5.10.0-19-loongson-3-di scsi-modules-5.10.0-19-loongson-3-di scsi-nic-modules-5.10.0-19-loongson-3-di loop-modules-5.10.0-19-loongson-3-di btrfs-modules-5.10.0-19-loongson-3-di ext4-modules-5.10.0-19-loongson-3-di isofs-modules-5.10.0-19-loongson-3-di jfs-modules-5.10.0-19-loongson-3-di xfs-modules-5.10.0-19-loongson-3-di fat-modules-5.10.0-19-loongson-3-di affs-modules-5.10.0-19-loongson-3-di minix-modules-5.10.0-19-loongson-3-di nfs-modules-5.10.0-19-loongson-3-di squashfs-modules-5.10.0-19-loongson-3-di udf-modules-5.10.0-19-loongson-3-di fuse-modules-5.10.0-19-loongson-3-di f2fs-modules-5.10.0-19-loongson-3-di md-modules-5.10.0-19-loongson-3-di multipath-modules-5.10.0-19-loongson-3-di usb-modules-5.10.0-19-loongson-3-di usb-storage-modules-5.10.0-19-loongson-3-di fb-modules-5.10.0-19-loongson-3-di input-modules-5.10.0-19-loongson-3-di event-modules-5.10.0-19-loongson-3-di nic-usb-modules-5.10.0-19-loongson-3-di sata-modules-5.10.0-19-loongson-3-di crc-modules-5.10.0-19-loongson-3-di crypto-modules-5.10.0-19-loongson-3-di crypto-dm-modules-5.10.0-19-loongson-3-di ata-modules-5.10.0-19-loongson-3-di nbd-modules-5.10.0-19-loongson-3-di speakup-modules-5.10.0-19-loongson-3-di sound-modules-5.10.0-19-loongson-3-di mtd-core-modules-5.10.0-19-loongson-3-di kernel-image-5.10.0-19-octeon-di nic-modules-5.10.0-19-octeon-di nic-wireless-modules-5.10.0-19-octeon-di nic-shared-modules-5.10.0-19-octeon-di usb-serial-modules-5.10.0-19-octeon-di ppp-modules-5.10.0-19-octeon-di pata-modules-5.10.0-19-octeon-di cdrom-core-modules-5.10.0-19-octeon-di scsi-core-modules-5.10.0-19-octeon-di scsi-modules-5.10.0-19-octeon-di scsi-nic-modules-5.10.0-19-octeon-di loop-modules-5.10.0-19-octeon-di btrfs-modules-5.10.0-19-octeon-di ext4-modules-5.10.0-19-octeon-di isofs-modules-5.10.0-19-octeon-di jfs-modules-5.10.0-19-octeon-di xfs-modules-5.10.0-19-octeon-di fat-modules-5.10.0-19-octeon-di affs-modules-5.10.0-19-octeon-di minix-modules-5.10.0-19-octeon-di squashfs-modules-5.10.0-19-octeon-di udf-modules-5.10.0-19-octeon-di fuse-modules-5.10.0-19-octeon-di f2fs-modules-5.10.0-19-octeon-di md-modules-5.10.0-19-octeon-di multipath-modules-5.10.0-19-octeon-di usb-modules-5.10.0-19-octeon-di usb-storage-modules-5.10.0-19-octeon-di input-modules-5.10.0-19-octeon-di event-modules-5.10.0-19-octeon-di nic-usb-modules-5.10.0-19-octeon-di sata-modules-5.10.0-19-octeon-di crc-modules-5.10.0-19-octeon-di crypto-modules-5.10.0-19-octeon-di crypto-dm-modules-5.10.0-19-octeon-di nbd-modules-5.10.0-19-octeon-di rtc-modules-5.10.0-19-octeon-di sound-modules-5.10.0-19-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='5.10.0-20' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-4kc-malta-di nic-modules-5.10.0-20-4kc-malta-di nic-wireless-modules-5.10.0-20-4kc-malta-di nic-shared-modules-5.10.0-20-4kc-malta-di usb-serial-modules-5.10.0-20-4kc-malta-di ppp-modules-5.10.0-20-4kc-malta-di pata-modules-5.10.0-20-4kc-malta-di cdrom-core-modules-5.10.0-20-4kc-malta-di scsi-core-modules-5.10.0-20-4kc-malta-di scsi-modules-5.10.0-20-4kc-malta-di scsi-nic-modules-5.10.0-20-4kc-malta-di loop-modules-5.10.0-20-4kc-malta-di btrfs-modules-5.10.0-20-4kc-malta-di ext4-modules-5.10.0-20-4kc-malta-di isofs-modules-5.10.0-20-4kc-malta-di jfs-modules-5.10.0-20-4kc-malta-di xfs-modules-5.10.0-20-4kc-malta-di fat-modules-5.10.0-20-4kc-malta-di affs-modules-5.10.0-20-4kc-malta-di minix-modules-5.10.0-20-4kc-malta-di squashfs-modules-5.10.0-20-4kc-malta-di udf-modules-5.10.0-20-4kc-malta-di fuse-modules-5.10.0-20-4kc-malta-di f2fs-modules-5.10.0-20-4kc-malta-di md-modules-5.10.0-20-4kc-malta-di multipath-modules-5.10.0-20-4kc-malta-di usb-modules-5.10.0-20-4kc-malta-di usb-storage-modules-5.10.0-20-4kc-malta-di fb-modules-5.10.0-20-4kc-malta-di input-modules-5.10.0-20-4kc-malta-di event-modules-5.10.0-20-4kc-malta-di mouse-modules-5.10.0-20-4kc-malta-di nic-usb-modules-5.10.0-20-4kc-malta-di sata-modules-5.10.0-20-4kc-malta-di i2c-modules-5.10.0-20-4kc-malta-di crc-modules-5.10.0-20-4kc-malta-di crypto-modules-5.10.0-20-4kc-malta-di crypto-dm-modules-5.10.0-20-4kc-malta-di ata-modules-5.10.0-20-4kc-malta-di mmc-core-modules-5.10.0-20-4kc-malta-di mmc-modules-5.10.0-20-4kc-malta-di nbd-modules-5.10.0-20-4kc-malta-di sound-modules-5.10.0-20-4kc-malta-di mtd-core-modules-5.10.0-20-4kc-malta-di kernel-image-5.10.0-20-loongson-3-di nic-modules-5.10.0-20-loongson-3-di nic-wireless-modules-5.10.0-20-loongson-3-di nic-shared-modules-5.10.0-20-loongson-3-di usb-serial-modules-5.10.0-20-loongson-3-di ppp-modules-5.10.0-20-loongson-3-di pata-modules-5.10.0-20-loongson-3-di cdrom-core-modules-5.10.0-20-loongson-3-di firewire-core-modules-5.10.0-20-loongson-3-di scsi-core-modules-5.10.0-20-loongson-3-di scsi-modules-5.10.0-20-loongson-3-di scsi-nic-modules-5.10.0-20-loongson-3-di loop-modules-5.10.0-20-loongson-3-di btrfs-modules-5.10.0-20-loongson-3-di ext4-modules-5.10.0-20-loongson-3-di isofs-modules-5.10.0-20-loongson-3-di jfs-modules-5.10.0-20-loongson-3-di xfs-modules-5.10.0-20-loongson-3-di fat-modules-5.10.0-20-loongson-3-di affs-modules-5.10.0-20-loongson-3-di minix-modules-5.10.0-20-loongson-3-di nfs-modules-5.10.0-20-loongson-3-di squashfs-modules-5.10.0-20-loongson-3-di udf-modules-5.10.0-20-loongson-3-di fuse-modules-5.10.0-20-loongson-3-di f2fs-modules-5.10.0-20-loongson-3-di md-modules-5.10.0-20-loongson-3-di multipath-modules-5.10.0-20-loongson-3-di usb-modules-5.10.0-20-loongson-3-di usb-storage-modules-5.10.0-20-loongson-3-di fb-modules-5.10.0-20-loongson-3-di input-modules-5.10.0-20-loongson-3-di event-modules-5.10.0-20-loongson-3-di nic-usb-modules-5.10.0-20-loongson-3-di sata-modules-5.10.0-20-loongson-3-di crc-modules-5.10.0-20-loongson-3-di crypto-modules-5.10.0-20-loongson-3-di crypto-dm-modules-5.10.0-20-loongson-3-di ata-modules-5.10.0-20-loongson-3-di nbd-modules-5.10.0-20-loongson-3-di speakup-modules-5.10.0-20-loongson-3-di sound-modules-5.10.0-20-loongson-3-di mtd-core-modules-5.10.0-20-loongson-3-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='5.10.0-20' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-4kc-malta-di nic-modules-5.10.0-20-4kc-malta-di nic-wireless-modules-5.10.0-20-4kc-malta-di nic-shared-modules-5.10.0-20-4kc-malta-di usb-serial-modules-5.10.0-20-4kc-malta-di ppp-modules-5.10.0-20-4kc-malta-di pata-modules-5.10.0-20-4kc-malta-di cdrom-core-modules-5.10.0-20-4kc-malta-di scsi-core-modules-5.10.0-20-4kc-malta-di scsi-modules-5.10.0-20-4kc-malta-di scsi-nic-modules-5.10.0-20-4kc-malta-di loop-modules-5.10.0-20-4kc-malta-di btrfs-modules-5.10.0-20-4kc-malta-di ext4-modules-5.10.0-20-4kc-malta-di isofs-modules-5.10.0-20-4kc-malta-di jfs-modules-5.10.0-20-4kc-malta-di xfs-modules-5.10.0-20-4kc-malta-di fat-modules-5.10.0-20-4kc-malta-di affs-modules-5.10.0-20-4kc-malta-di minix-modules-5.10.0-20-4kc-malta-di squashfs-modules-5.10.0-20-4kc-malta-di udf-modules-5.10.0-20-4kc-malta-di fuse-modules-5.10.0-20-4kc-malta-di f2fs-modules-5.10.0-20-4kc-malta-di md-modules-5.10.0-20-4kc-malta-di multipath-modules-5.10.0-20-4kc-malta-di usb-modules-5.10.0-20-4kc-malta-di usb-storage-modules-5.10.0-20-4kc-malta-di fb-modules-5.10.0-20-4kc-malta-di input-modules-5.10.0-20-4kc-malta-di event-modules-5.10.0-20-4kc-malta-di mouse-modules-5.10.0-20-4kc-malta-di nic-usb-modules-5.10.0-20-4kc-malta-di sata-modules-5.10.0-20-4kc-malta-di i2c-modules-5.10.0-20-4kc-malta-di crc-modules-5.10.0-20-4kc-malta-di crypto-modules-5.10.0-20-4kc-malta-di crypto-dm-modules-5.10.0-20-4kc-malta-di ata-modules-5.10.0-20-4kc-malta-di mmc-core-modules-5.10.0-20-4kc-malta-di mmc-modules-5.10.0-20-4kc-malta-di nbd-modules-5.10.0-20-4kc-malta-di sound-modules-5.10.0-20-4kc-malta-di mtd-core-modules-5.10.0-20-4kc-malta-di kernel-image-5.10.0-20-loongson-3-di nic-modules-5.10.0-20-loongson-3-di nic-wireless-modules-5.10.0-20-loongson-3-di nic-shared-modules-5.10.0-20-loongson-3-di usb-serial-modules-5.10.0-20-loongson-3-di ppp-modules-5.10.0-20-loongson-3-di pata-modules-5.10.0-20-loongson-3-di cdrom-core-modules-5.10.0-20-loongson-3-di firewire-core-modules-5.10.0-20-loongson-3-di scsi-core-modules-5.10.0-20-loongson-3-di scsi-modules-5.10.0-20-loongson-3-di scsi-nic-modules-5.10.0-20-loongson-3-di loop-modules-5.10.0-20-loongson-3-di btrfs-modules-5.10.0-20-loongson-3-di ext4-modules-5.10.0-20-loongson-3-di isofs-modules-5.10.0-20-loongson-3-di jfs-modules-5.10.0-20-loongson-3-di xfs-modules-5.10.0-20-loongson-3-di fat-modules-5.10.0-20-loongson-3-di affs-modules-5.10.0-20-loongson-3-di minix-modules-5.10.0-20-loongson-3-di nfs-modules-5.10.0-20-loongson-3-di squashfs-modules-5.10.0-20-loongson-3-di udf-modules-5.10.0-20-loongson-3-di fuse-modules-5.10.0-20-loongson-3-di f2fs-modules-5.10.0-20-loongson-3-di md-modules-5.10.0-20-loongson-3-di multipath-modules-5.10.0-20-loongson-3-di usb-modules-5.10.0-20-loongson-3-di usb-storage-modules-5.10.0-20-loongson-3-di fb-modules-5.10.0-20-loongson-3-di input-modules-5.10.0-20-loongson-3-di event-modules-5.10.0-20-loongson-3-di nic-usb-modules-5.10.0-20-loongson-3-di sata-modules-5.10.0-20-loongson-3-di crc-modules-5.10.0-20-loongson-3-di crypto-modules-5.10.0-20-loongson-3-di crypto-dm-modules-5.10.0-20-loongson-3-di ata-modules-5.10.0-20-loongson-3-di nbd-modules-5.10.0-20-loongson-3-di speakup-modules-5.10.0-20-loongson-3-di sound-modules-5.10.0-20-loongson-3-di mtd-core-modules-5.10.0-20-loongson-3-di kernel-image-5.10.0-20-octeon-di nic-modules-5.10.0-20-octeon-di nic-wireless-modules-5.10.0-20-octeon-di nic-shared-modules-5.10.0-20-octeon-di usb-serial-modules-5.10.0-20-octeon-di ppp-modules-5.10.0-20-octeon-di pata-modules-5.10.0-20-octeon-di cdrom-core-modules-5.10.0-20-octeon-di scsi-core-modules-5.10.0-20-octeon-di scsi-modules-5.10.0-20-octeon-di scsi-nic-modules-5.10.0-20-octeon-di loop-modules-5.10.0-20-octeon-di btrfs-modules-5.10.0-20-octeon-di ext4-modules-5.10.0-20-octeon-di isofs-modules-5.10.0-20-octeon-di jfs-modules-5.10.0-20-octeon-di xfs-modules-5.10.0-20-octeon-di fat-modules-5.10.0-20-octeon-di affs-modules-5.10.0-20-octeon-di minix-modules-5.10.0-20-octeon-di squashfs-modules-5.10.0-20-octeon-di udf-modules-5.10.0-20-octeon-di fuse-modules-5.10.0-20-octeon-di f2fs-modules-5.10.0-20-octeon-di md-modules-5.10.0-20-octeon-di multipath-modules-5.10.0-20-octeon-di usb-modules-5.10.0-20-octeon-di usb-storage-modules-5.10.0-20-octeon-di input-modules-5.10.0-20-octeon-di event-modules-5.10.0-20-octeon-di nic-usb-modules-5.10.0-20-octeon-di sata-modules-5.10.0-20-octeon-di crc-modules-5.10.0-20-octeon-di crypto-modules-5.10.0-20-octeon-di crypto-dm-modules-5.10.0-20-octeon-di nbd-modules-5.10.0-20-octeon-di rtc-modules-5.10.0-20-octeon-di sound-modules-5.10.0-20-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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsel_none_real:
  binary-arch_mipsel_real:: setup_mipsel
  binary-arch_mipsel_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsn32: binary-arch_mipsn32_real
  binary-arch_mipsn32_real:: setup_mipsn32
  binary-arch_mipsn32_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsn32el: binary-arch_mipsn32el_real
  binary-arch_mipsn32el_real:: setup_mipsn32el
  binary-arch_mipsn32el_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsn32r6: binary-arch_mipsn32r6_real
  binary-arch_mipsn32r6_real:: setup_mipsn32r6
  binary-arch_mipsn32r6_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsn32r6el: binary-arch_mipsn32r6el_real
  binary-arch_mipsn32r6el_real:: setup_mipsn32r6el
  binary-arch_mipsn32r6el_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsr6:: binary-arch_mipsr6_none binary-arch_mipsr6_real
  binary-arch_mipsr6::
-       $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='5.10.0-19' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-mips32r6-di nic-shared-modules-5.10.0-19-mips32r6-di loop-modules-5.10.0-19-mips32r6-di btrfs-modules-5.10.0-19-mips32r6-di ext4-modules-5.10.0-19-mips32r6-di isofs-modules-5.10.0-19-mips32r6-di jfs-modules-5.10.0-19-mips32r6-di xfs-modules-5.10.0-19-mips32r6-di squashfs-modules-5.10.0-19-mips32r6-di udf-modules-5.10.0-19-mips32r6-di fuse-modules-5.10.0-19-mips32r6-di f2fs-modules-5.10.0-19-mips32r6-di md-modules-5.10.0-19-mips32r6-di multipath-modules-5.10.0-19-mips32r6-di crc-modules-5.10.0-19-mips32r6-di crypto-modules-5.10.0-19-mips32r6-di crypto-dm-modules-5.10.0-19-mips32r6-di nbd-modules-5.10.0-19-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='5.10.0-20' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips32r6-di nic-shared-modules-5.10.0-20-mips32r6-di loop-modules-5.10.0-20-mips32r6-di btrfs-modules-5.10.0-20-mips32r6-di ext4-modules-5.10.0-20-mips32r6-di isofs-modules-5.10.0-20-mips32r6-di jfs-modules-5.10.0-20-mips32r6-di xfs-modules-5.10.0-20-mips32r6-di squashfs-modules-5.10.0-20-mips32r6-di udf-modules-5.10.0-20-mips32r6-di fuse-modules-5.10.0-20-mips32r6-di f2fs-modules-5.10.0-20-mips32r6-di md-modules-5.10.0-20-mips32r6-di multipath-modules-5.10.0-20-mips32r6-di crc-modules-5.10.0-20-mips32r6-di crypto-modules-5.10.0-20-mips32r6-di crypto-dm-modules-5.10.0-20-mips32r6-di nbd-modules-5.10.0-20-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='5.10.0-20' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips32r6-di nic-shared-modules-5.10.0-20-mips32r6-di loop-modules-5.10.0-20-mips32r6-di btrfs-modules-5.10.0-20-mips32r6-di ext4-modules-5.10.0-20-mips32r6-di isofs-modules-5.10.0-20-mips32r6-di jfs-modules-5.10.0-20-mips32r6-di xfs-modules-5.10.0-20-mips32r6-di squashfs-modules-5.10.0-20-mips32r6-di udf-modules-5.10.0-20-mips32r6-di fuse-modules-5.10.0-20-mips32r6-di f2fs-modules-5.10.0-20-mips32r6-di md-modules-5.10.0-20-mips32r6-di multipath-modules-5.10.0-20-mips32r6-di crc-modules-5.10.0-20-mips32r6-di crypto-modules-5.10.0-20-mips32r6-di crypto-dm-modules-5.10.0-20-mips32r6-di nbd-modules-5.10.0-20-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='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsr6_none_real:
  binary-arch_mipsr6_real:: setup_mipsr6
  binary-arch_mipsr6_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsr6el:: binary-arch_mipsr6el_none binary-arch_mipsr6el_real
  binary-arch_mipsr6el::
-       $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='5.10.0-19' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-mips32r6el-di nic-shared-modules-5.10.0-19-mips32r6el-di loop-modules-5.10.0-19-mips32r6el-di btrfs-modules-5.10.0-19-mips32r6el-di ext4-modules-5.10.0-19-mips32r6el-di isofs-modules-5.10.0-19-mips32r6el-di jfs-modules-5.10.0-19-mips32r6el-di xfs-modules-5.10.0-19-mips32r6el-di squashfs-modules-5.10.0-19-mips32r6el-di udf-modules-5.10.0-19-mips32r6el-di fuse-modules-5.10.0-19-mips32r6el-di f2fs-modules-5.10.0-19-mips32r6el-di md-modules-5.10.0-19-mips32r6el-di multipath-modules-5.10.0-19-mips32r6el-di crc-modules-5.10.0-19-mips32r6el-di crypto-modules-5.10.0-19-mips32r6el-di crypto-dm-modules-5.10.0-19-mips32r6el-di nbd-modules-5.10.0-19-mips32r6el-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='5.10.0-20' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips32r6el-di nic-shared-modules-5.10.0-20-mips32r6el-di loop-modules-5.10.0-20-mips32r6el-di btrfs-modules-5.10.0-20-mips32r6el-di ext4-modules-5.10.0-20-mips32r6el-di isofs-modules-5.10.0-20-mips32r6el-di jfs-modules-5.10.0-20-mips32r6el-di xfs-modules-5.10.0-20-mips32r6el-di squashfs-modules-5.10.0-20-mips32r6el-di udf-modules-5.10.0-20-mips32r6el-di fuse-modules-5.10.0-20-mips32r6el-di f2fs-modules-5.10.0-20-mips32r6el-di md-modules-5.10.0-20-mips32r6el-di multipath-modules-5.10.0-20-mips32r6el-di crc-modules-5.10.0-20-mips32r6el-di crypto-modules-5.10.0-20-mips32r6el-di crypto-dm-modules-5.10.0-20-mips32r6el-di nbd-modules-5.10.0-20-mips32r6el-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='5.10.0-20' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-mips32r6el-di nic-shared-modules-5.10.0-20-mips32r6el-di loop-modules-5.10.0-20-mips32r6el-di btrfs-modules-5.10.0-20-mips32r6el-di ext4-modules-5.10.0-20-mips32r6el-di isofs-modules-5.10.0-20-mips32r6el-di jfs-modules-5.10.0-20-mips32r6el-di xfs-modules-5.10.0-20-mips32r6el-di squashfs-modules-5.10.0-20-mips32r6el-di udf-modules-5.10.0-20-mips32r6el-di fuse-modules-5.10.0-20-mips32r6el-di f2fs-modules-5.10.0-20-mips32r6el-di md-modules-5.10.0-20-mips32r6el-di multipath-modules-5.10.0-20-mips32r6el-di crc-modules-5.10.0-20-mips32r6el-di crypto-modules-5.10.0-20-mips32r6el-di crypto-dm-modules-5.10.0-20-mips32r6el-di nbd-modules-5.10.0-20-mips32r6el-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='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_mipsr6el_none_real:
  binary-arch_mipsr6el_real:: setup_mipsr6el
  binary-arch_mipsr6el_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_powerpc:: binary-arch_powerpc_none binary-arch_powerpc_real
  binary-arch_powerpc::
-       $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='5.10.0-19' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-powerpc-di nic-modules-5.10.0-19-powerpc-di nic-wireless-modules-5.10.0-19-powerpc-di nic-shared-modules-5.10.0-19-powerpc-di serial-modules-5.10.0-19-powerpc-di usb-serial-modules-5.10.0-19-powerpc-di ppp-modules-5.10.0-19-powerpc-di pata-modules-5.10.0-19-powerpc-di cdrom-core-modules-5.10.0-19-powerpc-di firewire-core-modules-5.10.0-19-powerpc-di scsi-core-modules-5.10.0-19-powerpc-di scsi-modules-5.10.0-19-powerpc-di scsi-nic-modules-5.10.0-19-powerpc-di loop-modules-5.10.0-19-powerpc-di btrfs-modules-5.10.0-19-powerpc-di ext4-modules-5.10.0-19-powerpc-di isofs-modules-5.10.0-19-powerpc-di jfs-modules-5.10.0-19-powerpc-di xfs-modules-5.10.0-19-powerpc-di fat-modules-5.10.0-19-powerpc-di hfs-modules-5.10.0-19-powerpc-di affs-modules-5.10.0-19-powerpc-di squashfs-modules-5.10.0-19-powerpc-di udf-modules-5.10.0-19-powerpc-di fuse-modules-5.10.0-19-powerpc-di f2fs-modules-5.10.0-19-powerpc-di md-modules-5.10.0-19-powerpc-di multipath-modules-5.10.0-19-powerpc-di usb-modules-5.10.0-19-powerpc-di usb-storage-modules-5.10.0-19-powerpc-di pcmcia-storage-modules-5.10.0-19-powerpc-di fb-modules-5.10.0-19-powerpc-di input-modules-5.10.0-19-powerpc-di event-modules-5.10.0-19-powerpc-di mouse-modules-5.10.0-19-powerpc-di nic-pcmcia-modules-5.10.0-19-powerpc-di pcmcia-modules-5.10.0-19-powerpc-di nic-usb-modules-5.10.0-19-powerpc-di sata-modules-5.10.0-19-powerpc-di crc-modules-5.10.0-19-powerpc-di crypto-modules-5.10.0-19-powerpc-di crypto-dm-modules-5.10.0-19-powerpc-di ata-modules-5.10.0-19-powerpc-di mmc-core-modules-5.10.0-19-powerpc-di nbd-modules-5.10.0-19-powerpc-di uinput-modules-5.10.0-19-powerpc-di kernel-image-5.10.0-19-powerpc64-di nic-modules-5.10.0-19-powerpc64-di nic-wireless-modules-5.10.0-19-powerpc64-di nic-shared-modules-5.10.0-19-powerpc64-di serial-modules-5.10.0-19-powerpc64-di usb-serial-modules-5.10.0-19-powerpc64-di ppp-modules-5.10.0-19-powerpc64-di pata-modules-5.10.0-19-powerpc64-di cdrom-core-modules-5.10.0-19-powerpc64-di firewire-core-modules-5.10.0-19-powerpc64-di scsi-core-modules-5.10.0-19-powerpc64-di scsi-modules-5.10.0-19-powerpc64-di scsi-nic-modules-5.10.0-19-powerpc64-di loop-modules-5.10.0-19-powerpc64-di btrfs-modules-5.10.0-19-powerpc64-di ext4-modules-5.10.0-19-powerpc64-di isofs-modules-5.10.0-19-powerpc64-di jfs-modules-5.10.0-19-powerpc64-di xfs-modules-5.10.0-19-powerpc64-di fat-modules-5.10.0-19-powerpc64-di hfs-modules-5.10.0-19-powerpc64-di affs-modules-5.10.0-19-powerpc64-di squashfs-modules-5.10.0-19-powerpc64-di udf-modules-5.10.0-19-powerpc64-di fuse-modules-5.10.0-19-powerpc64-di f2fs-modules-5.10.0-19-powerpc64-di md-modules-5.10.0-19-powerpc64-di multipath-modules-5.10.0-19-powerpc64-di usb-modules-5.10.0-19-powerpc64-di usb-storage-modules-5.10.0-19-powerpc64-di pcmcia-storage-modules-5.10.0-19-powerpc64-di fb-modules-5.10.0-19-powerpc64-di input-modules-5.10.0-19-powerpc64-di event-modules-5.10.0-19-powerpc64-di mouse-modules-5.10.0-19-powerpc64-di nic-pcmcia-modules-5.10.0-19-powerpc64-di pcmcia-modules-5.10.0-19-powerpc64-di nic-usb-modules-5.10.0-19-powerpc64-di sata-modules-5.10.0-19-powerpc64-di i2c-modules-5.10.0-19-powerpc64-di crc-modules-5.10.0-19-powerpc64-di crypto-modules-5.10.0-19-powerpc64-di crypto-dm-modules-5.10.0-19-powerpc64-di ata-modules-5.10.0-19-powerpc64-di mmc-core-modules-5.10.0-19-powerpc64-di nbd-modules-5.10.0-19-powerpc64-di uinput-modules-5.10.0-19-powerpc64-di mtd-core-modules-5.10.0-19-powerpc64-di hypervisor-modules-5.10.0-19-powerpc64-di fancontrol-modules-5.10.0-19-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='5.10.0-20' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-powerpc-di nic-modules-5.10.0-20-powerpc-di nic-wireless-modules-5.10.0-20-powerpc-di nic-shared-modules-5.10.0-20-powerpc-di serial-modules-5.10.0-20-powerpc-di usb-serial-modules-5.10.0-20-powerpc-di ppp-modules-5.10.0-20-powerpc-di pata-modules-5.10.0-20-powerpc-di cdrom-core-modules-5.10.0-20-powerpc-di firewire-core-modules-5.10.0-20-powerpc-di scsi-core-modules-5.10.0-20-powerpc-di scsi-modules-5.10.0-20-powerpc-di scsi-nic-modules-5.10.0-20-powerpc-di loop-modules-5.10.0-20-powerpc-di btrfs-modules-5.10.0-20-powerpc-di ext4-modules-5.10.0-20-powerpc-di isofs-modules-5.10.0-20-powerpc-di jfs-modules-5.10.0-20-powerpc-di xfs-modules-5.10.0-20-powerpc-di fat-modules-5.10.0-20-powerpc-di hfs-modules-5.10.0-20-powerpc-di affs-modules-5.10.0-20-powerpc-di squashfs-modules-5.10.0-20-powerpc-di udf-modules-5.10.0-20-powerpc-di fuse-modules-5.10.0-20-powerpc-di f2fs-modules-5.10.0-20-powerpc-di md-modules-5.10.0-20-powerpc-di multipath-modules-5.10.0-20-powerpc-di usb-modules-5.10.0-20-powerpc-di usb-storage-modules-5.10.0-20-powerpc-di pcmcia-storage-modules-5.10.0-20-powerpc-di fb-modules-5.10.0-20-powerpc-di input-modules-5.10.0-20-powerpc-di event-modules-5.10.0-20-powerpc-di mouse-modules-5.10.0-20-powerpc-di nic-pcmcia-modules-5.10.0-20-powerpc-di pcmcia-modules-5.10.0-20-powerpc-di nic-usb-modules-5.10.0-20-powerpc-di sata-modules-5.10.0-20-powerpc-di crc-modules-5.10.0-20-powerpc-di crypto-modules-5.10.0-20-powerpc-di crypto-dm-modules-5.10.0-20-powerpc-di ata-modules-5.10.0-20-powerpc-di mmc-core-modules-5.10.0-20-powerpc-di nbd-modules-5.10.0-20-powerpc-di uinput-modules-5.10.0-20-powerpc-di kernel-image-5.10.0-20-powerpc64-di nic-modules-5.10.0-20-powerpc64-di nic-wireless-modules-5.10.0-20-powerpc64-di nic-shared-modules-5.10.0-20-powerpc64-di serial-modules-5.10.0-20-powerpc64-di usb-serial-modules-5.10.0-20-powerpc64-di ppp-modules-5.10.0-20-powerpc64-di pata-modules-5.10.0-20-powerpc64-di cdrom-core-modules-5.10.0-20-powerpc64-di firewire-core-modules-5.10.0-20-powerpc64-di scsi-core-modules-5.10.0-20-powerpc64-di scsi-modules-5.10.0-20-powerpc64-di scsi-nic-modules-5.10.0-20-powerpc64-di loop-modules-5.10.0-20-powerpc64-di btrfs-modules-5.10.0-20-powerpc64-di ext4-modules-5.10.0-20-powerpc64-di isofs-modules-5.10.0-20-powerpc64-di jfs-modules-5.10.0-20-powerpc64-di xfs-modules-5.10.0-20-powerpc64-di fat-modules-5.10.0-20-powerpc64-di hfs-modules-5.10.0-20-powerpc64-di affs-modules-5.10.0-20-powerpc64-di squashfs-modules-5.10.0-20-powerpc64-di udf-modules-5.10.0-20-powerpc64-di fuse-modules-5.10.0-20-powerpc64-di f2fs-modules-5.10.0-20-powerpc64-di md-modules-5.10.0-20-powerpc64-di multipath-modules-5.10.0-20-powerpc64-di usb-modules-5.10.0-20-powerpc64-di usb-storage-modules-5.10.0-20-powerpc64-di pcmcia-storage-modules-5.10.0-20-powerpc64-di fb-modules-5.10.0-20-powerpc64-di input-modules-5.10.0-20-powerpc64-di event-modules-5.10.0-20-powerpc64-di mouse-modules-5.10.0-20-powerpc64-di nic-pcmcia-modules-5.10.0-20-powerpc64-di pcmcia-modules-5.10.0-20-powerpc64-di nic-usb-modules-5.10.0-20-powerpc64-di sata-modules-5.10.0-20-powerpc64-di i2c-modules-5.10.0-20-powerpc64-di crc-modules-5.10.0-20-powerpc64-di crypto-modules-5.10.0-20-powerpc64-di crypto-dm-modules-5.10.0-20-powerpc64-di ata-modules-5.10.0-20-powerpc64-di mmc-core-modules-5.10.0-20-powerpc64-di nbd-modules-5.10.0-20-powerpc64-di uinput-modules-5.10.0-20-powerpc64-di mtd-core-modules-5.10.0-20-powerpc64-di hypervisor-modules-5.10.0-20-powerpc64-di fancontrol-modules-5.10.0-20-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='5.10.0-20' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-powerpc-di nic-modules-5.10.0-20-powerpc-di nic-wireless-modules-5.10.0-20-powerpc-di nic-shared-modules-5.10.0-20-powerpc-di serial-modules-5.10.0-20-powerpc-di usb-serial-modules-5.10.0-20-powerpc-di ppp-modules-5.10.0-20-powerpc-di pata-modules-5.10.0-20-powerpc-di cdrom-core-modules-5.10.0-20-powerpc-di firewire-core-modules-5.10.0-20-powerpc-di scsi-core-modules-5.10.0-20-powerpc-di scsi-modules-5.10.0-20-powerpc-di scsi-nic-modules-5.10.0-20-powerpc-di loop-modules-5.10.0-20-powerpc-di btrfs-modules-5.10.0-20-powerpc-di ext4-modules-5.10.0-20-powerpc-di isofs-modules-5.10.0-20-powerpc-di jfs-modules-5.10.0-20-powerpc-di xfs-modules-5.10.0-20-powerpc-di fat-modules-5.10.0-20-powerpc-di hfs-modules-5.10.0-20-powerpc-di affs-modules-5.10.0-20-powerpc-di squashfs-modules-5.10.0-20-powerpc-di udf-modules-5.10.0-20-powerpc-di fuse-modules-5.10.0-20-powerpc-di f2fs-modules-5.10.0-20-powerpc-di md-modules-5.10.0-20-powerpc-di multipath-modules-5.10.0-20-powerpc-di usb-modules-5.10.0-20-powerpc-di usb-storage-modules-5.10.0-20-powerpc-di pcmcia-storage-modules-5.10.0-20-powerpc-di fb-modules-5.10.0-20-powerpc-di input-modules-5.10.0-20-powerpc-di event-modules-5.10.0-20-powerpc-di mouse-modules-5.10.0-20-powerpc-di nic-pcmcia-modules-5.10.0-20-powerpc-di pcmcia-modules-5.10.0-20-powerpc-di nic-usb-modules-5.10.0-20-powerpc-di sata-modules-5.10.0-20-powerpc-di crc-modules-5.10.0-20-powerpc-di crypto-modules-5.10.0-20-powerpc-di crypto-dm-modules-5.10.0-20-powerpc-di ata-modules-5.10.0-20-powerpc-di mmc-core-modules-5.10.0-20-powerpc-di nbd-modules-5.10.0-20-powerpc-di uinput-modules-5.10.0-20-powerpc-di kernel-image-5.10.0-20-powerpc64-di nic-modules-5.10.0-20-powerpc64-di nic-wireless-modules-5.10.0-20-powerpc64-di nic-shared-modules-5.10.0-20-powerpc64-di serial-modules-5.10.0-20-powerpc64-di usb-serial-modules-5.10.0-20-powerpc64-di ppp-modules-5.10.0-20-powerpc64-di pata-modules-5.10.0-20-powerpc64-di cdrom-core-modules-5.10.0-20-powerpc64-di firewire-core-modules-5.10.0-20-powerpc64-di scsi-core-modules-5.10.0-20-powerpc64-di scsi-modules-5.10.0-20-powerpc64-di scsi-nic-modules-5.10.0-20-powerpc64-di loop-modules-5.10.0-20-powerpc64-di btrfs-modules-5.10.0-20-powerpc64-di ext4-modules-5.10.0-20-powerpc64-di isofs-modules-5.10.0-20-powerpc64-di jfs-modules-5.10.0-20-powerpc64-di xfs-modules-5.10.0-20-powerpc64-di fat-modules-5.10.0-20-powerpc64-di hfs-modules-5.10.0-20-powerpc64-di affs-modules-5.10.0-20-powerpc64-di squashfs-modules-5.10.0-20-powerpc64-di udf-modules-5.10.0-20-powerpc64-di fuse-modules-5.10.0-20-powerpc64-di f2fs-modules-5.10.0-20-powerpc64-di md-modules-5.10.0-20-powerpc64-di multipath-modules-5.10.0-20-powerpc64-di usb-modules-5.10.0-20-powerpc64-di usb-storage-modules-5.10.0-20-powerpc64-di pcmcia-storage-modules-5.10.0-20-powerpc64-di fb-modules-5.10.0-20-powerpc64-di input-modules-5.10.0-20-powerpc64-di event-modules-5.10.0-20-powerpc64-di mouse-modules-5.10.0-20-powerpc64-di nic-pcmcia-modules-5.10.0-20-powerpc64-di pcmcia-modules-5.10.0-20-powerpc64-di nic-usb-modules-5.10.0-20-powerpc64-di sata-modules-5.10.0-20-powerpc64-di i2c-modules-5.10.0-20-powerpc64-di crc-modules-5.10.0-20-powerpc64-di crypto-modules-5.10.0-20-powerpc64-di crypto-dm-modules-5.10.0-20-powerpc64-di ata-modules-5.10.0-20-powerpc64-di mmc-core-modules-5.10.0-20-powerpc64-di nbd-modules-5.10.0-20-powerpc64-di uinput-modules-5.10.0-20-powerpc64-di mtd-core-modules-5.10.0-20-powerpc64-di hypervisor-modules-5.10.0-20-powerpc64-di fancontrol-modules-5.10.0-20-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='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_powerpc_none_powerpc_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_powerpc_none_real:
  binary-arch_powerpc_real:: setup_powerpc
  binary-arch_powerpc_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_ppc64:: binary-arch_ppc64_none binary-arch_ppc64_real
  binary-arch_ppc64::
-       $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='5.10.0-19' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-powerpc64-di nic-modules-5.10.0-19-powerpc64-di nic-wireless-modules-5.10.0-19-powerpc64-di nic-shared-modules-5.10.0-19-powerpc64-di serial-modules-5.10.0-19-powerpc64-di usb-serial-modules-5.10.0-19-powerpc64-di ppp-modules-5.10.0-19-powerpc64-di pata-modules-5.10.0-19-powerpc64-di cdrom-core-modules-5.10.0-19-powerpc64-di firewire-core-modules-5.10.0-19-powerpc64-di scsi-core-modules-5.10.0-19-powerpc64-di scsi-modules-5.10.0-19-powerpc64-di scsi-nic-modules-5.10.0-19-powerpc64-di loop-modules-5.10.0-19-powerpc64-di btrfs-modules-5.10.0-19-powerpc64-di ext4-modules-5.10.0-19-powerpc64-di isofs-modules-5.10.0-19-powerpc64-di jfs-modules-5.10.0-19-powerpc64-di xfs-modules-5.10.0-19-powerpc64-di fat-modules-5.10.0-19-powerpc64-di hfs-modules-5.10.0-19-powerpc64-di affs-modules-5.10.0-19-powerpc64-di squashfs-modules-5.10.0-19-powerpc64-di udf-modules-5.10.0-19-powerpc64-di fuse-modules-5.10.0-19-powerpc64-di f2fs-modules-5.10.0-19-powerpc64-di md-modules-5.10.0-19-powerpc64-di multipath-modules-5.10.0-19-powerpc64-di usb-modules-5.10.0-19-powerpc64-di usb-storage-modules-5.10.0-19-powerpc64-di pcmcia-storage-modules-5.10.0-19-powerpc64-di fb-modules-5.10.0-19-powerpc64-di input-modules-5.10.0-19-powerpc64-di event-modules-5.10.0-19-powerpc64-di mouse-modules-5.10.0-19-powerpc64-di nic-pcmcia-modules-5.10.0-19-powerpc64-di pcmcia-modules-5.10.0-19-powerpc64-di nic-usb-modules-5.10.0-19-powerpc64-di sata-modules-5.10.0-19-powerpc64-di i2c-modules-5.10.0-19-powerpc64-di crc-modules-5.10.0-19-powerpc64-di crypto-modules-5.10.0-19-powerpc64-di crypto-dm-modules-5.10.0-19-powerpc64-di ata-modules-5.10.0-19-powerpc64-di mmc-core-modules-5.10.0-19-powerpc64-di nbd-modules-5.10.0-19-powerpc64-di uinput-modules-5.10.0-19-powerpc64-di mtd-core-modules-5.10.0-19-powerpc64-di hypervisor-modules-5.10.0-19-powerpc64-di fancontrol-modules-5.10.0-19-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='5.10.0-20' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-powerpc64-di nic-modules-5.10.0-20-powerpc64-di nic-wireless-modules-5.10.0-20-powerpc64-di nic-shared-modules-5.10.0-20-powerpc64-di serial-modules-5.10.0-20-powerpc64-di usb-serial-modules-5.10.0-20-powerpc64-di ppp-modules-5.10.0-20-powerpc64-di pata-modules-5.10.0-20-powerpc64-di cdrom-core-modules-5.10.0-20-powerpc64-di firewire-core-modules-5.10.0-20-powerpc64-di scsi-core-modules-5.10.0-20-powerpc64-di scsi-modules-5.10.0-20-powerpc64-di scsi-nic-modules-5.10.0-20-powerpc64-di loop-modules-5.10.0-20-powerpc64-di btrfs-modules-5.10.0-20-powerpc64-di ext4-modules-5.10.0-20-powerpc64-di isofs-modules-5.10.0-20-powerpc64-di jfs-modules-5.10.0-20-powerpc64-di xfs-modules-5.10.0-20-powerpc64-di fat-modules-5.10.0-20-powerpc64-di hfs-modules-5.10.0-20-powerpc64-di affs-modules-5.10.0-20-powerpc64-di squashfs-modules-5.10.0-20-powerpc64-di udf-modules-5.10.0-20-powerpc64-di fuse-modules-5.10.0-20-powerpc64-di f2fs-modules-5.10.0-20-powerpc64-di md-modules-5.10.0-20-powerpc64-di multipath-modules-5.10.0-20-powerpc64-di usb-modules-5.10.0-20-powerpc64-di usb-storage-modules-5.10.0-20-powerpc64-di pcmcia-storage-modules-5.10.0-20-powerpc64-di fb-modules-5.10.0-20-powerpc64-di input-modules-5.10.0-20-powerpc64-di event-modules-5.10.0-20-powerpc64-di mouse-modules-5.10.0-20-powerpc64-di nic-pcmcia-modules-5.10.0-20-powerpc64-di pcmcia-modules-5.10.0-20-powerpc64-di nic-usb-modules-5.10.0-20-powerpc64-di sata-modules-5.10.0-20-powerpc64-di i2c-modules-5.10.0-20-powerpc64-di crc-modules-5.10.0-20-powerpc64-di crypto-modules-5.10.0-20-powerpc64-di crypto-dm-modules-5.10.0-20-powerpc64-di ata-modules-5.10.0-20-powerpc64-di mmc-core-modules-5.10.0-20-powerpc64-di nbd-modules-5.10.0-20-powerpc64-di uinput-modules-5.10.0-20-powerpc64-di mtd-core-modules-5.10.0-20-powerpc64-di hypervisor-modules-5.10.0-20-powerpc64-di fancontrol-modules-5.10.0-20-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='5.10.0-20' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-powerpc64-di nic-modules-5.10.0-20-powerpc64-di nic-wireless-modules-5.10.0-20-powerpc64-di nic-shared-modules-5.10.0-20-powerpc64-di serial-modules-5.10.0-20-powerpc64-di usb-serial-modules-5.10.0-20-powerpc64-di ppp-modules-5.10.0-20-powerpc64-di pata-modules-5.10.0-20-powerpc64-di cdrom-core-modules-5.10.0-20-powerpc64-di firewire-core-modules-5.10.0-20-powerpc64-di scsi-core-modules-5.10.0-20-powerpc64-di scsi-modules-5.10.0-20-powerpc64-di scsi-nic-modules-5.10.0-20-powerpc64-di loop-modules-5.10.0-20-powerpc64-di btrfs-modules-5.10.0-20-powerpc64-di ext4-modules-5.10.0-20-powerpc64-di isofs-modules-5.10.0-20-powerpc64-di jfs-modules-5.10.0-20-powerpc64-di xfs-modules-5.10.0-20-powerpc64-di fat-modules-5.10.0-20-powerpc64-di hfs-modules-5.10.0-20-powerpc64-di affs-modules-5.10.0-20-powerpc64-di squashfs-modules-5.10.0-20-powerpc64-di udf-modules-5.10.0-20-powerpc64-di fuse-modules-5.10.0-20-powerpc64-di f2fs-modules-5.10.0-20-powerpc64-di md-modules-5.10.0-20-powerpc64-di multipath-modules-5.10.0-20-powerpc64-di usb-modules-5.10.0-20-powerpc64-di usb-storage-modules-5.10.0-20-powerpc64-di pcmcia-storage-modules-5.10.0-20-powerpc64-di fb-modules-5.10.0-20-powerpc64-di input-modules-5.10.0-20-powerpc64-di event-modules-5.10.0-20-powerpc64-di mouse-modules-5.10.0-20-powerpc64-di nic-pcmcia-modules-5.10.0-20-powerpc64-di pcmcia-modules-5.10.0-20-powerpc64-di nic-usb-modules-5.10.0-20-powerpc64-di sata-modules-5.10.0-20-powerpc64-di i2c-modules-5.10.0-20-powerpc64-di crc-modules-5.10.0-20-powerpc64-di crypto-modules-5.10.0-20-powerpc64-di crypto-dm-modules-5.10.0-20-powerpc64-di ata-modules-5.10.0-20-powerpc64-di mmc-core-modules-5.10.0-20-powerpc64-di nbd-modules-5.10.0-20-powerpc64-di uinput-modules-5.10.0-20-powerpc64-di mtd-core-modules-5.10.0-20-powerpc64-di hypervisor-modules-5.10.0-20-powerpc64-di fancontrol-modules-5.10.0-20-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='5.10.0-19' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_ppc64_none_real:
  binary-arch_ppc64_real:: setup_ppc64
  binary-arch_ppc64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_ppc64el:: binary-arch_ppc64el_none binary-arch_ppc64el_real
  binary-arch_ppc64el::
-       $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='5.10.0-19' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-powerpc64le-di nic-modules-5.10.0-19-powerpc64le-di nic-wireless-modules-5.10.0-19-powerpc64le-di nic-shared-modules-5.10.0-19-powerpc64le-di serial-modules-5.10.0-19-powerpc64le-di usb-serial-modules-5.10.0-19-powerpc64le-di ppp-modules-5.10.0-19-powerpc64le-di cdrom-core-modules-5.10.0-19-powerpc64le-di firewire-core-modules-5.10.0-19-powerpc64le-di scsi-core-modules-5.10.0-19-powerpc64le-di scsi-modules-5.10.0-19-powerpc64le-di scsi-nic-modules-5.10.0-19-powerpc64le-di loop-modules-5.10.0-19-powerpc64le-di btrfs-modules-5.10.0-19-powerpc64le-di ext4-modules-5.10.0-19-powerpc64le-di isofs-modules-5.10.0-19-powerpc64le-di jfs-modules-5.10.0-19-powerpc64le-di xfs-modules-5.10.0-19-powerpc64le-di fat-modules-5.10.0-19-powerpc64le-di squashfs-modules-5.10.0-19-powerpc64le-di udf-modules-5.10.0-19-powerpc64le-di fuse-modules-5.10.0-19-powerpc64le-di f2fs-modules-5.10.0-19-powerpc64le-di md-modules-5.10.0-19-powerpc64le-di multipath-modules-5.10.0-19-powerpc64le-di usb-modules-5.10.0-19-powerpc64le-di usb-storage-modules-5.10.0-19-powerpc64le-di fb-modules-5.10.0-19-powerpc64le-di input-modules-5.10.0-19-powerpc64le-di event-modules-5.10.0-19-powerpc64le-di mouse-modules-5.10.0-19-powerpc64le-di nic-usb-modules-5.10.0-19-powerpc64le-di sata-modules-5.10.0-19-powerpc64le-di i2c-modules-5.10.0-19-powerpc64le-di crc-modules-5.10.0-19-powerpc64le-di crypto-modules-5.10.0-19-powerpc64le-di crypto-dm-modules-5.10.0-19-powerpc64le-di ata-modules-5.10.0-19-powerpc64le-di nbd-modules-5.10.0-19-powerpc64le-di uinput-modules-5.10.0-19-powerpc64le-di mtd-core-modules-5.10.0-19-powerpc64le-di hypervisor-modules-5.10.0-19-powerpc64le-di fancontrol-modules-5.10.0-19-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='5.10.0-20' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-powerpc64le-di nic-modules-5.10.0-20-powerpc64le-di nic-wireless-modules-5.10.0-20-powerpc64le-di nic-shared-modules-5.10.0-20-powerpc64le-di serial-modules-5.10.0-20-powerpc64le-di usb-serial-modules-5.10.0-20-powerpc64le-di ppp-modules-5.10.0-20-powerpc64le-di cdrom-core-modules-5.10.0-20-powerpc64le-di firewire-core-modules-5.10.0-20-powerpc64le-di scsi-core-modules-5.10.0-20-powerpc64le-di scsi-modules-5.10.0-20-powerpc64le-di scsi-nic-modules-5.10.0-20-powerpc64le-di loop-modules-5.10.0-20-powerpc64le-di btrfs-modules-5.10.0-20-powerpc64le-di ext4-modules-5.10.0-20-powerpc64le-di isofs-modules-5.10.0-20-powerpc64le-di jfs-modules-5.10.0-20-powerpc64le-di xfs-modules-5.10.0-20-powerpc64le-di fat-modules-5.10.0-20-powerpc64le-di squashfs-modules-5.10.0-20-powerpc64le-di udf-modules-5.10.0-20-powerpc64le-di fuse-modules-5.10.0-20-powerpc64le-di f2fs-modules-5.10.0-20-powerpc64le-di md-modules-5.10.0-20-powerpc64le-di multipath-modules-5.10.0-20-powerpc64le-di usb-modules-5.10.0-20-powerpc64le-di usb-storage-modules-5.10.0-20-powerpc64le-di fb-modules-5.10.0-20-powerpc64le-di input-modules-5.10.0-20-powerpc64le-di event-modules-5.10.0-20-powerpc64le-di mouse-modules-5.10.0-20-powerpc64le-di nic-usb-modules-5.10.0-20-powerpc64le-di sata-modules-5.10.0-20-powerpc64le-di i2c-modules-5.10.0-20-powerpc64le-di crc-modules-5.10.0-20-powerpc64le-di crypto-modules-5.10.0-20-powerpc64le-di crypto-dm-modules-5.10.0-20-powerpc64le-di ata-modules-5.10.0-20-powerpc64le-di nbd-modules-5.10.0-20-powerpc64le-di uinput-modules-5.10.0-20-powerpc64le-di mtd-core-modules-5.10.0-20-powerpc64le-di hypervisor-modules-5.10.0-20-powerpc64le-di fancontrol-modules-5.10.0-20-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='5.10.0-20' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-powerpc64le-di nic-modules-5.10.0-20-powerpc64le-di nic-wireless-modules-5.10.0-20-powerpc64le-di nic-shared-modules-5.10.0-20-powerpc64le-di serial-modules-5.10.0-20-powerpc64le-di usb-serial-modules-5.10.0-20-powerpc64le-di ppp-modules-5.10.0-20-powerpc64le-di cdrom-core-modules-5.10.0-20-powerpc64le-di firewire-core-modules-5.10.0-20-powerpc64le-di scsi-core-modules-5.10.0-20-powerpc64le-di scsi-modules-5.10.0-20-powerpc64le-di scsi-nic-modules-5.10.0-20-powerpc64le-di loop-modules-5.10.0-20-powerpc64le-di btrfs-modules-5.10.0-20-powerpc64le-di ext4-modules-5.10.0-20-powerpc64le-di isofs-modules-5.10.0-20-powerpc64le-di jfs-modules-5.10.0-20-powerpc64le-di xfs-modules-5.10.0-20-powerpc64le-di fat-modules-5.10.0-20-powerpc64le-di squashfs-modules-5.10.0-20-powerpc64le-di udf-modules-5.10.0-20-powerpc64le-di fuse-modules-5.10.0-20-powerpc64le-di f2fs-modules-5.10.0-20-powerpc64le-di md-modules-5.10.0-20-powerpc64le-di multipath-modules-5.10.0-20-powerpc64le-di usb-modules-5.10.0-20-powerpc64le-di usb-storage-modules-5.10.0-20-powerpc64le-di fb-modules-5.10.0-20-powerpc64le-di input-modules-5.10.0-20-powerpc64le-di event-modules-5.10.0-20-powerpc64le-di mouse-modules-5.10.0-20-powerpc64le-di nic-usb-modules-5.10.0-20-powerpc64le-di sata-modules-5.10.0-20-powerpc64le-di i2c-modules-5.10.0-20-powerpc64le-di crc-modules-5.10.0-20-powerpc64le-di crypto-modules-5.10.0-20-powerpc64le-di crypto-dm-modules-5.10.0-20-powerpc64le-di ata-modules-5.10.0-20-powerpc64le-di nbd-modules-5.10.0-20-powerpc64le-di uinput-modules-5.10.0-20-powerpc64le-di mtd-core-modules-5.10.0-20-powerpc64le-di hypervisor-modules-5.10.0-20-powerpc64le-di fancontrol-modules-5.10.0-20-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='5.10.0-19' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_ppc64el_none_real:
  binary-arch_ppc64el_real:: setup_ppc64el
  binary-arch_ppc64el_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_riscv64:: binary-arch_riscv64_none binary-arch_riscv64_real
  binary-arch_riscv64::
-       $(MAKE) -f debian/rules.real install-udeb_riscv64 ABINAME='5.10.0-19' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-riscv64-di nic-modules-5.10.0-19-riscv64-di nic-wireless-modules-5.10.0-19-riscv64-di nic-shared-modules-5.10.0-19-riscv64-di usb-serial-modules-5.10.0-19-riscv64-di ppp-modules-5.10.0-19-riscv64-di pata-modules-5.10.0-19-riscv64-di cdrom-core-modules-5.10.0-19-riscv64-di scsi-core-modules-5.10.0-19-riscv64-di scsi-modules-5.10.0-19-riscv64-di scsi-nic-modules-5.10.0-19-riscv64-di loop-modules-5.10.0-19-riscv64-di btrfs-modules-5.10.0-19-riscv64-di ext4-modules-5.10.0-19-riscv64-di isofs-modules-5.10.0-19-riscv64-di jfs-modules-5.10.0-19-riscv64-di fat-modules-5.10.0-19-riscv64-di squashfs-modules-5.10.0-19-riscv64-di udf-modules-5.10.0-19-riscv64-di fuse-modules-5.10.0-19-riscv64-di f2fs-modules-5.10.0-19-riscv64-di md-modules-5.10.0-19-riscv64-di multipath-modules-5.10.0-19-riscv64-di usb-modules-5.10.0-19-riscv64-di usb-storage-modules-5.10.0-19-riscv64-di fb-modules-5.10.0-19-riscv64-di input-modules-5.10.0-19-riscv64-di event-modules-5.10.0-19-riscv64-di nic-usb-modules-5.10.0-19-riscv64-di sata-modules-5.10.0-19-riscv64-di i2c-modules-5.10.0-19-riscv64-di crc-modules-5.10.0-19-riscv64-di crypto-modules-5.10.0-19-riscv64-di crypto-dm-modules-5.10.0-19-riscv64-di ata-modules-5.10.0-19-riscv64-di mmc-core-modules-5.10.0-19-riscv64-di mmc-modules-5.10.0-19-riscv64-di nbd-modules-5.10.0-19-riscv64-di mtd-modules-5.10.0-19-riscv64-di mtd-core-modules-5.10.0-19-riscv64-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_riscv64 ABINAME='5.10.0-20' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-riscv64-di nic-modules-5.10.0-20-riscv64-di nic-wireless-modules-5.10.0-20-riscv64-di nic-shared-modules-5.10.0-20-riscv64-di usb-serial-modules-5.10.0-20-riscv64-di ppp-modules-5.10.0-20-riscv64-di pata-modules-5.10.0-20-riscv64-di cdrom-core-modules-5.10.0-20-riscv64-di scsi-core-modules-5.10.0-20-riscv64-di scsi-modules-5.10.0-20-riscv64-di scsi-nic-modules-5.10.0-20-riscv64-di loop-modules-5.10.0-20-riscv64-di btrfs-modules-5.10.0-20-riscv64-di ext4-modules-5.10.0-20-riscv64-di isofs-modules-5.10.0-20-riscv64-di jfs-modules-5.10.0-20-riscv64-di fat-modules-5.10.0-20-riscv64-di squashfs-modules-5.10.0-20-riscv64-di udf-modules-5.10.0-20-riscv64-di fuse-modules-5.10.0-20-riscv64-di f2fs-modules-5.10.0-20-riscv64-di md-modules-5.10.0-20-riscv64-di multipath-modules-5.10.0-20-riscv64-di usb-modules-5.10.0-20-riscv64-di usb-storage-modules-5.10.0-20-riscv64-di fb-modules-5.10.0-20-riscv64-di input-modules-5.10.0-20-riscv64-di event-modules-5.10.0-20-riscv64-di nic-usb-modules-5.10.0-20-riscv64-di sata-modules-5.10.0-20-riscv64-di i2c-modules-5.10.0-20-riscv64-di crc-modules-5.10.0-20-riscv64-di crypto-modules-5.10.0-20-riscv64-di crypto-dm-modules-5.10.0-20-riscv64-di ata-modules-5.10.0-20-riscv64-di mmc-core-modules-5.10.0-20-riscv64-di mmc-modules-5.10.0-20-riscv64-di nbd-modules-5.10.0-20-riscv64-di mtd-modules-5.10.0-20-riscv64-di mtd-core-modules-5.10.0-20-riscv64-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_riscv64 ABINAME='5.10.0-20' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-riscv64-di nic-modules-5.10.0-20-riscv64-di nic-wireless-modules-5.10.0-20-riscv64-di nic-shared-modules-5.10.0-20-riscv64-di usb-serial-modules-5.10.0-20-riscv64-di ppp-modules-5.10.0-20-riscv64-di pata-modules-5.10.0-20-riscv64-di cdrom-core-modules-5.10.0-20-riscv64-di scsi-core-modules-5.10.0-20-riscv64-di scsi-modules-5.10.0-20-riscv64-di scsi-nic-modules-5.10.0-20-riscv64-di loop-modules-5.10.0-20-riscv64-di btrfs-modules-5.10.0-20-riscv64-di ext4-modules-5.10.0-20-riscv64-di isofs-modules-5.10.0-20-riscv64-di jfs-modules-5.10.0-20-riscv64-di fat-modules-5.10.0-20-riscv64-di squashfs-modules-5.10.0-20-riscv64-di udf-modules-5.10.0-20-riscv64-di fuse-modules-5.10.0-20-riscv64-di f2fs-modules-5.10.0-20-riscv64-di md-modules-5.10.0-20-riscv64-di multipath-modules-5.10.0-20-riscv64-di usb-modules-5.10.0-20-riscv64-di usb-storage-modules-5.10.0-20-riscv64-di fb-modules-5.10.0-20-riscv64-di input-modules-5.10.0-20-riscv64-di event-modules-5.10.0-20-riscv64-di nic-usb-modules-5.10.0-20-riscv64-di sata-modules-5.10.0-20-riscv64-di i2c-modules-5.10.0-20-riscv64-di crc-modules-5.10.0-20-riscv64-di crypto-modules-5.10.0-20-riscv64-di crypto-dm-modules-5.10.0-20-riscv64-di ata-modules-5.10.0-20-riscv64-di mmc-core-modules-5.10.0-20-riscv64-di mmc-modules-5.10.0-20-riscv64-di nbd-modules-5.10.0-20-riscv64-di mtd-modules-5.10.0-20-riscv64-di mtd-core-modules-5.10.0-20-riscv64-di' UDEB_UNSIGNED_TEST_BUILD=False
  binary-arch_riscv64_none: binary-arch_riscv64_none_real binary-arch_riscv64_none_riscv64
  binary-arch_riscv64_none_real:
  binary-arch_riscv64_none_riscv64: binary-arch_riscv64_none_riscv64_real
  binary-arch_riscv64_none_riscv64_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_riscv64_real:: setup_riscv64
  binary-arch_riscv64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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-10-s390'
  binary-arch_s390_real:: setup_s390
  binary-arch_s390_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-s390x-di nic-modules-5.10.0-19-s390x-di cdrom-core-modules-5.10.0-19-s390x-di scsi-core-modules-5.10.0-19-s390x-di scsi-modules-5.10.0-19-s390x-di loop-modules-5.10.0-19-s390x-di btrfs-modules-5.10.0-19-s390x-di ext4-modules-5.10.0-19-s390x-di isofs-modules-5.10.0-19-s390x-di xfs-modules-5.10.0-19-s390x-di fat-modules-5.10.0-19-s390x-di udf-modules-5.10.0-19-s390x-di fuse-modules-5.10.0-19-s390x-di f2fs-modules-5.10.0-19-s390x-di md-modules-5.10.0-19-s390x-di multipath-modules-5.10.0-19-s390x-di crc-modules-5.10.0-19-s390x-di crypto-modules-5.10.0-19-s390x-di crypto-dm-modules-5.10.0-19-s390x-di nbd-modules-5.10.0-19-s390x-di mtd-core-modules-5.10.0-19-s390x-di dasd-modules-5.10.0-19-s390x-di dasd-extra-modules-5.10.0-19-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='5.10.0-20' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-s390x-di nic-modules-5.10.0-20-s390x-di cdrom-core-modules-5.10.0-20-s390x-di scsi-core-modules-5.10.0-20-s390x-di scsi-modules-5.10.0-20-s390x-di loop-modules-5.10.0-20-s390x-di btrfs-modules-5.10.0-20-s390x-di ext4-modules-5.10.0-20-s390x-di isofs-modules-5.10.0-20-s390x-di xfs-modules-5.10.0-20-s390x-di fat-modules-5.10.0-20-s390x-di udf-modules-5.10.0-20-s390x-di fuse-modules-5.10.0-20-s390x-di f2fs-modules-5.10.0-20-s390x-di md-modules-5.10.0-20-s390x-di multipath-modules-5.10.0-20-s390x-di crc-modules-5.10.0-20-s390x-di crypto-modules-5.10.0-20-s390x-di crypto-dm-modules-5.10.0-20-s390x-di nbd-modules-5.10.0-20-s390x-di mtd-core-modules-5.10.0-20-s390x-di dasd-modules-5.10.0-20-s390x-di dasd-extra-modules-5.10.0-20-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='5.10.0-20' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-s390x-di nic-modules-5.10.0-20-s390x-di cdrom-core-modules-5.10.0-20-s390x-di scsi-core-modules-5.10.0-20-s390x-di scsi-modules-5.10.0-20-s390x-di loop-modules-5.10.0-20-s390x-di btrfs-modules-5.10.0-20-s390x-di ext4-modules-5.10.0-20-s390x-di isofs-modules-5.10.0-20-s390x-di xfs-modules-5.10.0-20-s390x-di fat-modules-5.10.0-20-s390x-di udf-modules-5.10.0-20-s390x-di fuse-modules-5.10.0-20-s390x-di f2fs-modules-5.10.0-20-s390x-di md-modules-5.10.0-20-s390x-di multipath-modules-5.10.0-20-s390x-di crc-modules-5.10.0-20-s390x-di crypto-modules-5.10.0-20-s390x-di crypto-dm-modules-5.10.0-20-s390x-di nbd-modules-5.10.0-20-s390x-di mtd-core-modules-5.10.0-20-s390x-di dasd-modules-5.10.0-20-s390x-di dasd-extra-modules-5.10.0-20-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-10-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='5.10.0-19' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  binary-arch_s390x_real:: setup_s390x
  binary-arch_s390x_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_sh3: binary-arch_sh3_real
  binary-arch_sh3_real:: setup_sh3
  binary-arch_sh3_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_sh4:: binary-arch_sh4_none binary-arch_sh4_real
  binary-arch_sh4::
-       $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='5.10.0-19' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-sh7751r-di nic-modules-5.10.0-19-sh7751r-di nic-shared-modules-5.10.0-19-sh7751r-di usb-serial-modules-5.10.0-19-sh7751r-di ppp-modules-5.10.0-19-sh7751r-di pata-modules-5.10.0-19-sh7751r-di cdrom-core-modules-5.10.0-19-sh7751r-di firewire-core-modules-5.10.0-19-sh7751r-di loop-modules-5.10.0-19-sh7751r-di btrfs-modules-5.10.0-19-sh7751r-di ext4-modules-5.10.0-19-sh7751r-di isofs-modules-5.10.0-19-sh7751r-di jfs-modules-5.10.0-19-sh7751r-di xfs-modules-5.10.0-19-sh7751r-di fat-modules-5.10.0-19-sh7751r-di minix-modules-5.10.0-19-sh7751r-di squashfs-modules-5.10.0-19-sh7751r-di udf-modules-5.10.0-19-sh7751r-di fuse-modules-5.10.0-19-sh7751r-di f2fs-modules-5.10.0-19-sh7751r-di md-modules-5.10.0-19-sh7751r-di multipath-modules-5.10.0-19-sh7751r-di usb-storage-modules-5.10.0-19-sh7751r-di nic-usb-modules-5.10.0-19-sh7751r-di sata-modules-5.10.0-19-sh7751r-di i2c-modules-5.10.0-19-sh7751r-di crc-modules-5.10.0-19-sh7751r-di crypto-modules-5.10.0-19-sh7751r-di crypto-dm-modules-5.10.0-19-sh7751r-di nbd-modules-5.10.0-19-sh7751r-di speakup-modules-5.10.0-19-sh7751r-di sound-modules-5.10.0-19-sh7751r-di kernel-image-5.10.0-19-sh7785lcr-di nic-modules-5.10.0-19-sh7785lcr-di nic-shared-modules-5.10.0-19-sh7785lcr-di usb-serial-modules-5.10.0-19-sh7785lcr-di ppp-modules-5.10.0-19-sh7785lcr-di pata-modules-5.10.0-19-sh7785lcr-di cdrom-core-modules-5.10.0-19-sh7785lcr-di firewire-core-modules-5.10.0-19-sh7785lcr-di loop-modules-5.10.0-19-sh7785lcr-di btrfs-modules-5.10.0-19-sh7785lcr-di ext4-modules-5.10.0-19-sh7785lcr-di isofs-modules-5.10.0-19-sh7785lcr-di jfs-modules-5.10.0-19-sh7785lcr-di xfs-modules-5.10.0-19-sh7785lcr-di fat-modules-5.10.0-19-sh7785lcr-di minix-modules-5.10.0-19-sh7785lcr-di squashfs-modules-5.10.0-19-sh7785lcr-di udf-modules-5.10.0-19-sh7785lcr-di fuse-modules-5.10.0-19-sh7785lcr-di f2fs-modules-5.10.0-19-sh7785lcr-di md-modules-5.10.0-19-sh7785lcr-di multipath-modules-5.10.0-19-sh7785lcr-di nic-usb-modules-5.10.0-19-sh7785lcr-di sata-modules-5.10.0-19-sh7785lcr-di crc-modules-5.10.0-19-sh7785lcr-di crypto-modules-5.10.0-19-sh7785lcr-di crypto-dm-modules-5.10.0-19-sh7785lcr-di nbd-modules-5.10.0-19-sh7785lcr-di speakup-modules-5.10.0-19-sh7785lcr-di sound-modules-5.10.0-19-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='5.10.0-20' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-sh7751r-di nic-modules-5.10.0-20-sh7751r-di nic-shared-modules-5.10.0-20-sh7751r-di usb-serial-modules-5.10.0-20-sh7751r-di ppp-modules-5.10.0-20-sh7751r-di pata-modules-5.10.0-20-sh7751r-di cdrom-core-modules-5.10.0-20-sh7751r-di firewire-core-modules-5.10.0-20-sh7751r-di loop-modules-5.10.0-20-sh7751r-di btrfs-modules-5.10.0-20-sh7751r-di ext4-modules-5.10.0-20-sh7751r-di isofs-modules-5.10.0-20-sh7751r-di jfs-modules-5.10.0-20-sh7751r-di xfs-modules-5.10.0-20-sh7751r-di fat-modules-5.10.0-20-sh7751r-di minix-modules-5.10.0-20-sh7751r-di squashfs-modules-5.10.0-20-sh7751r-di udf-modules-5.10.0-20-sh7751r-di fuse-modules-5.10.0-20-sh7751r-di f2fs-modules-5.10.0-20-sh7751r-di md-modules-5.10.0-20-sh7751r-di multipath-modules-5.10.0-20-sh7751r-di usb-storage-modules-5.10.0-20-sh7751r-di nic-usb-modules-5.10.0-20-sh7751r-di sata-modules-5.10.0-20-sh7751r-di i2c-modules-5.10.0-20-sh7751r-di crc-modules-5.10.0-20-sh7751r-di crypto-modules-5.10.0-20-sh7751r-di crypto-dm-modules-5.10.0-20-sh7751r-di nbd-modules-5.10.0-20-sh7751r-di speakup-modules-5.10.0-20-sh7751r-di sound-modules-5.10.0-20-sh7751r-di kernel-image-5.10.0-20-sh7785lcr-di nic-modules-5.10.0-20-sh7785lcr-di nic-shared-modules-5.10.0-20-sh7785lcr-di usb-serial-modules-5.10.0-20-sh7785lcr-di ppp-modules-5.10.0-20-sh7785lcr-di pata-modules-5.10.0-20-sh7785lcr-di cdrom-core-modules-5.10.0-20-sh7785lcr-di firewire-core-modules-5.10.0-20-sh7785lcr-di loop-modules-5.10.0-20-sh7785lcr-di btrfs-modules-5.10.0-20-sh7785lcr-di ext4-modules-5.10.0-20-sh7785lcr-di isofs-modules-5.10.0-20-sh7785lcr-di jfs-modules-5.10.0-20-sh7785lcr-di xfs-modules-5.10.0-20-sh7785lcr-di fat-modules-5.10.0-20-sh7785lcr-di minix-modules-5.10.0-20-sh7785lcr-di squashfs-modules-5.10.0-20-sh7785lcr-di udf-modules-5.10.0-20-sh7785lcr-di fuse-modules-5.10.0-20-sh7785lcr-di f2fs-modules-5.10.0-20-sh7785lcr-di md-modules-5.10.0-20-sh7785lcr-di multipath-modules-5.10.0-20-sh7785lcr-di nic-usb-modules-5.10.0-20-sh7785lcr-di sata-modules-5.10.0-20-sh7785lcr-di crc-modules-5.10.0-20-sh7785lcr-di crypto-modules-5.10.0-20-sh7785lcr-di crypto-dm-modules-5.10.0-20-sh7785lcr-di nbd-modules-5.10.0-20-sh7785lcr-di speakup-modules-5.10.0-20-sh7785lcr-di sound-modules-5.10.0-20-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='5.10.0-20' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-sh7751r-di nic-modules-5.10.0-20-sh7751r-di nic-shared-modules-5.10.0-20-sh7751r-di usb-serial-modules-5.10.0-20-sh7751r-di ppp-modules-5.10.0-20-sh7751r-di pata-modules-5.10.0-20-sh7751r-di cdrom-core-modules-5.10.0-20-sh7751r-di firewire-core-modules-5.10.0-20-sh7751r-di loop-modules-5.10.0-20-sh7751r-di btrfs-modules-5.10.0-20-sh7751r-di ext4-modules-5.10.0-20-sh7751r-di isofs-modules-5.10.0-20-sh7751r-di jfs-modules-5.10.0-20-sh7751r-di xfs-modules-5.10.0-20-sh7751r-di fat-modules-5.10.0-20-sh7751r-di minix-modules-5.10.0-20-sh7751r-di squashfs-modules-5.10.0-20-sh7751r-di udf-modules-5.10.0-20-sh7751r-di fuse-modules-5.10.0-20-sh7751r-di f2fs-modules-5.10.0-20-sh7751r-di md-modules-5.10.0-20-sh7751r-di multipath-modules-5.10.0-20-sh7751r-di usb-storage-modules-5.10.0-20-sh7751r-di nic-usb-modules-5.10.0-20-sh7751r-di sata-modules-5.10.0-20-sh7751r-di i2c-modules-5.10.0-20-sh7751r-di crc-modules-5.10.0-20-sh7751r-di crypto-modules-5.10.0-20-sh7751r-di crypto-dm-modules-5.10.0-20-sh7751r-di nbd-modules-5.10.0-20-sh7751r-di speakup-modules-5.10.0-20-sh7751r-di sound-modules-5.10.0-20-sh7751r-di kernel-image-5.10.0-20-sh7785lcr-di nic-modules-5.10.0-20-sh7785lcr-di nic-shared-modules-5.10.0-20-sh7785lcr-di usb-serial-modules-5.10.0-20-sh7785lcr-di ppp-modules-5.10.0-20-sh7785lcr-di pata-modules-5.10.0-20-sh7785lcr-di cdrom-core-modules-5.10.0-20-sh7785lcr-di firewire-core-modules-5.10.0-20-sh7785lcr-di loop-modules-5.10.0-20-sh7785lcr-di btrfs-modules-5.10.0-20-sh7785lcr-di ext4-modules-5.10.0-20-sh7785lcr-di isofs-modules-5.10.0-20-sh7785lcr-di jfs-modules-5.10.0-20-sh7785lcr-di xfs-modules-5.10.0-20-sh7785lcr-di fat-modules-5.10.0-20-sh7785lcr-di minix-modules-5.10.0-20-sh7785lcr-di squashfs-modules-5.10.0-20-sh7785lcr-di udf-modules-5.10.0-20-sh7785lcr-di fuse-modules-5.10.0-20-sh7785lcr-di f2fs-modules-5.10.0-20-sh7785lcr-di md-modules-5.10.0-20-sh7785lcr-di multipath-modules-5.10.0-20-sh7785lcr-di nic-usb-modules-5.10.0-20-sh7785lcr-di sata-modules-5.10.0-20-sh7785lcr-di crc-modules-5.10.0-20-sh7785lcr-di crypto-modules-5.10.0-20-sh7785lcr-di crypto-dm-modules-5.10.0-20-sh7785lcr-di nbd-modules-5.10.0-20-sh7785lcr-di speakup-modules-5.10.0-20-sh7785lcr-di sound-modules-5.10.0-20-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='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_sh4_real:: setup_sh4
  binary-arch_sh4_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-19-sparc64-di nic-modules-5.10.0-19-sparc64-di nic-shared-modules-5.10.0-19-sparc64-di usb-serial-modules-5.10.0-19-sparc64-di ppp-modules-5.10.0-19-sparc64-di pata-modules-5.10.0-19-sparc64-di cdrom-core-modules-5.10.0-19-sparc64-di scsi-core-modules-5.10.0-19-sparc64-di scsi-modules-5.10.0-19-sparc64-di btrfs-modules-5.10.0-19-sparc64-di ext4-modules-5.10.0-19-sparc64-di isofs-modules-5.10.0-19-sparc64-di jfs-modules-5.10.0-19-sparc64-di ufs-modules-5.10.0-19-sparc64-di xfs-modules-5.10.0-19-sparc64-di fat-modules-5.10.0-19-sparc64-di squashfs-modules-5.10.0-19-sparc64-di udf-modules-5.10.0-19-sparc64-di fuse-modules-5.10.0-19-sparc64-di f2fs-modules-5.10.0-19-sparc64-di md-modules-5.10.0-19-sparc64-di multipath-modules-5.10.0-19-sparc64-di usb-modules-5.10.0-19-sparc64-di usb-storage-modules-5.10.0-19-sparc64-di fb-modules-5.10.0-19-sparc64-di input-modules-5.10.0-19-sparc64-di nic-usb-modules-5.10.0-19-sparc64-di sata-modules-5.10.0-19-sparc64-di i2c-modules-5.10.0-19-sparc64-di crc-modules-5.10.0-19-sparc64-di crypto-modules-5.10.0-19-sparc64-di crypto-dm-modules-5.10.0-19-sparc64-di ata-modules-5.10.0-19-sparc64-di nbd-modules-5.10.0-19-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False
 -      $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='5.10.0-20' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-sparc64-di nic-modules-5.10.0-20-sparc64-di nic-shared-modules-5.10.0-20-sparc64-di usb-serial-modules-5.10.0-20-sparc64-di ppp-modules-5.10.0-20-sparc64-di pata-modules-5.10.0-20-sparc64-di cdrom-core-modules-5.10.0-20-sparc64-di scsi-core-modules-5.10.0-20-sparc64-di scsi-modules-5.10.0-20-sparc64-di btrfs-modules-5.10.0-20-sparc64-di ext4-modules-5.10.0-20-sparc64-di isofs-modules-5.10.0-20-sparc64-di jfs-modules-5.10.0-20-sparc64-di ufs-modules-5.10.0-20-sparc64-di xfs-modules-5.10.0-20-sparc64-di fat-modules-5.10.0-20-sparc64-di squashfs-modules-5.10.0-20-sparc64-di udf-modules-5.10.0-20-sparc64-di fuse-modules-5.10.0-20-sparc64-di f2fs-modules-5.10.0-20-sparc64-di md-modules-5.10.0-20-sparc64-di multipath-modules-5.10.0-20-sparc64-di usb-modules-5.10.0-20-sparc64-di usb-storage-modules-5.10.0-20-sparc64-di fb-modules-5.10.0-20-sparc64-di input-modules-5.10.0-20-sparc64-di nic-usb-modules-5.10.0-20-sparc64-di sata-modules-5.10.0-20-sparc64-di i2c-modules-5.10.0-20-sparc64-di crc-modules-5.10.0-20-sparc64-di crypto-modules-5.10.0-20-sparc64-di crypto-dm-modules-5.10.0-20-sparc64-di ata-modules-5.10.0-20-sparc64-di nbd-modules-5.10.0-20-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False
++      $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='5.10.0-20' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-20-sparc64-di nic-modules-5.10.0-20-sparc64-di nic-shared-modules-5.10.0-20-sparc64-di usb-serial-modules-5.10.0-20-sparc64-di ppp-modules-5.10.0-20-sparc64-di pata-modules-5.10.0-20-sparc64-di cdrom-core-modules-5.10.0-20-sparc64-di scsi-core-modules-5.10.0-20-sparc64-di scsi-modules-5.10.0-20-sparc64-di btrfs-modules-5.10.0-20-sparc64-di ext4-modules-5.10.0-20-sparc64-di isofs-modules-5.10.0-20-sparc64-di jfs-modules-5.10.0-20-sparc64-di ufs-modules-5.10.0-20-sparc64-di xfs-modules-5.10.0-20-sparc64-di fat-modules-5.10.0-20-sparc64-di squashfs-modules-5.10.0-20-sparc64-di udf-modules-5.10.0-20-sparc64-di fuse-modules-5.10.0-20-sparc64-di f2fs-modules-5.10.0-20-sparc64-di md-modules-5.10.0-20-sparc64-di multipath-modules-5.10.0-20-sparc64-di usb-modules-5.10.0-20-sparc64-di usb-storage-modules-5.10.0-20-sparc64-di fb-modules-5.10.0-20-sparc64-di input-modules-5.10.0-20-sparc64-di nic-usb-modules-5.10.0-20-sparc64-di sata-modules-5.10.0-20-sparc64-di i2c-modules-5.10.0-20-sparc64-di crc-modules-5.10.0-20-sparc64-di crypto-modules-5.10.0-20-sparc64-di crypto-dm-modules-5.10.0-20-sparc64-di ata-modules-5.10.0-20-sparc64-di nbd-modules-5.10.0-20-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='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_sparc64_none_sparc64_real::
-       $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_sparc64_real:: setup_sparc64
  binary-arch_sparc64_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-arch_sparc_real:: setup_sparc
  binary-arch_sparc_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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-10-x86'
  binary-arch_x32_real:: setup_x32
  binary-arch_x32_real::
-       $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-19' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-20' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-indep:: binary-indep_none binary-indep_rt
  binary-indep::
-       $(MAKE) -f debian/rules.real binary-indep ABINAME='5.10.0-19' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-indep ABINAME='5.10.0-20' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-indep ABINAME='5.10.0-20' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-indep_none: binary-indep_none_real
  binary-indep_none_real::
-       $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-19' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-20' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-20' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  binary-indep_rt: binary-indep_rt_real
  binary-indep_rt_real::
-       $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-19' ALL_KERNEL_ARCHES='arm64 x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-20' ALL_KERNEL_ARCHES='arm arm64 x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-20' ALL_KERNEL_ARCHES='arm64 x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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_ia64 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_ppc64 build-arch_ppc64el build-arch_riscv64 build-arch_s390 build-arch_s390x build-arch_sh3 build-arch_sh4 build-arch_sparc build-arch_sparc64 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='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_alpha_none_real:
  build-arch_alpha_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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_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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_amd64_none_real:
  build-arch_amd64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_amd64_rt_real:
  build-arch_arm64: build-arch_arm64_none build-arch_arm64_real build-arch_arm64_rt
  build-arch_arm64_none: build-arch_arm64_none_arm64 build-arch_arm64_none_cloud-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='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_arm64_none_cloud-arm64: build-arch_arm64_none_cloud-arm64_real
  build-arch_arm64_none_cloud-arm64_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_arm64_none_real:
  build-arch_arm64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_arm64_rt: build-arch_arm64_rt_arm64 build-arch_arm64_rt_real
  build-arch_arm64_rt_arm64: build-arch_arm64_rt_arm64_real
  build-arch_arm64_rt_arm64_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_arm64_rt_real:
  build-arch_arm64ilp32: build-arch_arm64ilp32_real
  build-arch_arm64ilp32_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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_rpi
  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='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_armel_none_real:
  build-arch_armel_none_rpi: build-arch_armel_none_rpi_real
  build-arch_armel_none_rpi_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_armel_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -build-arch_armhf: build-arch_armhf_none build-arch_armhf_real build-arch_armhf_rt
 -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='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -build-arch_armhf_none_armmp_real::
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -build-arch_armhf_none_real:
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 +build-arch_armhf: build-arch_armhf_real
  build-arch_armhf_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -build-arch_armhf_rt: build-arch_armhf_rt_armmp build-arch_armhf_rt_real
 -build-arch_armhf_rt_armmp: build-arch_armhf_rt_armmp_real
 -build-arch_armhf_rt_armmp_real::
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -build-arch_armhf_rt_real:
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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 build-arch_hppa_none_real
  build-arch_hppa_none_parisc: build-arch_hppa_none_parisc_real
  build-arch_hppa_none_parisc64: build-arch_hppa_none_parisc64_real
  build-arch_hppa_none_parisc64_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_hppa_none_parisc_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_hppa_none_real:
  build-arch_hppa_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_i386: build-arch_i386_none build-arch_i386_real build-arch_i386_rt
  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='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_i386_none_686_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_i386_none_real:
  build-arch_i386_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_i386_rt_real:
  build-arch_ia64: build-arch_ia64_none build-arch_ia64_real
  build-arch_ia64_none: build-arch_ia64_none_itanium build-arch_ia64_none_mckinley build-arch_ia64_none_real
  build-arch_ia64_none_itanium: build-arch_ia64_none_itanium_real
  build-arch_ia64_none_itanium_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_ia64_none_mckinley: build-arch_ia64_none_mckinley_real
  build-arch_ia64_none_mckinley_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_ia64_none_real:
  build-arch_ia64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_m68k_none_real:
  build-arch_m68k_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mips64_none_real:
  build-arch_mips64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mips64el_none_real:
  build-arch_mips64el_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mips64r6_none_real:
  build-arch_mips64r6_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mips64r6el_none_real:
  build-arch_mips64r6el_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mips_none_real:
  build-arch_mips_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsel_none_real:
  build-arch_mipsel_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsn32: build-arch_mipsn32_real
  build-arch_mipsn32_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsn32el: build-arch_mipsn32el_real
  build-arch_mipsn32el_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsn32r6: build-arch_mipsn32r6_real
  build-arch_mipsn32r6_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsn32r6el: build-arch_mipsn32r6el_real
  build-arch_mipsn32r6el_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsr6_none_real:
  build-arch_mipsr6_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_mipsr6el_none_real:
  build-arch_mipsr6el_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_powerpc_none_powerpc_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_powerpc_none_real:
  build-arch_powerpc_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_ppc64_none_real:
  build-arch_ppc64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_ppc64el_none_real:
  build-arch_ppc64el_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_riscv64: build-arch_riscv64_none build-arch_riscv64_real
  build-arch_riscv64_none: build-arch_riscv64_none_real build-arch_riscv64_none_riscv64
  build-arch_riscv64_none_real:
  build-arch_riscv64_none_riscv64: build-arch_riscv64_none_riscv64_real
  build-arch_riscv64_none_riscv64_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_riscv64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_s390: build-arch_s390_real
  build-arch_s390_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  build-arch_s390x_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_sh3: build-arch_sh3_real
  build-arch_sh3_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_sh4_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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
@@@ -688,157 -714,163 +688,157 @@@ 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='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_sparc64_none_sparc64_real::
-       $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_sparc64_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_sparc_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-arch_x32: build-arch_x32_real
  build-arch_x32_real::
-       $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-19' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-20' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-indep:: build-indep_none build-indep_rt
  build-indep::
-       $(MAKE) -f debian/rules.real build-indep ABINAME='5.10.0-19' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real build-indep ABINAME='5.10.0-20' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real build-indep ABINAME='5.10.0-20' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  build-indep_none: build-indep_none_real
  build-indep_none_real:
  build-indep_rt: build-indep_rt_real
  build-indep_rt_real:
  debian/build/config.alpha_none_alpha-generic::
-       $(MAKE) -f debian/rules.real debian/build/config.alpha_none_alpha-generic ABINAME='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.alpha_none_alpha-generic ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.alpha_none_alpha-generic ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.alpha_none_alpha-smp::
-       $(MAKE) -f debian/rules.real debian/build/config.alpha_none_alpha-smp ABINAME='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.alpha_none_alpha-smp ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.alpha_none_alpha-smp ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.amd64_none_amd64::
-       $(MAKE) -f debian/rules.real debian/build/config.amd64_none_amd64 ABINAME='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.amd64_none_amd64 ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.amd64_none_amd64 ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.amd64_none_cloud-amd64::
-       $(MAKE) -f debian/rules.real debian/build/config.amd64_none_cloud-amd64 ABINAME='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.amd64_none_cloud-amd64 ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.amd64_none_cloud-amd64 ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.amd64_rt_amd64::
-       $(MAKE) -f debian/rules.real debian/build/config.amd64_rt_amd64 ABINAME='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.amd64_rt_amd64 ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.amd64_rt_amd64 ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.arm64_none_arm64::
-       $(MAKE) -f debian/rules.real debian/build/config.arm64_none_arm64 ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.arm64_none_arm64 ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.arm64_none_arm64 ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.arm64_none_cloud-arm64::
-       $(MAKE) -f debian/rules.real debian/build/config.arm64_none_cloud-arm64 ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.arm64_none_cloud-arm64 ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.arm64_none_cloud-arm64 ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.arm64_rt_arm64::
-       $(MAKE) -f debian/rules.real debian/build/config.arm64_rt_arm64 ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.arm64_rt_arm64 ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.arm64_rt_arm64 ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.armel_none_marvell::
-       $(MAKE) -f debian/rules.real debian/build/config.armel_none_marvell ABINAME='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.armel_none_marvell ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.armel_none_marvell ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.armel_none_rpi::
-       $(MAKE) -f debian/rules.real debian/build/config.armel_none_rpi ABINAME='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.armel_none_rpi ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -debian/build/config.armhf_none_armmp::
 -      $(MAKE) -f debian/rules.real debian/build/config.armhf_none_armmp ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -debian/build/config.armhf_none_armmp-lpae::
 -      $(MAKE) -f debian/rules.real debian/build/config.armhf_none_armmp-lpae ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -debian/build/config.armhf_rt_armmp::
 -      $(MAKE) -f debian/rules.real debian/build/config.armhf_rt_armmp ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.armel_none_rpi ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.hppa_none_parisc::
-       $(MAKE) -f debian/rules.real debian/build/config.hppa_none_parisc ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.hppa_none_parisc ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.hppa_none_parisc ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.hppa_none_parisc64::
-       $(MAKE) -f debian/rules.real debian/build/config.hppa_none_parisc64 ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.hppa_none_parisc64 ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.hppa_none_parisc64 ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.i386_none_686::
-       $(MAKE) -f debian/rules.real debian/build/config.i386_none_686 ABINAME='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.i386_none_686 ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.i386_none_686 ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.i386_none_686-pae::
-       $(MAKE) -f debian/rules.real debian/build/config.i386_none_686-pae ABINAME='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.i386_none_686-pae ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.i386_none_686-pae ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.i386_rt_686-pae::
-       $(MAKE) -f debian/rules.real debian/build/config.i386_rt_686-pae ABINAME='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.i386_rt_686-pae ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.i386_rt_686-pae ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.ia64_none_itanium::
-       $(MAKE) -f debian/rules.real debian/build/config.ia64_none_itanium ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.ia64_none_itanium ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.ia64_none_itanium ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.ia64_none_mckinley::
-       $(MAKE) -f debian/rules.real debian/build/config.ia64_none_mckinley ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.ia64_none_mckinley ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.ia64_none_mckinley ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.m68k_none_m68k::
-       $(MAKE) -f debian/rules.real debian/build/config.m68k_none_m68k ABINAME='5.10.0-19' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.m68k_none_m68k ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.m68k_none_m68k ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64_none_5kc-malta::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64_none_5kc-malta ABINAME='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64_none_5kc-malta ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64_none_5kc-malta ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64_none_octeon::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64_none_octeon ABINAME='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64_none_octeon ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64_none_octeon ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64el_none_5kc-malta::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_5kc-malta ABINAME='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_5kc-malta ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_5kc-malta ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64el_none_loongson-3::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_loongson-3 ABINAME='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_loongson-3 ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_loongson-3 ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64el_none_octeon::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_octeon ABINAME='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_octeon ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64el_none_octeon ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64r6_none_mips64r6::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64r6_none_mips64r6 ABINAME='5.10.0-19' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64r6_none_mips64r6 ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64r6_none_mips64r6 ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips64r6el_none_mips64r6el::
-       $(MAKE) -f debian/rules.real debian/build/config.mips64r6el_none_mips64r6el ABINAME='5.10.0-19' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips64r6el_none_mips64r6el ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips64r6el_none_mips64r6el ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips_none_4kc-malta::
-       $(MAKE) -f debian/rules.real debian/build/config.mips_none_4kc-malta ABINAME='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips_none_4kc-malta ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips_none_4kc-malta ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips_none_5kc-malta::
-       $(MAKE) -f debian/rules.real debian/build/config.mips_none_5kc-malta ABINAME='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips_none_5kc-malta ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips_none_5kc-malta ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mips_none_octeon::
-       $(MAKE) -f debian/rules.real debian/build/config.mips_none_octeon ABINAME='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mips_none_octeon ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mips_none_octeon ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsel_none_4kc-malta::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_4kc-malta ABINAME='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_4kc-malta ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_4kc-malta ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsel_none_5kc-malta::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_5kc-malta ABINAME='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_5kc-malta ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_5kc-malta ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsel_none_loongson-3::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_loongson-3 ABINAME='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_loongson-3 ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_loongson-3 ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsel_none_octeon::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_octeon ABINAME='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_octeon ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsel_none_octeon ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsr6_none_mips32r6::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsr6_none_mips32r6 ABINAME='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsr6_none_mips32r6 ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsr6_none_mips32r6 ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsr6_none_mips64r6::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsr6_none_mips64r6 ABINAME='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsr6_none_mips64r6 ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsr6_none_mips64r6 ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsr6el_none_mips32r6el::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsr6el_none_mips32r6el ABINAME='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsr6el_none_mips32r6el ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsr6el_none_mips32r6el ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.mipsr6el_none_mips64r6el::
-       $(MAKE) -f debian/rules.real debian/build/config.mipsr6el_none_mips64r6el ABINAME='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.mipsr6el_none_mips64r6el ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.mipsr6el_none_mips64r6el ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.powerpc_none_powerpc::
-       $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.powerpc_none_powerpc-smp::
-       $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc-smp ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc-smp ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc-smp ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.powerpc_none_powerpc64::
-       $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc64 ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc64 ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.powerpc_none_powerpc64 ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.ppc64_none_powerpc64::
-       $(MAKE) -f debian/rules.real debian/build/config.ppc64_none_powerpc64 ABINAME='5.10.0-19' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.ppc64_none_powerpc64 ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.ppc64_none_powerpc64 ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.ppc64el_none_powerpc64le::
-       $(MAKE) -f debian/rules.real debian/build/config.ppc64el_none_powerpc64le ABINAME='5.10.0-19' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.ppc64el_none_powerpc64le ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.ppc64el_none_powerpc64le ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.riscv64_none_riscv64::
-       $(MAKE) -f debian/rules.real debian/build/config.riscv64_none_riscv64 ABINAME='5.10.0-19' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.riscv64_none_riscv64 ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.riscv64_none_riscv64 ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.s390x_none_s390x::
-       $(MAKE) -f debian/rules.real debian/build/config.s390x_none_s390x ABINAME='5.10.0-19' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.s390x_none_s390x ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.s390x_none_s390x ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  debian/build/config.sh4_none_sh7751r::
-       $(MAKE) -f debian/rules.real debian/build/config.sh4_none_sh7751r ABINAME='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.sh4_none_sh7751r ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.sh4_none_sh7751r ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.sh4_none_sh7785lcr::
-       $(MAKE) -f debian/rules.real debian/build/config.sh4_none_sh7785lcr ABINAME='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.sh4_none_sh7785lcr ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.sh4_none_sh7785lcr ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.sparc64_none_sparc64::
-       $(MAKE) -f debian/rules.real debian/build/config.sparc64_none_sparc64 ABINAME='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.sparc64_none_sparc64 ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.sparc64_none_sparc64 ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  debian/build/config.sparc64_none_sparc64-smp::
-       $(MAKE) -f debian/rules.real debian/build/config.sparc64_none_sparc64-smp ABINAME='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real debian/build/config.sparc64_none_sparc64-smp ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real debian/build/config.sparc64_none_sparc64-smp ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup: setup_alpha setup_amd64 setup_arm64 setup_arm64ilp32 setup_armel setup_armhf setup_hppa setup_i386 setup_ia64 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_ppc64 setup_ppc64el setup_riscv64 setup_rt setup_s390 setup_s390x setup_sh3 setup_sh4 setup_sparc setup_sparc64 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='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-generic' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-generic' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-generic' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='alpha' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='alpha-smp' IMAGE_FILE='arch/alpha/boot/vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-alpha-smp' KCONFIG='debian/config/config debian/config/alpha/config debian/config/alpha/config.alpha-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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_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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/amd64/config.cloud-amd64 debian/config/config.cloud debian/config/amd64/config.cloud-amd64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='amd64' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='amd64' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_amd64_rt_real:
  setup_arm64: setup_arm64_none setup_arm64_real setup_arm64_rt
  setup_arm64_none: setup_arm64_none_arm64 setup_arm64_none_cloud-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='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_arm64_none_cloud-arm64: setup_arm64_none_cloud-arm64_real
  setup_arm64_none_cloud-arm64_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='none' FLAVOUR='cloud-arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-cloud-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/arm64/config.cloud-arm64 debian/config/config.cloud debian/config/arm64/config.cloud-arm64' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_arm64_none_real:
  setup_arm64_real:
  setup_arm64_rt: setup_arm64_rt_arm64 setup_arm64_rt_real
  setup_arm64_rt_arm64: setup_arm64_rt_arm64_real
  setup_arm64_rt_arm64_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='arm64' COMPILER='gcc-10' CROSS_COMPILE_COMPAT='arm-linux-gnueabihf-' DEBUG='True' FEATURESET='rt' FLAVOUR='arm64' IMAGE_FILE='arch/arm64/boot/Image' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config debian/config/featureset-rt/config debian/config/arm64/rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_arm64_rt_real:
  setup_arm64ilp32: setup_arm64ilp32_real
  setup_arm64ilp32_real:
@@@ -846,22 -878,35 +846,22 @@@ setup_armel: setup_armel_none setup_arm
  setup_armel_none: setup_armel_none_marvell setup_armel_none_real setup_armel_none_rpi
  setup_armel_none_marvell: setup_armel_none_marvell_real
  setup_armel_none_marvell_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='marvell' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_armel_none_real:
  setup_armel_none_rpi: setup_armel_none_rpi_real
  setup_armel_none_rpi_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='armel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='rpi' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rpi' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armel/config debian/config/armel/config.rpi' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_armel_real:
 -setup_armhf: setup_armhf_none setup_armhf_real setup_armhf_rt
 -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='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp-lpae' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -setup_armhf_none_armmp_real::
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -setup_armhf_none_real:
 +setup_armhf: setup_armhf_real
  setup_armhf_real:
 -setup_armhf_rt: setup_armhf_rt_armmp setup_armhf_rt_real
 -setup_armhf_rt_armmp: setup_armhf_rt_armmp_real
 -setup_armhf_rt_armmp_real::
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='armhf' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='armmp' IMAGE_FILE='arch/arm/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-armmp' KCONFIG='debian/config/config debian/config/kernelarch-arm/config debian/config/armhf/config debian/config/featureset-rt/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -setup_armhf_rt_real:
  setup_hppa: setup_hppa_none setup_hppa_real
  setup_hppa_none: setup_hppa_none_parisc setup_hppa_none_parisc64 setup_hppa_none_real
  setup_hppa_none_parisc: setup_hppa_none_parisc_real
  setup_hppa_none_parisc64: setup_hppa_none_parisc64_real
  setup_hppa_none_parisc64_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc64' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc64' KCFLAGS='-fno-cse-follow-jumps' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc64' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_hppa_none_parisc_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-19-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='hppa' COMPILER='gcc-10' FEATURESET='none' FLAVOUR='parisc' IMAGE_FILE='arch/parisc/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-20-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_hppa_none_real:
  setup_hppa_real:
  setup_i386: setup_i386_none setup_i386_real setup_i386_rt
@@@ -869,31 -914,31 +869,31 @@@ setup_i386_none: setup_i386_none_686 se
  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='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_i386_none_686_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='686' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-686-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/i386/config debian/config/i386/config.686' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-19-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='i386' COMPILER='gcc-10' DEBUG='True' FEATURESET='rt' FLAVOUR='686-pae' IMAGE_FILE='arch/x86/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-rt-686-pae-unsigned' 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 -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-20-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_i386_rt_real:
  setup_ia64: setup_ia64_none setup_ia64_real
  setup_ia64_none: setup_ia64_none_itanium setup_ia64_none_mckinley setup_ia64_none_real
  setup_ia64_none_itanium: setup_ia64_none_itanium_real
  setup_ia64_none_itanium_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='itanium' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-itanium' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.itanium' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_ia64_none_mckinley: setup_ia64_none_mckinley_real
  setup_ia64_none_mckinley_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ia64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mckinley' IMAGE_FILE='vmlinux.gz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mckinley' KCONFIG='debian/config/config debian/config/ia64/config debian/config/ia64/config.mckinley' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_ia64_none_real:
  setup_ia64_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='5.10.0-19' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='m68k' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='m68k' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_m68k_none_real:
  setup_m68k_real:
  setup_mips: setup_mips_none setup_mips_real
@@@ -901,65 -946,65 +901,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='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mips64_none_octeon: setup_mips64_none_octeon_real
  setup_mips64_none_octeon_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mips64el_none_octeon: setup_mips64el_none_octeon_real
  setup_mips64el_none_octeon_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips64r6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mips64r6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mips_none_octeon: setup_mips_none_octeon_real
  setup_mips_none_octeon_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mips' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='4kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='5kc-malta' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='loongson-3' IMAGE_FILE='vmlinuz' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mipsel_none_octeon: setup_mipsel_none_octeon_real
  setup_mipsel_none_octeon_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsel' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='octeon' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mipsel_none_real:
  setup_mipsel_real:
  setup_mipsn32: setup_mipsn32_real
@@@ -974,20 -1019,20 +974,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='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mipsr6_none_mips64r6: setup_mipsr6_none_mips64r6_real
  setup_mipsr6_none_mips64r6_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  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='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips32r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips32r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips32r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mipsr6el_none_mips64r6el: setup_mipsr6el_none_mips64r6el_real
  setup_mipsr6el_none_mips64r6el_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='mipsr6el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='mips64r6el' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-mips64r6el' KCONFIG='debian/config/config debian/config/kernelarch-mips/config debian/config/mipsr6el/config debian/config/kernelarch-mips/config.boston debian/config/kernelarch-mips/config.mips64r6' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_mipsr6el_none_real:
  setup_mipsr6el_real:
  setup_none: setup_none_real
@@@ -997,26 -1042,26 +997,26 @@@ 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='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_powerpc_none_powerpc64: setup_powerpc_none_powerpc64_real
  setup_powerpc_none_powerpc64_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_powerpc_none_powerpc_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='powerpc' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-powerpc' KCONFIG='debian/config/config debian/config/kernelarch-powerpc/config debian/config/powerpc/config.powerpc' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_powerpc_none_real:
  setup_powerpc_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='5.10.0-19' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  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='5.10.0-19' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-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 -o "BUILD_SALT=\"5.10.0-19-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='ppc64el' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='powerpc64le' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-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 -o "BUILD_SALT=\"5.10.0-20-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_ppc64el_none_real:
  setup_ppc64el_real:
  setup_riscv64: setup_riscv64_none setup_riscv64_real
@@@ -1024,7 -1069,7 +1024,7 @@@ setup_riscv64_none: setup_riscv64_none_
  setup_riscv64_none_real:
  setup_riscv64_none_riscv64: setup_riscv64_none_riscv64_real
  setup_riscv64_none_riscv64_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='riscv64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='riscv64' IMAGE_FILE='arch/riscv/boot/Image' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_riscv64_real:
  setup_rt: setup_rt_real
  setup_rt_real:
@@@ -1035,7 -1080,7 +1035,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='5.10.0-19' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='s390x' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='s390x' IMAGE_FILE='arch/s390/boot/bzImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VDSO='True' VERSION='5.10'
  setup_s390x_real:
  setup_sh3: setup_sh3_real
  setup_sh3_real:
@@@ -1044,10 -1089,10 +1044,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='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7751r' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7751r' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7751r' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_sh4_none_sh7785lcr: setup_sh4_none_sh7785lcr_real
  setup_sh4_none_sh7785lcr_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sh4' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sh7785lcr' IMAGE_FILE='arch/sh/boot/zImage' IMAGE_INSTALL_STEM='vmlinuz' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sh7785lcr' KCONFIG='debian/config/config debian/config/sh4/config debian/config/sh4/config.sh7785lcr' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_sh4_real:
  setup_sparc: setup_sparc_real
  setup_sparc64: setup_sparc64_none setup_sparc64_real
@@@ -1056,9 -1101,9 +1056,9 @@@ 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='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64-smp' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64-smp' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-smp' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_sparc64_none_sparc64_real::
-       $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-19' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-19-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-19-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-20' ARCH='sparc64' COMPILER='gcc-10' DEBUG='True' FEATURESET='none' FLAVOUR='sparc64' IMAGE_FILE='vmlinux' IMAGE_INSTALL_STEM='vmlinux' IMAGE_PACKAGE_NAME='linux-image-5.10.0-20-sparc64' KCONFIG='debian/config/config debian/config/kernelarch-sparc/config debian/config/kernelarch-sparc/config-up' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-20-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  setup_sparc64_real:
  setup_sparc_real:
  setup_x32: setup_x32_real
@@@ -1066,7 -1111,7 +1066,7 @@@ setup_x32_real
  source: source_none source_rt
  source_none: source_none_real
  source_none_real::
-       $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-19' FEATURESET='none' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-20' FEATURESET='none' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-20' FEATURESET='none' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
  source_rt: source_rt_real
  source_rt_real::
-       $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-19' FEATURESET='rt' SOURCEVERSION='5.10.149-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
 -      $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-20' FEATURESET='rt' SOURCEVERSION='5.10.158-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
++      $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-20' FEATURESET='rt' SOURCEVERSION='5.10.158-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
index b254e4174eb8ea47ec0ca03c1a3b2cebb2af219d,e7b9b72dae0ed82e21a3058bb393938b799f13a1..e2f230170b3ec303804781644b673c145e46abce
@@@ -4,6 -4,6 +4,6 @@@ Depends: python3, pycodestyle, pyflakes
  
  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-5.10.0-19-alpha-generic [alpha], linux-image-5.10.0-19-alpha-smp [alpha], linux-image-5.10.0-19-amd64-unsigned [amd64], linux-image-5.10.0-19-cloud-amd64-unsigned [amd64], linux-image-5.10.0-19-rt-amd64-unsigned [amd64], linux-image-5.10.0-19-arm64-unsigned [arm64], linux-image-5.10.0-19-cloud-arm64-unsigned [arm64], linux-image-5.10.0-19-rt-arm64-unsigned [arm64], linux-image-5.10.0-19-marvell [armel], linux-image-5.10.0-19-rpi [armel], linux-image-5.10.0-19-parisc [hppa], linux-image-5.10.0-19-parisc64 [hppa], linux-image-5.10.0-19-686-unsigned [i386], linux-image-5.10.0-19-686-pae-unsigned [i386], linux-image-5.10.0-19-rt-686-pae-unsigned [i386], linux-image-5.10.0-19-itanium [ia64], linux-image-5.10.0-19-mckinley [ia64], linux-image-5.10.0-19-m68k [m68k], linux-image-5.10.0-19-4kc-malta [mips mipsel], linux-image-5.10.0-19-5kc-malta [mips mips64 mips64el mipsel], linux-image-5.10.0-19-octeon [mips mips64 mips64el mipsel], linux-image-5.10.0-19-loongson-3 [mips64el mipsel], linux-image-5.10.0-19-mips64r6 [mips64r6 mipsr6], linux-image-5.10.0-19-mips64r6el [mips64r6el mipsr6el], linux-image-5.10.0-19-mips32r6 [mipsr6], linux-image-5.10.0-19-mips32r6el [mipsr6el], linux-image-5.10.0-19-powerpc [powerpc], linux-image-5.10.0-19-powerpc-smp [powerpc], linux-image-5.10.0-19-powerpc64 [powerpc ppc64], linux-image-5.10.0-19-powerpc64le [ppc64el], linux-image-5.10.0-19-riscv64 [riscv64], linux-image-5.10.0-19-s390x [s390x], linux-image-5.10.0-19-sh7751r [sh4], linux-image-5.10.0-19-sh7785lcr [sh4], linux-image-5.10.0-19-sparc64 [sparc64], linux-image-5.10.0-19-sparc64-smp [sparc64]
 -Depends: kexec-tools, python3, gcc, make, libpopt-dev, gcc-multilib [amd64], bc, fuse, libfuse-dev, pkg-config, linux-image-5.10.0-20-alpha-generic [alpha], linux-image-5.10.0-20-alpha-smp [alpha], linux-image-5.10.0-20-amd64-unsigned [amd64], linux-image-5.10.0-20-cloud-amd64-unsigned [amd64], linux-image-5.10.0-20-rt-amd64-unsigned [amd64], linux-image-5.10.0-20-arm64-unsigned [arm64], linux-image-5.10.0-20-cloud-arm64-unsigned [arm64], linux-image-5.10.0-20-rt-arm64-unsigned [arm64], linux-image-5.10.0-20-marvell [armel], linux-image-5.10.0-20-rpi [armel], linux-image-5.10.0-20-armmp [armhf], linux-image-5.10.0-20-armmp-lpae [armhf], linux-image-5.10.0-20-rt-armmp [armhf], linux-image-5.10.0-20-parisc [hppa], linux-image-5.10.0-20-parisc64 [hppa], linux-image-5.10.0-20-686-unsigned [i386], linux-image-5.10.0-20-686-pae-unsigned [i386], linux-image-5.10.0-20-rt-686-pae-unsigned [i386], linux-image-5.10.0-20-itanium [ia64], linux-image-5.10.0-20-mckinley [ia64], linux-image-5.10.0-20-m68k [m68k], linux-image-5.10.0-20-4kc-malta [mips mipsel], linux-image-5.10.0-20-5kc-malta [mips mips64 mips64el mipsel], linux-image-5.10.0-20-octeon [mips mips64 mips64el mipsel], linux-image-5.10.0-20-loongson-3 [mips64el mipsel], linux-image-5.10.0-20-mips64r6 [mips64r6 mipsr6], linux-image-5.10.0-20-mips64r6el [mips64r6el mipsr6el], linux-image-5.10.0-20-mips32r6 [mipsr6], linux-image-5.10.0-20-mips32r6el [mipsr6el], linux-image-5.10.0-20-powerpc [powerpc], linux-image-5.10.0-20-powerpc-smp [powerpc], linux-image-5.10.0-20-powerpc64 [powerpc ppc64], linux-image-5.10.0-20-powerpc64le [ppc64el], linux-image-5.10.0-20-riscv64 [riscv64], linux-image-5.10.0-20-s390x [s390x], linux-image-5.10.0-20-sh7751r [sh4], linux-image-5.10.0-20-sh7785lcr [sh4], linux-image-5.10.0-20-sparc64 [sparc64], linux-image-5.10.0-20-sparc64-smp [sparc64]
++Depends: kexec-tools, python3, gcc, make, libpopt-dev, gcc-multilib [amd64], bc, fuse, libfuse-dev, pkg-config, linux-image-5.10.0-20-alpha-generic [alpha], linux-image-5.10.0-20-alpha-smp [alpha], linux-image-5.10.0-20-amd64-unsigned [amd64], linux-image-5.10.0-20-cloud-amd64-unsigned [amd64], linux-image-5.10.0-20-rt-amd64-unsigned [amd64], linux-image-5.10.0-20-arm64-unsigned [arm64], linux-image-5.10.0-20-cloud-arm64-unsigned [arm64], linux-image-5.10.0-20-rt-arm64-unsigned [arm64], linux-image-5.10.0-20-marvell [armel], linux-image-5.10.0-20-rpi [armel], linux-image-5.10.0-20-parisc [hppa], linux-image-5.10.0-20-parisc64 [hppa], linux-image-5.10.0-20-686-unsigned [i386], linux-image-5.10.0-20-686-pae-unsigned [i386], linux-image-5.10.0-20-rt-686-pae-unsigned [i386], linux-image-5.10.0-20-itanium [ia64], linux-image-5.10.0-20-mckinley [ia64], linux-image-5.10.0-20-m68k [m68k], linux-image-5.10.0-20-4kc-malta [mips mipsel], linux-image-5.10.0-20-5kc-malta [mips mips64 mips64el mipsel], linux-image-5.10.0-20-octeon [mips mips64 mips64el mipsel], linux-image-5.10.0-20-loongson-3 [mips64el mipsel], linux-image-5.10.0-20-mips64r6 [mips64r6 mipsr6], linux-image-5.10.0-20-mips64r6el [mips64r6el mipsr6el], linux-image-5.10.0-20-mips32r6 [mipsr6], linux-image-5.10.0-20-mips32r6el [mipsr6el], linux-image-5.10.0-20-powerpc [powerpc], linux-image-5.10.0-20-powerpc-smp [powerpc], linux-image-5.10.0-20-powerpc64 [powerpc ppc64], linux-image-5.10.0-20-powerpc64le [ppc64el], linux-image-5.10.0-20-riscv64 [riscv64], linux-image-5.10.0-20-s390x [s390x], linux-image-5.10.0-20-sh7751r [sh4], linux-image-5.10.0-20-sh7785lcr [sh4], linux-image-5.10.0-20-sparc64 [sparc64], linux-image-5.10.0-20-sparc64-smp [sparc64]
  Classes: smp