From: Raspbian automatic forward porter Date: Fri, 16 Feb 2024 00:36:14 +0000 (+0000) Subject: Merge version 5.10.205-2+rpi1 and 5.10.209-2 to produce 5.10.209-2+rpi1 X-Git-Tag: raspbian/5.10.209-2+rpi1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=680006d07f860cd07a09673dc364a8bbbd3ae027;p=linux.git Merge version 5.10.205-2+rpi1 and 5.10.209-2 to produce 5.10.209-2+rpi1 --- 991b063d5c7cc4927a45d01cfe4efbd1b87c0f12 diff --cc debian/changelog index 4556b3f2d7b,69817dc22d6..fd9ba8b6d34 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,380 +1,387 @@@ - linux (5.10.205-2+rpi1) bullseye-staging; urgency=medium ++linux (5.10.209-2+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 4.14.13-1+rpi1 by Peter Michael Green at Wed, 07 Feb 2018 23:32:32 +0000] + * Disable kernel builds from this package, we build our kernels from other source packages. + - -- Raspbian forward porter Fri, 05 Jan 2024 15:41:01 +0000 ++ -- Raspbian forward porter Fri, 16 Feb 2024 00:35:45 +0000 ++ + linux (5.10.209-2) bullseye; urgency=medium + + * netfilter: nf_tables: reject QUEUE/DROP verdict parameters (CVE-2024-1086) + + -- Salvatore Bonaccorso Wed, 31 Jan 2024 22:14:09 +0100 + + linux (5.10.209-1) bullseye; urgency=medium + + * New upstream stable update: + https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.206 + - ksmbd: fix wrong name of SMB2_CREATE_ALLOCATION_SIZE + - smb: client: fix OOB in smb2_query_reparse_point() + - [armhf] OMAP2+: Fix null pointer dereference and memory leak in + omap_soc_device_init + - reset: Fix crash when freeing non-existent optional resets + - [s390x] vx: fix save/restore of fpu kernel context + - wifi: mac80211: mesh_plink: fix matches_local logic + - Revert "net/mlx5e: fix double free of encap_header" + - net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list() + - net/mlx5: Fix fw tracer first block check + - net/mlx5e: Correct snprintf truncation handling for fw_version buffer used + by representors + - net: sched: ife: fix potential use-after-free + - ethernet: atheros: fix a memleak in atl1e_setup_ring_resources + - net/rose: fix races in rose_kill_by_device() + - net: check vlan filter feature in vlan_vids_add_by_dev() and + vlan_vids_del_by_dev() + - afs: Fix the dynamic root's d_delete to always delete unused dentries + - afs: Fix dynamic root lookup DNS check + - net: warn if gso_type isn't set for a GSO SKB + - net: check dev->gso_max_size in gso_features_check() + - keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiry + - afs: Fix overwriting of result of DNS query + - [armhf] i2c: aspeed: Handle the coalesced stop conditions with the start + conditions. + - ALSA: hda/hdmi: Add quirk to force pin connectivity on NUC10 + - ALSA: hda/hdmi: add force-connect quirk for NUC5CPYB + - smb: client: fix NULL deref in asn1_ber_decoder() + - btrfs: do not allow non subvolume root targets for snapshot + - iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw + - scsi: bnx2fc: Fix skb double free in bnx2fc_rcv() + - iio: common: ms_sensors: ms_sensors_i2c: fix humidity conversion time + table + - wifi: cfg80211: Add my certificate + - wifi: cfg80211: fix certs build to not depend on file order + - USB: serial: ftdi_sio: update Actisense PIDs constant names + - USB: serial: option: add Quectel EG912Y module support + - USB: serial: option: add Foxconn T99W265 with new baseline + - USB: serial: option: add Quectel RM500Q R13 firmware support + - Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent + - Bluetooth: L2CAP: Send reject on command corrupted request + - [x86] Input: soc_button_array - add mapping for airplane mode button + - net: 9p: avoid freeing uninit memory in p9pdu_vreadf + - net: rfkill: gpio: set GPIO direction + - tracing / synthetic: Disable events after testing in + synth_event_gen_test_init() + - bus: ti-sysc: Flush posted write only after srst_udelay + - lib/vsprintf: Fix %pfwf when current node refcount == 0 + - [x86] alternatives: Sync core before enabling interrupts + - 9p/net: fix possible memory leak in p9_check_errors() + - ARM: dts: Fix occasional boot hang for am3 usb + - Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg + - Bluetooth: use inclusive language in SMP + - Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE + - usb: fotg210-hcd: delete an incorrect bounds test + - smb: client: fix OOB in SMB2_query_info_init() + - smb: client: fix OOB in smbCalcSize() (CVE-2023-6606) + - Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg + (CVE-2023-51779) + - scsi: core: Add scsi_prot_ref_tag() helper + - scsi: core: Introduce scsi_get_sector() + - scsi: core: Make scsi_get_lba() return the LBA + - scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request + - scsi: core: Use a structure member to track the SCSI command submitter + - scsi: core: Always send batch on reset or error handling command + - ring-buffer: Fix wake ups when buffer_percent is set to 100 + - tracing: Fix blocked reader of snapshot buffer + - dm-integrity: don't modify bio's immutable bio_vec in integrity_metadata() + - Bluetooth: SMP: Fix crash when receiving new connection when debug is + enabled + https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.207 + - Revert "scsi: core: Always send batch on reset or error handling command" + - Revert "scsi: core: Use a structure member to track the SCSI command + submitter" + - Revert "scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request" + - Revert "scsi: core: Make scsi_get_lba() return the LBA" + - Revert "scsi: core: Introduce scsi_get_sector()" + - Revert "scsi: core: Add scsi_prot_ref_tag() helper" + - scsi: core: Always send batch on reset or error handling command + https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.208 + - keys, dns: Fix missing size check of V1 server-list header + - block: Don't invalidate pagecache for invalid falloc modes + - ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6 + - nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to + llcp_local + - [x86] drm/i915/dp: Fix passing the correct DPCD_REV for + drm_dp_set_phy_test_pattern + - i40e: Fix filter input checks to prevent config with invalid values + - net: sched: em_text: fix possible memory leak in em_text_destroy() + - [armhf] sun9i: smp: Fix array-index-out-of-bounds read in + sunxi_mc_smp_init + - sfc: fix a double-free bug in efx_probe_filters + - [arm64] net: bcmgenet: Fix FCS generation for fragmented skbuffs + - netfilter: nftables: add loop check helper function + - netfilter: nft_immediate: drop chain reference counter on error + - net: Save and restore msg_namelen in sock_sendmsg + - i40e: fix use-after-free in i40e_aqc_add_filters() + - i40e: Restore VF MSI-X state during PCI reset + - net/qla3xxx: switch from 'pci_' to 'dma_' API + - net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues + - asix: Add check for usbnet_get_endpoints + - bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters() + - net: Implement missing SO_TIMESTAMPING_NEW cmsg support + - mm/memory-failure: check the mapcount of the precise page + - firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines + and ASM108x/VT630x PCIe cards + - [x86] kprobes: fix incorrect return address calculation in + kprobe_emulate_call_indirect + - mm: fix unmap_mapping_range high bits shift bug + - mmc: core: Cancel delayed work before releasing host + - [powerpc*] update ppc_save_regs to save current r1 in pt_regs + - net: tls, update curr on splice as well (CVE-2024-0646) + - ipv6: remove max_size check inline with ipv4 (CVE-2023-52340) + - drm/qxl: fix UAF on handle creation (CVE-2023-39198) + - netfilter: nf_tables: Reject tables of unsupported family (CVE-2023-6040) + - PCI: Extract ATS disabling to a helper function + - PCI: Disable ATS for specific Intel IPU E2000 devices + - Revert "nvme: use command_id instead of req->tag in + trace_nvme_complete_rq()" + https://www.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.10.209 + - f2fs: explicitly null-terminate the xattr list + - ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro + - debugfs: fix automount d_fsdata usage + - drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer + - nvme-core: check for too small lba shift + - [x86] ASoC: Intel: Skylake: Fix mem leak in few functions + - [x86] ASoC: Intel: Skylake: mem leak in skl register function + - ASoC: rt5650: add mutex to avoid the jack detection failure + - nouveau/tu102: flush all pdbs on vmm flush + - net/tg3: fix race condition in tg3_reset_task() + - ASoC: da7219: Support low DC impedance headset + - nvme: introduce helper function to get ctrl state + - [armhf] drm/exynos: fix a potential error pointer dereference + - [armhf] drm/exynos: fix a wrong error checking + - [armhf] clk: rockchip: rk3128: Fix HCLK_OTG gate register + - jbd2: correct the printing of write_flags in jbd2_write_superblock() + - drm/crtc: Fix uninit-value bug in drm_mode_setcrtc + - neighbour: Don't let neigh_forced_gc() disable preemption for long + - jbd2: fix soft lockup in journal_finish_inode_data_buffers() + - tracing: Have large events show up as '[LINE TOO BIG]' instead of nothing + - tracing: Add size check when printing trace_marker output + - ring-buffer: Do not record in NMI if the arch does not support cmpxchg in + NMI + - [arm64] reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning + - Input: atkbd - skip ATKBD_CMD_GETID in translated mode + - Input: i8042 - add nomux quirk for Acer P459-G2-M + - [s390x] scm: fix virtual vs physical address confusion + - Input: xpad - add Razer Wolverine V2 support + - [arm64,armhf] i2c: rk3x: fix potential spinlock recursion on poll + - ida: Fix crash in ida_free when the bitmap is empty (CVE-2023-6915) + - net: qrtr: ns: Return 0 if server port is not present + - [armhf] sun9i: smp: fix return code check of of_property_match_string + - drm/crtc: fix uninitialized variable use + - ACPI: resource: Add another DMI match for the TongFang GMxXGxx + - [arm*] binder: use EPOLLERR from eventpoll.h + - [arm*] binder: fix trivial typo of binder_free_buf_locked() + - [arm*] binder: fix comment on binder_alloc_new_buf() return value + - uio: Fix use-after-free in uio_open + - parport: parport_serial: Add Brainboxes BAR details + - parport: parport_serial: Add Brainboxes device IDs and geometry + - PCI: Add ACS quirk for more Zhaoxin Root Ports + - [x86] lib: Fix overflow when counting digits + - [arm64] EDAC/thunderx: Fix possible out-of-bounds string access + - [powerpc*] add crtsavres.o to always-y instead of extra-y + - [powerpc*] Remove in_kernel_text() + - [powerpc*] 44x: select I2C for CURRITUCK + - [powerpc*] pseries/memhotplug: Quieten some DLPAR operations + - [powerpc*] pseries/memhp: Fix access beyond end of drmem array + - [powerpc*] powernv: Add a null pointer check to scom_debug_init_one() + - [powerpc*] powernv: Add a null pointer check in opal_event_init() + - [powerpc*] powernv: Add a null pointer check in opal_powercap_init() + - [powerpc*] imc-pmu: Add a null pointer check in update_events_in_group() + - spi: spi-zynqmp-gqspi: fix driver kconfig dependencies + - ACPI: video: check for error while searching for backlight device parent + - [amd64] ACPI: LPIT: Avoid u32 multiplication overflow + - of: property: define of_property_read_u{8,16,32,64}_array() + unconditionally + - of: Add of_property_present() helper + - cpufreq: Use of_property_present() for testing DT property presence + - cpufreq: scmi: process the result of devm_of_clk_add_hw_provider() + - net: netlabel: Fix kerneldoc warnings + - netlabel: remove unused parameter in netlbl_netlink_auditinfo() + - calipso: fix memory leak in netlbl_calipso_add_pass() + - efivarfs: force RO when remounting if SetVariable is not supported + - ACPI: extlog: Clear Extended Error Log status when RAS_CEC handled the + error + - mtd: Fix gluebi NULL pointer dereference caused by ftl notifier + - selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6 socket + - virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC + - virtio-crypto: introduce akcipher service + - virtio-crypto: implement RSA algorithm + - virtio-crypto: change code style + - virtio-crypto: use private buffer for control request + - virtio-crypto: wait ctrl queue instead of busy polling + - crypto: virtio - Handle dataq logic with tasklet + - [x86] crypto: ccp - fix memleak in ccp_init_dm_workarea + - crypto: af_alg - Disallow multiple in-flight AIO requests + - pstore: ram_core: fix possible overflow in persistent_ram_init_ecc() + - fs: indicate request originates from old mount API + - Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks + reserved" + - gfs2: Also reflect single-block allocations in rgd->rd_extfail_pt + - gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump + - crypto: virtio - Wait for tasklet to complete on device remove + - crypto: scomp - fix req->dst buffer overflow + - blocklayoutdriver: Fix reference leak of pnfs_device_node + - NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT + - wifi: rtw88: fix RX filter in FIF_ALLMULTI flag + - bpf, lpm: Fix check prefixlen before walking trie + - bpf: Add crosstask check to __bpf_get_stack + - wifi: ath11k: Defer on rproc_get failure + - wifi: libertas: stop selecting wext + - ncsi: internal.h: Fix a spello + - [armhf] net/ncsi: Fix netlink major/minor version numbers + - [arm64] firmware: meson_sm: populate platform devices from sm device tree + data + - wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift behavior + - bpf: fix check for attempt to corrupt spilled pointer + - scsi: fnic: Return error if vmalloc() failed + - [arm64] dts: qcom: qrb5165-rb5: correct LED panic indicator + - [arm64] dts: qcom: sdm845-db845c: correct LED panic indicator + - bpf: Fix verification of indirect var-off stack access + - [arm64] scsi: hisi_sas: Replace with standard error code return value + - virtio/vsock: fix logic which reduces credit update messages + - dma-mapping: Add dma_release_coherent_memory to DMA API + - dma-mapping: clear dev->dma_mem to NULL after freeing it + - wifi: rtlwifi: add calculate_bit_shift() + - wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift() + - wifi: rtlwifi: rtl8192c: using calculate_bit_shift() + - wifi: rtlwifi: rtl8192cu: using calculate_bit_shift() + - wifi: rtlwifi: rtl8192ce: using calculate_bit_shift() + - rtlwifi: rtl8192de: make arrays static const, makes object smaller + - wifi: rtlwifi: rtl8192de: using calculate_bit_shift() + - wifi: rtlwifi: rtl8192ee: using calculate_bit_shift() + - wifi: rtlwifi: rtl8192se: using calculate_bit_shift() + - netfilter: nf_tables: mark newset as dead on transaction abort + - Bluetooth: Fix bogus check for re-auth no supported with non-ssp + - Bluetooth: btmtkuart: fix recv_buf() return value + - ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() + - RDMA/usnic: Silence uninitialized symbol smatch warnings + - rcu: Create an unrcu_pointer() to remove __rcu from a pointer + - drm/nouveau/fence:: fix warning directly dereferencing a rcu pointer + - drm/bridge: tpd12s015: Drop buggy __exit annotation for remove function + - media: pvrusb2: fix use after free on context disconnection + - drm/bridge: Fix typo in post_disable() description + - f2fs: fix to avoid dirent corruption + - drm/radeon/r600_cs: Fix possible int overflows in r600_cs_check_reg() + - drm/radeon/r100: Fix integer overflow issues in r100_cs_track_check() + - drm/radeon: check return value of radeon_ring_lock() + - [arm64] drm/msm/mdp4: flush vblank event on disable + - [arm64] drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt leaks + - drm/drv: propagate errors from drm_modeset_register_all() + - drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() + - drm/radeon/dpm: fix a memleak in sumo_parse_power_table + - drm/radeon/trinity_dpm: fix a memleak in trinity_parse_power_table + - drm/bridge: tc358767: Fix return value on error case + - media: cx231xx: fix a memleak in cx231xx_init_isoc + - f2fs: fix to check compress file in f2fs_move_file_range() + - f2fs: fix to update iostat correctly in f2fs_filemap_fault() + - media: dvbdev: drop refcount on error path in dvb_device_open() + - media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling + path of m88ds3103_probe() + - drm/amdgpu/debugfs: fix error code when smc register accessors are NULL + - drm/amd/pm: fix a double-free in si_dpm_init + - drivers/amd/pm: fix a use-after-free in kv_parse_power_table + - gpu/drm/radeon: fix two memleaks in radeon_vm_init + - dt-bindings: clock: Update the videocc resets for sm8150 + - [arm64] drivers: clk: zynqmp: calculate closest mux rate + - [arm64] clk: zynqmp: make bestdiv unsigned + - [arm64] clk: zynqmp: Add a check for NULL pointer + - [arm64] drivers: clk: zynqmp: update divider round rate logic + - watchdog: set cdev owner before adding + - watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO + - watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling + - watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unused + - clk: fixed-rate: add devm_clk_hw_register_fixed_rate + - clk: fixed-rate: fix clk_hw_register_fixed_rate_with_accuracy_parent_hw + - IB/iser: Prevent invalidating wrong MR + - of: Fix double free in of_parse_phandle_with_args_map + - of: unittest: Fix of_count_phandle_with_args() expected value message + - keys, dns: Fix size check of V1 server-list header + - [arm*] binder: fix async space check for 0-sized buffers + - [arm*] binder: fix unused alloc->free_async_space + - [arm*] binder: fix use-after-free in shinker's callback + - Input: atkbd - use ab83 as id when skipping the getid command + - dma-mapping: Fix build error unused-value + - virtio-crypto: fix memory-leak + - virtio-crypto: fix memory leak in + virtio_crypto_alg_skcipher_close_session() + - kprobes: Fix to handle forcibly unoptimized kprobes on freeing_list + - xen-netback: don't produce zero-size SKB frags (CVE-2023-46838) + - [arm*] binder: fix race between mmput() and do_exit() + - tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug + - [armhf] usb: phy: mxs: remove CONFIG_USB_OTG condition for + mxs_phy_is_otg_host() + - [arm64,armhf] usb: dwc: ep0: Update request status in + dwc3_ep0_stall_restart + - [arm64,armhf] Revert "usb: dwc3: Soft reset phy on probe for host" + - [arm64,armhf] Revert "usb: dwc3: don't reset device side if dwc3 was + configured as host-only" + - [arm64,armhf] usb: chipidea: wait controller resume finished for wakeup + irq + - Revert "usb: typec: class: fix typec_altmode_put_partner to put plugs" + - usb: typec: class: fix typec_altmode_put_partner to put plugs + - usb: mon: Fix atomicity violation in mon_bin_vma_fault + - [arm64,armhf] serial: imx: Ensure that imx_uart_rs485_config() is called + with enabled clock + - ALSA: oxygen: Fix right channel of capture volume mixer + - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx + - fbdev: flush deferred work in fb_deferred_io_fsync() + - io_uring/rw: ensure io->bytes_done is always initialized + - rootfs: Fix support for rootfstype= when root= is given + - Bluetooth: Fix atomicity violation in {min,max}_key_size_set + - [arm64,armhf] iommu/arm-smmu-qcom: Add missing GMU entry to match table + - wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable code + - wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors + - wifi: mwifiex: configure BSSID consistently when starting AP + - [x86] kvm: Do not try to disable kvmclock if it was not enabled + - [arm64] KVM: arm64: vgic-v4: Restore pending state on host userspace write + - [arm64] KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache + - iio: adc: ad7091r: Pass iio_dev to event handler + - HID: wacom: Correct behavior when processing some confidence == false + touches + - mfd: syscon: Fix null pointer dereference in of_syscon_register() + - [mips*] dmi: Fix early remap on MIPS32 + - [mips*] Fix incorrect max_low_pfn adjustment + - [arm64] power: supply: cw2015: correct time_to_empty units in sysfs + - libapi: Add missing linux/types.h header to get the __u64 type on io.h + - acpi: property: Let args be NULL in __acpi_node_get_property_reference + - software node: Let args be NULL in software_node_get_reference_args + - [arm64,armhf] serial: imx: fix tx statemachine deadlock + - iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplify + - iio: adc: ad9467: fix reset gpio handling + - iio: adc: ad9467: don't ignore error codes + - iio: adc: ad9467: fix scale setting + - perf genelf: Set ELF program header addresses properly + - tty: change tty_write_lock()'s ndelay parameter to bool + - tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK + - tty: don't check for signal_pending() in send_break() + - tty: use 'if' in send_break() instead of 'goto' + - usb: cdc-acm: return correct error code on unsupported break + - nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length + - nvmet-tcp: fix a crash in nvmet_req_complete() + - perf env: Avoid recursively taking env->bpf_progs.lock + - apparmor: avoid crash when parsed profile name is empty + - [arm64,armhf] serial: imx: Correct clock error message in function probe() + - nvmet-tcp: Fix the H2C expected PDU len calculation + - [s390x] pci: fix max size calculation in zpci_memcpy_toio() + - net: phy: micrel: populate .soft_reset for KSZ9131 + - netfilter: nf_tables: do not allow mismatch field size and set key length + - netfilter: nf_tables: skip dead set elements in netlink dump + - netfilter: nf_tables: reject NFT_SET_CONCAT with not field length + description + - ipvs: avoid stat macros calls from preemptible context + - kdb: Fix a potential buffer overflow in kdb_local() + - ethtool: netlink: Add missing ethnl_ops_begin/complete + - [armhf] i2c: s3c24xx: fix read transfers in polling mode + - [armhf] i2c: s3c24xx: fix transferring more than one message in polling + mode + - [arm64] dts: armada-3720-turris-mox: set irq type for RTC + + [ Salvatore Bonaccorso ] + * Bump ABI to 28 + * stddef: Introduce DECLARE_FLEX_ARRAY() helper + * smb3: Replace smb2pdu 1-element arrays with flex-arrays + + -- Salvatore Bonaccorso Wed, 31 Jan 2024 21:01:59 +0100 linux (5.10.205-2) bullseye-security; urgency=high diff --cc debian/config.defines.dump index feecba443d3,6ed7f27cd28..4a0d25704f0 --- a/debian/config.defines.dump +++ b/debian/config.defines.dump @@@ -2918,65 -3012,65 +2918,65 @@@ p156 asg229 I01 ss(Vbase -p1612 +p1561 Vx32 -p1613 -tp1614 -(dp1615 +p1562 +tp1563 +(dp1564 Vkernel-arch -p1616 +p1565 Vx86 -p1617 +p1566 sVfeaturesets -p1618 -(lp1619 +p1567 +(lp1568 ss(Vabi -p1620 +p1569 NVrt -p1621 -tp1622 -(dp1623 +p1570 +tp1571 +(dp1572 Vignore-changes -p1624 -(lp1625 +p1573 +(lp1574 V* -p1626 +p1575 ass(Vdescription -p1627 -Ng1621 -tp1628 -(dp1629 +p1576 +Ng1570 +tp1577 +(dp1578 Vpart-long-rt -p1630 +p1579 VThis kernel includes the PREEMPT_RT realtime patch set. -p1631 +p1580 sVpart-short-rt -p1632 +p1581 VPREEMPT_RT -p1633 +p1582 sVparts -p1634 -(lp1635 +p1583 +(lp1584 Vrt -p1636 +p1585 ass(Vversion -p1637 -tp1638 -(dp1639 +p1586 +tp1587 +(dp1588 Vsource -p1640 -V5.10.209-2 -p1641 +p1589 - V5.10.205-2+rpi1 ++V5.10.209-2+rpi1 +p1590 sVupstream -p1642 +p1591 V5.10 -p1643 +p1592 sVabiname_base -p1644 +p1593 V5.10.0 -p1645 +p1594 sVabiname -p1646 +p1595 - V5.10.0-27 + V5.10.0-28 -p1647 +p1596 ss. diff --cc debian/control index 152dd66fe85,93343399683..7bb69573693 --- a/debian/control +++ b/debian/control @@@ -3383,10 -3383,199 +3383,10 @@@ Depends: kernel-image-5.10.0-28-armmp-d Description: MTD driver modules This package contains MTD driver modules. Build-Profiles: - Kernel-Version: 5.10.0-27-armmp + Kernel-Version: 5.10.0-28-armmp Package-Type: udeb - Package: kernel-image-5.10.0-27-parisc-di -Package: linux-image-5.10.0-28-armmp -Architecture: armhf -Depends: kmod, linux-base (>= 4.3~), linux-bootwrapper-5.10.0-28 [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: - -Package: linux-headers-5.10.0-28-armmp -Architecture: armhf -Depends: linux-headers-5.10.0-28-common (= ${source:Version}), linux-kbuild-5.10 (>= ${source:Version}), ${misc:Depends}, linux-compiler-gcc-10-arm -Description: Header files for Linux 5.10.0-28-armmp - This package provides the architecture-specific kernel header files for - Linux kernel 5.10.0-28-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-28-armmp, and can be used for building - modules that load into the kernel provided by the - linux-image-5.10.0-28-armmp package. -Build-Profiles: - -Package: linux-image-armmp -Architecture: armhf -Provides: linux-latest-modules-5.10.0-28-armmp, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386], linux-image-generic -Depends: linux-image-5.10.0-28-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: - -Package: linux-headers-armmp -Architecture: armhf -Provides: linux-headers-generic -Depends: linux-headers-5.10.0-28-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: - -Package: linux-image-5.10.0-28-armmp-dbg -Architecture: armhf -Section: debug -Priority: optional -Depends: ${misc:Depends} -Description: Debug symbols for linux-image-5.10.0-28-armmp - This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-5.10.0-28-armmp. -Build-Profiles: - -Package: linux-image-armmp-dbg -Architecture: armhf -Provides: linux-latest-image-dbg -Depends: linux-image-5.10.0-28-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: - -Package: linux-image-5.10.0-28-armmp-lpae -Architecture: armhf -Depends: kmod, linux-base (>= 4.3~), linux-bootwrapper-5.10.0-28 [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: - -Package: linux-headers-5.10.0-28-armmp-lpae -Architecture: armhf -Depends: linux-headers-5.10.0-28-common (= ${source:Version}), linux-kbuild-5.10 (>= ${source:Version}), ${misc:Depends}, linux-compiler-gcc-10-arm -Description: Header files for Linux 5.10.0-28-armmp-lpae - This package provides the architecture-specific kernel header files for - Linux kernel 5.10.0-28-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-28-armmp-lpae, and can be used for building - modules that load into the kernel provided by the - linux-image-5.10.0-28-armmp-lpae package. -Build-Profiles: - -Package: linux-image-armmp-lpae -Architecture: armhf -Provides: linux-latest-modules-5.10.0-28-armmp-lpae, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386] -Depends: linux-image-5.10.0-28-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: - -Package: linux-headers-armmp-lpae -Architecture: armhf -Depends: linux-headers-5.10.0-28-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: - -Package: linux-image-5.10.0-28-armmp-lpae-dbg -Architecture: armhf -Section: debug -Priority: optional -Depends: ${misc:Depends} -Description: Debug symbols for linux-image-5.10.0-28-armmp-lpae - This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-5.10.0-28-armmp-lpae. -Build-Profiles: - -Package: linux-image-armmp-lpae-dbg -Architecture: armhf -Provides: linux-latest-image-dbg -Depends: linux-image-5.10.0-28-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: - -Package: linux-image-5.10.0-28-rt-armmp -Architecture: armhf -Depends: kmod, linux-base (>= 4.3~), linux-bootwrapper-5.10.0-28 [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: - -Package: linux-headers-5.10.0-28-rt-armmp -Architecture: armhf -Depends: linux-headers-5.10.0-28-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-28-rt-armmp - This package provides the architecture-specific kernel header files for - Linux kernel 5.10.0-28-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-28-rt-armmp, and can be used for building - modules that load into the kernel provided by the - linux-image-5.10.0-28-rt-armmp package. -Build-Profiles: - -Package: linux-image-rt-armmp -Architecture: armhf -Provides: linux-latest-modules-5.10.0-28-rt-armmp, wireguard-modules (= 1.0.0), virtualbox-guest-modules [amd64 i386] -Depends: linux-image-5.10.0-28-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: - -Package: linux-headers-rt-armmp -Architecture: armhf -Depends: linux-headers-5.10.0-28-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: - -Package: linux-image-5.10.0-28-rt-armmp-dbg -Architecture: armhf -Section: debug -Priority: optional -Depends: ${misc:Depends} -Description: Debug symbols for linux-image-5.10.0-28-rt-armmp - This package provides the detached debug symbols for the Linux kernel and - modules in linux-image-5.10.0-28-rt-armmp. -Build-Profiles: - -Package: linux-image-rt-armmp-dbg -Architecture: armhf -Provides: linux-latest-image-dbg -Depends: linux-image-5.10.0-28-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: - + Package: kernel-image-5.10.0-28-parisc-di Architecture: hppa Section: debian-installer Priority: standard diff --cc debian/control.md5sum index d6eae14b930,cb497035f4b..5a70427268e --- a/debian/control.md5sum +++ b/debian/control.md5sum @@@ -1,5 -1,5 +1,5 @@@ 4910c50c27288d791de01121b7694bea debian/bin/gencontrol.py - 8d26dd237180e1c35af369754432bc4c debian/build/version-info -601849584e6fa76a7beed99195e4314b debian/build/version-info ++4a3460801043f8182c2e65d7df39d473 debian/build/version-info fe4456d48e3218fb8980c8577d03a7ae debian/templates/control.config.in 9509e39d8e60906ebd5ee4a8b0355d25 debian/templates/control.docs.in 358db3af53a223fe60ae89c7a481609f debian/templates/control.docs.meta.in diff --cc debian/rules.gen index 6b51413ba4a,855733c15c3..dc8af230353 --- a/debian/rules.gen +++ b/debian/rules.gen @@@ -2,93 -2,106 +2,93 @@@ 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-27' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-alpha-generic-di nic-modules-5.10.0-27-alpha-generic-di nic-wireless-modules-5.10.0-27-alpha-generic-di nic-shared-modules-5.10.0-27-alpha-generic-di serial-modules-5.10.0-27-alpha-generic-di usb-serial-modules-5.10.0-27-alpha-generic-di ppp-modules-5.10.0-27-alpha-generic-di pata-modules-5.10.0-27-alpha-generic-di cdrom-core-modules-5.10.0-27-alpha-generic-di scsi-core-modules-5.10.0-27-alpha-generic-di scsi-modules-5.10.0-27-alpha-generic-di scsi-nic-modules-5.10.0-27-alpha-generic-di loop-modules-5.10.0-27-alpha-generic-di btrfs-modules-5.10.0-27-alpha-generic-di ext4-modules-5.10.0-27-alpha-generic-di isofs-modules-5.10.0-27-alpha-generic-di jfs-modules-5.10.0-27-alpha-generic-di xfs-modules-5.10.0-27-alpha-generic-di fat-modules-5.10.0-27-alpha-generic-di squashfs-modules-5.10.0-27-alpha-generic-di fuse-modules-5.10.0-27-alpha-generic-di f2fs-modules-5.10.0-27-alpha-generic-di md-modules-5.10.0-27-alpha-generic-di multipath-modules-5.10.0-27-alpha-generic-di usb-modules-5.10.0-27-alpha-generic-di usb-storage-modules-5.10.0-27-alpha-generic-di fb-modules-5.10.0-27-alpha-generic-di input-modules-5.10.0-27-alpha-generic-di event-modules-5.10.0-27-alpha-generic-di mouse-modules-5.10.0-27-alpha-generic-di nic-pcmcia-modules-5.10.0-27-alpha-generic-di pcmcia-modules-5.10.0-27-alpha-generic-di nic-usb-modules-5.10.0-27-alpha-generic-di sata-modules-5.10.0-27-alpha-generic-di i2c-modules-5.10.0-27-alpha-generic-di crc-modules-5.10.0-27-alpha-generic-di crypto-modules-5.10.0-27-alpha-generic-di crypto-dm-modules-5.10.0-27-alpha-generic-di ata-modules-5.10.0-27-alpha-generic-di nbd-modules-5.10.0-27-alpha-generic-di srm-modules-5.10.0-27-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='5.10.0-28' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-alpha-generic-di nic-modules-5.10.0-28-alpha-generic-di nic-wireless-modules-5.10.0-28-alpha-generic-di nic-shared-modules-5.10.0-28-alpha-generic-di serial-modules-5.10.0-28-alpha-generic-di usb-serial-modules-5.10.0-28-alpha-generic-di ppp-modules-5.10.0-28-alpha-generic-di pata-modules-5.10.0-28-alpha-generic-di cdrom-core-modules-5.10.0-28-alpha-generic-di scsi-core-modules-5.10.0-28-alpha-generic-di scsi-modules-5.10.0-28-alpha-generic-di scsi-nic-modules-5.10.0-28-alpha-generic-di loop-modules-5.10.0-28-alpha-generic-di btrfs-modules-5.10.0-28-alpha-generic-di ext4-modules-5.10.0-28-alpha-generic-di isofs-modules-5.10.0-28-alpha-generic-di jfs-modules-5.10.0-28-alpha-generic-di xfs-modules-5.10.0-28-alpha-generic-di fat-modules-5.10.0-28-alpha-generic-di squashfs-modules-5.10.0-28-alpha-generic-di fuse-modules-5.10.0-28-alpha-generic-di f2fs-modules-5.10.0-28-alpha-generic-di md-modules-5.10.0-28-alpha-generic-di multipath-modules-5.10.0-28-alpha-generic-di usb-modules-5.10.0-28-alpha-generic-di usb-storage-modules-5.10.0-28-alpha-generic-di fb-modules-5.10.0-28-alpha-generic-di input-modules-5.10.0-28-alpha-generic-di event-modules-5.10.0-28-alpha-generic-di mouse-modules-5.10.0-28-alpha-generic-di nic-pcmcia-modules-5.10.0-28-alpha-generic-di pcmcia-modules-5.10.0-28-alpha-generic-di nic-usb-modules-5.10.0-28-alpha-generic-di sata-modules-5.10.0-28-alpha-generic-di i2c-modules-5.10.0-28-alpha-generic-di crc-modules-5.10.0-28-alpha-generic-di crypto-modules-5.10.0-28-alpha-generic-di crypto-dm-modules-5.10.0-28-alpha-generic-di ata-modules-5.10.0-28-alpha-generic-di nbd-modules-5.10.0-28-alpha-generic-di srm-modules-5.10.0-28-alpha-generic-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_alpha ABINAME='5.10.0-28' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-alpha-generic-di nic-modules-5.10.0-28-alpha-generic-di nic-wireless-modules-5.10.0-28-alpha-generic-di nic-shared-modules-5.10.0-28-alpha-generic-di serial-modules-5.10.0-28-alpha-generic-di usb-serial-modules-5.10.0-28-alpha-generic-di ppp-modules-5.10.0-28-alpha-generic-di pata-modules-5.10.0-28-alpha-generic-di cdrom-core-modules-5.10.0-28-alpha-generic-di scsi-core-modules-5.10.0-28-alpha-generic-di scsi-modules-5.10.0-28-alpha-generic-di scsi-nic-modules-5.10.0-28-alpha-generic-di loop-modules-5.10.0-28-alpha-generic-di btrfs-modules-5.10.0-28-alpha-generic-di ext4-modules-5.10.0-28-alpha-generic-di isofs-modules-5.10.0-28-alpha-generic-di jfs-modules-5.10.0-28-alpha-generic-di xfs-modules-5.10.0-28-alpha-generic-di fat-modules-5.10.0-28-alpha-generic-di squashfs-modules-5.10.0-28-alpha-generic-di fuse-modules-5.10.0-28-alpha-generic-di f2fs-modules-5.10.0-28-alpha-generic-di md-modules-5.10.0-28-alpha-generic-di multipath-modules-5.10.0-28-alpha-generic-di usb-modules-5.10.0-28-alpha-generic-di usb-storage-modules-5.10.0-28-alpha-generic-di fb-modules-5.10.0-28-alpha-generic-di input-modules-5.10.0-28-alpha-generic-di event-modules-5.10.0-28-alpha-generic-di mouse-modules-5.10.0-28-alpha-generic-di nic-pcmcia-modules-5.10.0-28-alpha-generic-di pcmcia-modules-5.10.0-28-alpha-generic-di nic-usb-modules-5.10.0-28-alpha-generic-di sata-modules-5.10.0-28-alpha-generic-di i2c-modules-5.10.0-28-alpha-generic-di crc-modules-5.10.0-28-alpha-generic-di crypto-modules-5.10.0-28-alpha-generic-di crypto-dm-modules-5.10.0-28-alpha-generic-di ata-modules-5.10.0-28-alpha-generic-di nbd-modules-5.10.0-28-alpha-generic-di srm-modules-5.10.0-28-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-27' 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-27-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-27-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-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-27' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.205-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-28' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.209-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-27' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-amd64-di nic-modules-5.10.0-27-amd64-di nic-wireless-modules-5.10.0-27-amd64-di nic-shared-modules-5.10.0-27-amd64-di serial-modules-5.10.0-27-amd64-di usb-serial-modules-5.10.0-27-amd64-di ppp-modules-5.10.0-27-amd64-di pata-modules-5.10.0-27-amd64-di cdrom-core-modules-5.10.0-27-amd64-di firewire-core-modules-5.10.0-27-amd64-di scsi-core-modules-5.10.0-27-amd64-di scsi-modules-5.10.0-27-amd64-di scsi-nic-modules-5.10.0-27-amd64-di loop-modules-5.10.0-27-amd64-di btrfs-modules-5.10.0-27-amd64-di ext4-modules-5.10.0-27-amd64-di isofs-modules-5.10.0-27-amd64-di jfs-modules-5.10.0-27-amd64-di xfs-modules-5.10.0-27-amd64-di fat-modules-5.10.0-27-amd64-di squashfs-modules-5.10.0-27-amd64-di udf-modules-5.10.0-27-amd64-di fuse-modules-5.10.0-27-amd64-di f2fs-modules-5.10.0-27-amd64-di md-modules-5.10.0-27-amd64-di multipath-modules-5.10.0-27-amd64-di usb-modules-5.10.0-27-amd64-di usb-storage-modules-5.10.0-27-amd64-di pcmcia-storage-modules-5.10.0-27-amd64-di fb-modules-5.10.0-27-amd64-di input-modules-5.10.0-27-amd64-di event-modules-5.10.0-27-amd64-di mouse-modules-5.10.0-27-amd64-di nic-pcmcia-modules-5.10.0-27-amd64-di pcmcia-modules-5.10.0-27-amd64-di nic-usb-modules-5.10.0-27-amd64-di sata-modules-5.10.0-27-amd64-di acpi-modules-5.10.0-27-amd64-di i2c-modules-5.10.0-27-amd64-di crc-modules-5.10.0-27-amd64-di crypto-modules-5.10.0-27-amd64-di crypto-dm-modules-5.10.0-27-amd64-di efi-modules-5.10.0-27-amd64-di ata-modules-5.10.0-27-amd64-di mmc-core-modules-5.10.0-27-amd64-di mmc-modules-5.10.0-27-amd64-di nbd-modules-5.10.0-27-amd64-di speakup-modules-5.10.0-27-amd64-di uinput-modules-5.10.0-27-amd64-di sound-modules-5.10.0-27-amd64-di mtd-core-modules-5.10.0-27-amd64-di rfkill-modules-5.10.0-27-amd64-di' UDEB_UNSIGNED_TEST_BUILD=True - $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='5.10.0-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-amd64-di nic-modules-5.10.0-28-amd64-di nic-wireless-modules-5.10.0-28-amd64-di nic-shared-modules-5.10.0-28-amd64-di serial-modules-5.10.0-28-amd64-di usb-serial-modules-5.10.0-28-amd64-di ppp-modules-5.10.0-28-amd64-di pata-modules-5.10.0-28-amd64-di cdrom-core-modules-5.10.0-28-amd64-di firewire-core-modules-5.10.0-28-amd64-di scsi-core-modules-5.10.0-28-amd64-di scsi-modules-5.10.0-28-amd64-di scsi-nic-modules-5.10.0-28-amd64-di loop-modules-5.10.0-28-amd64-di btrfs-modules-5.10.0-28-amd64-di ext4-modules-5.10.0-28-amd64-di isofs-modules-5.10.0-28-amd64-di jfs-modules-5.10.0-28-amd64-di xfs-modules-5.10.0-28-amd64-di fat-modules-5.10.0-28-amd64-di squashfs-modules-5.10.0-28-amd64-di udf-modules-5.10.0-28-amd64-di fuse-modules-5.10.0-28-amd64-di f2fs-modules-5.10.0-28-amd64-di md-modules-5.10.0-28-amd64-di multipath-modules-5.10.0-28-amd64-di usb-modules-5.10.0-28-amd64-di usb-storage-modules-5.10.0-28-amd64-di pcmcia-storage-modules-5.10.0-28-amd64-di fb-modules-5.10.0-28-amd64-di input-modules-5.10.0-28-amd64-di event-modules-5.10.0-28-amd64-di mouse-modules-5.10.0-28-amd64-di nic-pcmcia-modules-5.10.0-28-amd64-di pcmcia-modules-5.10.0-28-amd64-di nic-usb-modules-5.10.0-28-amd64-di sata-modules-5.10.0-28-amd64-di acpi-modules-5.10.0-28-amd64-di i2c-modules-5.10.0-28-amd64-di crc-modules-5.10.0-28-amd64-di crypto-modules-5.10.0-28-amd64-di crypto-dm-modules-5.10.0-28-amd64-di efi-modules-5.10.0-28-amd64-di ata-modules-5.10.0-28-amd64-di mmc-core-modules-5.10.0-28-amd64-di mmc-modules-5.10.0-28-amd64-di nbd-modules-5.10.0-28-amd64-di speakup-modules-5.10.0-28-amd64-di uinput-modules-5.10.0-28-amd64-di sound-modules-5.10.0-28-amd64-di mtd-core-modules-5.10.0-28-amd64-di rfkill-modules-5.10.0-28-amd64-di' UDEB_UNSIGNED_TEST_BUILD=True ++ $(MAKE) -f debian/rules.real install-udeb_amd64 ABINAME='5.10.0-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-amd64-di nic-modules-5.10.0-28-amd64-di nic-wireless-modules-5.10.0-28-amd64-di nic-shared-modules-5.10.0-28-amd64-di serial-modules-5.10.0-28-amd64-di usb-serial-modules-5.10.0-28-amd64-di ppp-modules-5.10.0-28-amd64-di pata-modules-5.10.0-28-amd64-di cdrom-core-modules-5.10.0-28-amd64-di firewire-core-modules-5.10.0-28-amd64-di scsi-core-modules-5.10.0-28-amd64-di scsi-modules-5.10.0-28-amd64-di scsi-nic-modules-5.10.0-28-amd64-di loop-modules-5.10.0-28-amd64-di btrfs-modules-5.10.0-28-amd64-di ext4-modules-5.10.0-28-amd64-di isofs-modules-5.10.0-28-amd64-di jfs-modules-5.10.0-28-amd64-di xfs-modules-5.10.0-28-amd64-di fat-modules-5.10.0-28-amd64-di squashfs-modules-5.10.0-28-amd64-di udf-modules-5.10.0-28-amd64-di fuse-modules-5.10.0-28-amd64-di f2fs-modules-5.10.0-28-amd64-di md-modules-5.10.0-28-amd64-di multipath-modules-5.10.0-28-amd64-di usb-modules-5.10.0-28-amd64-di usb-storage-modules-5.10.0-28-amd64-di pcmcia-storage-modules-5.10.0-28-amd64-di fb-modules-5.10.0-28-amd64-di input-modules-5.10.0-28-amd64-di event-modules-5.10.0-28-amd64-di mouse-modules-5.10.0-28-amd64-di nic-pcmcia-modules-5.10.0-28-amd64-di pcmcia-modules-5.10.0-28-amd64-di nic-usb-modules-5.10.0-28-amd64-di sata-modules-5.10.0-28-amd64-di acpi-modules-5.10.0-28-amd64-di i2c-modules-5.10.0-28-amd64-di crc-modules-5.10.0-28-amd64-di crypto-modules-5.10.0-28-amd64-di crypto-dm-modules-5.10.0-28-amd64-di efi-modules-5.10.0-28-amd64-di ata-modules-5.10.0-28-amd64-di mmc-core-modules-5.10.0-28-amd64-di mmc-modules-5.10.0-28-amd64-di nbd-modules-5.10.0-28-amd64-di speakup-modules-5.10.0-28-amd64-di uinput-modules-5.10.0-28-amd64-di sound-modules-5.10.0-28-amd64-di mtd-core-modules-5.10.0-28-amd64-di rfkill-modules-5.10.0-28-amd64-di' UDEB_UNSIGNED_TEST_BUILD=True binary-arch_amd64:: - $(MAKE) -f debian/rules.real install-signed-template_amd64 ABINAME='5.10.0-27' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' 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-27-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-27' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-27' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-arm64-di nic-modules-5.10.0-27-arm64-di nic-wireless-modules-5.10.0-27-arm64-di nic-shared-modules-5.10.0-27-arm64-di usb-serial-modules-5.10.0-27-arm64-di ppp-modules-5.10.0-27-arm64-di cdrom-core-modules-5.10.0-27-arm64-di scsi-core-modules-5.10.0-27-arm64-di scsi-modules-5.10.0-27-arm64-di scsi-nic-modules-5.10.0-27-arm64-di loop-modules-5.10.0-27-arm64-di btrfs-modules-5.10.0-27-arm64-di ext4-modules-5.10.0-27-arm64-di isofs-modules-5.10.0-27-arm64-di jfs-modules-5.10.0-27-arm64-di xfs-modules-5.10.0-27-arm64-di fat-modules-5.10.0-27-arm64-di squashfs-modules-5.10.0-27-arm64-di udf-modules-5.10.0-27-arm64-di fuse-modules-5.10.0-27-arm64-di f2fs-modules-5.10.0-27-arm64-di md-modules-5.10.0-27-arm64-di multipath-modules-5.10.0-27-arm64-di usb-modules-5.10.0-27-arm64-di usb-storage-modules-5.10.0-27-arm64-di fb-modules-5.10.0-27-arm64-di input-modules-5.10.0-27-arm64-di event-modules-5.10.0-27-arm64-di nic-usb-modules-5.10.0-27-arm64-di sata-modules-5.10.0-27-arm64-di i2c-modules-5.10.0-27-arm64-di crc-modules-5.10.0-27-arm64-di crypto-modules-5.10.0-27-arm64-di crypto-dm-modules-5.10.0-27-arm64-di efi-modules-5.10.0-27-arm64-di ata-modules-5.10.0-27-arm64-di mmc-modules-5.10.0-27-arm64-di nbd-modules-5.10.0-27-arm64-di uinput-modules-5.10.0-27-arm64-di leds-modules-5.10.0-27-arm64-di mtd-core-modules-5.10.0-27-arm64-di' UDEB_UNSIGNED_TEST_BUILD=True - $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='5.10.0-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-arm64-di nic-modules-5.10.0-28-arm64-di nic-wireless-modules-5.10.0-28-arm64-di nic-shared-modules-5.10.0-28-arm64-di usb-serial-modules-5.10.0-28-arm64-di ppp-modules-5.10.0-28-arm64-di cdrom-core-modules-5.10.0-28-arm64-di scsi-core-modules-5.10.0-28-arm64-di scsi-modules-5.10.0-28-arm64-di scsi-nic-modules-5.10.0-28-arm64-di loop-modules-5.10.0-28-arm64-di btrfs-modules-5.10.0-28-arm64-di ext4-modules-5.10.0-28-arm64-di isofs-modules-5.10.0-28-arm64-di jfs-modules-5.10.0-28-arm64-di xfs-modules-5.10.0-28-arm64-di fat-modules-5.10.0-28-arm64-di squashfs-modules-5.10.0-28-arm64-di udf-modules-5.10.0-28-arm64-di fuse-modules-5.10.0-28-arm64-di f2fs-modules-5.10.0-28-arm64-di md-modules-5.10.0-28-arm64-di multipath-modules-5.10.0-28-arm64-di usb-modules-5.10.0-28-arm64-di usb-storage-modules-5.10.0-28-arm64-di fb-modules-5.10.0-28-arm64-di input-modules-5.10.0-28-arm64-di event-modules-5.10.0-28-arm64-di nic-usb-modules-5.10.0-28-arm64-di sata-modules-5.10.0-28-arm64-di i2c-modules-5.10.0-28-arm64-di crc-modules-5.10.0-28-arm64-di crypto-modules-5.10.0-28-arm64-di crypto-dm-modules-5.10.0-28-arm64-di efi-modules-5.10.0-28-arm64-di ata-modules-5.10.0-28-arm64-di mmc-modules-5.10.0-28-arm64-di nbd-modules-5.10.0-28-arm64-di uinput-modules-5.10.0-28-arm64-di leds-modules-5.10.0-28-arm64-di mtd-core-modules-5.10.0-28-arm64-di' UDEB_UNSIGNED_TEST_BUILD=True ++ $(MAKE) -f debian/rules.real install-udeb_arm64 ABINAME='5.10.0-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-arm64-di nic-modules-5.10.0-28-arm64-di nic-wireless-modules-5.10.0-28-arm64-di nic-shared-modules-5.10.0-28-arm64-di usb-serial-modules-5.10.0-28-arm64-di ppp-modules-5.10.0-28-arm64-di cdrom-core-modules-5.10.0-28-arm64-di scsi-core-modules-5.10.0-28-arm64-di scsi-modules-5.10.0-28-arm64-di scsi-nic-modules-5.10.0-28-arm64-di loop-modules-5.10.0-28-arm64-di btrfs-modules-5.10.0-28-arm64-di ext4-modules-5.10.0-28-arm64-di isofs-modules-5.10.0-28-arm64-di jfs-modules-5.10.0-28-arm64-di xfs-modules-5.10.0-28-arm64-di fat-modules-5.10.0-28-arm64-di squashfs-modules-5.10.0-28-arm64-di udf-modules-5.10.0-28-arm64-di fuse-modules-5.10.0-28-arm64-di f2fs-modules-5.10.0-28-arm64-di md-modules-5.10.0-28-arm64-di multipath-modules-5.10.0-28-arm64-di usb-modules-5.10.0-28-arm64-di usb-storage-modules-5.10.0-28-arm64-di fb-modules-5.10.0-28-arm64-di input-modules-5.10.0-28-arm64-di event-modules-5.10.0-28-arm64-di nic-usb-modules-5.10.0-28-arm64-di sata-modules-5.10.0-28-arm64-di i2c-modules-5.10.0-28-arm64-di crc-modules-5.10.0-28-arm64-di crypto-modules-5.10.0-28-arm64-di crypto-dm-modules-5.10.0-28-arm64-di efi-modules-5.10.0-28-arm64-di ata-modules-5.10.0-28-arm64-di mmc-modules-5.10.0-28-arm64-di nbd-modules-5.10.0-28-arm64-di uinput-modules-5.10.0-28-arm64-di leds-modules-5.10.0-28-arm64-di mtd-core-modules-5.10.0-28-arm64-di' UDEB_UNSIGNED_TEST_BUILD=True binary-arch_arm64:: - $(MAKE) -f debian/rules.real install-signed-template_arm64 ABINAME='5.10.0-27' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.205-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-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-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-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-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-27' 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-27-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-27' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.205-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-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-27' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.205-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-28' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-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-27' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-marvell-di nic-modules-5.10.0-27-marvell-di nic-shared-modules-5.10.0-27-marvell-di usb-serial-modules-5.10.0-27-marvell-di ppp-modules-5.10.0-27-marvell-di cdrom-core-modules-5.10.0-27-marvell-di scsi-core-modules-5.10.0-27-marvell-di loop-modules-5.10.0-27-marvell-di ipv6-modules-5.10.0-27-marvell-di btrfs-modules-5.10.0-27-marvell-di ext4-modules-5.10.0-27-marvell-di isofs-modules-5.10.0-27-marvell-di jffs2-modules-5.10.0-27-marvell-di jfs-modules-5.10.0-27-marvell-di fat-modules-5.10.0-27-marvell-di minix-modules-5.10.0-27-marvell-di squashfs-modules-5.10.0-27-marvell-di udf-modules-5.10.0-27-marvell-di fuse-modules-5.10.0-27-marvell-di f2fs-modules-5.10.0-27-marvell-di md-modules-5.10.0-27-marvell-di multipath-modules-5.10.0-27-marvell-di usb-modules-5.10.0-27-marvell-di usb-storage-modules-5.10.0-27-marvell-di fb-modules-5.10.0-27-marvell-di input-modules-5.10.0-27-marvell-di event-modules-5.10.0-27-marvell-di mouse-modules-5.10.0-27-marvell-di nic-usb-modules-5.10.0-27-marvell-di sata-modules-5.10.0-27-marvell-di crc-modules-5.10.0-27-marvell-di crypto-modules-5.10.0-27-marvell-di crypto-dm-modules-5.10.0-27-marvell-di mmc-core-modules-5.10.0-27-marvell-di mmc-modules-5.10.0-27-marvell-di nbd-modules-5.10.0-27-marvell-di uinput-modules-5.10.0-27-marvell-di leds-modules-5.10.0-27-marvell-di mtd-modules-5.10.0-27-marvell-di mtd-core-modules-5.10.0-27-marvell-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_armel ABINAME='5.10.0-28' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-marvell-di nic-modules-5.10.0-28-marvell-di nic-shared-modules-5.10.0-28-marvell-di usb-serial-modules-5.10.0-28-marvell-di ppp-modules-5.10.0-28-marvell-di cdrom-core-modules-5.10.0-28-marvell-di scsi-core-modules-5.10.0-28-marvell-di loop-modules-5.10.0-28-marvell-di ipv6-modules-5.10.0-28-marvell-di btrfs-modules-5.10.0-28-marvell-di ext4-modules-5.10.0-28-marvell-di isofs-modules-5.10.0-28-marvell-di jffs2-modules-5.10.0-28-marvell-di jfs-modules-5.10.0-28-marvell-di fat-modules-5.10.0-28-marvell-di minix-modules-5.10.0-28-marvell-di squashfs-modules-5.10.0-28-marvell-di udf-modules-5.10.0-28-marvell-di fuse-modules-5.10.0-28-marvell-di f2fs-modules-5.10.0-28-marvell-di md-modules-5.10.0-28-marvell-di multipath-modules-5.10.0-28-marvell-di usb-modules-5.10.0-28-marvell-di usb-storage-modules-5.10.0-28-marvell-di fb-modules-5.10.0-28-marvell-di input-modules-5.10.0-28-marvell-di event-modules-5.10.0-28-marvell-di mouse-modules-5.10.0-28-marvell-di nic-usb-modules-5.10.0-28-marvell-di sata-modules-5.10.0-28-marvell-di crc-modules-5.10.0-28-marvell-di crypto-modules-5.10.0-28-marvell-di crypto-dm-modules-5.10.0-28-marvell-di mmc-core-modules-5.10.0-28-marvell-di mmc-modules-5.10.0-28-marvell-di nbd-modules-5.10.0-28-marvell-di uinput-modules-5.10.0-28-marvell-di leds-modules-5.10.0-28-marvell-di mtd-modules-5.10.0-28-marvell-di mtd-core-modules-5.10.0-28-marvell-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_armel ABINAME='5.10.0-28' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-marvell-di nic-modules-5.10.0-28-marvell-di nic-shared-modules-5.10.0-28-marvell-di usb-serial-modules-5.10.0-28-marvell-di ppp-modules-5.10.0-28-marvell-di cdrom-core-modules-5.10.0-28-marvell-di scsi-core-modules-5.10.0-28-marvell-di loop-modules-5.10.0-28-marvell-di ipv6-modules-5.10.0-28-marvell-di btrfs-modules-5.10.0-28-marvell-di ext4-modules-5.10.0-28-marvell-di isofs-modules-5.10.0-28-marvell-di jffs2-modules-5.10.0-28-marvell-di jfs-modules-5.10.0-28-marvell-di fat-modules-5.10.0-28-marvell-di minix-modules-5.10.0-28-marvell-di squashfs-modules-5.10.0-28-marvell-di udf-modules-5.10.0-28-marvell-di fuse-modules-5.10.0-28-marvell-di f2fs-modules-5.10.0-28-marvell-di md-modules-5.10.0-28-marvell-di multipath-modules-5.10.0-28-marvell-di usb-modules-5.10.0-28-marvell-di usb-storage-modules-5.10.0-28-marvell-di fb-modules-5.10.0-28-marvell-di input-modules-5.10.0-28-marvell-di event-modules-5.10.0-28-marvell-di mouse-modules-5.10.0-28-marvell-di nic-usb-modules-5.10.0-28-marvell-di sata-modules-5.10.0-28-marvell-di crc-modules-5.10.0-28-marvell-di crypto-modules-5.10.0-28-marvell-di crypto-dm-modules-5.10.0-28-marvell-di mmc-core-modules-5.10.0-28-marvell-di mmc-modules-5.10.0-28-marvell-di nbd-modules-5.10.0-28-marvell-di uinput-modules-5.10.0-28-marvell-di leds-modules-5.10.0-28-marvell-di mtd-modules-5.10.0-28-marvell-di mtd-core-modules-5.10.0-28-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-27' 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-27-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-27-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-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-27' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.205-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-28' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-28' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-27' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-armmp-di nic-modules-5.10.0-27-armmp-di nic-wireless-modules-5.10.0-27-armmp-di nic-shared-modules-5.10.0-27-armmp-di usb-serial-modules-5.10.0-27-armmp-di ppp-modules-5.10.0-27-armmp-di pata-modules-5.10.0-27-armmp-di cdrom-core-modules-5.10.0-27-armmp-di scsi-core-modules-5.10.0-27-armmp-di scsi-modules-5.10.0-27-armmp-di scsi-nic-modules-5.10.0-27-armmp-di loop-modules-5.10.0-27-armmp-di btrfs-modules-5.10.0-27-armmp-di ext4-modules-5.10.0-27-armmp-di isofs-modules-5.10.0-27-armmp-di jfs-modules-5.10.0-27-armmp-di fat-modules-5.10.0-27-armmp-di squashfs-modules-5.10.0-27-armmp-di udf-modules-5.10.0-27-armmp-di fuse-modules-5.10.0-27-armmp-di f2fs-modules-5.10.0-27-armmp-di md-modules-5.10.0-27-armmp-di multipath-modules-5.10.0-27-armmp-di usb-modules-5.10.0-27-armmp-di usb-storage-modules-5.10.0-27-armmp-di fb-modules-5.10.0-27-armmp-di input-modules-5.10.0-27-armmp-di event-modules-5.10.0-27-armmp-di nic-usb-modules-5.10.0-27-armmp-di sata-modules-5.10.0-27-armmp-di i2c-modules-5.10.0-27-armmp-di crc-modules-5.10.0-27-armmp-di crypto-modules-5.10.0-27-armmp-di crypto-dm-modules-5.10.0-27-armmp-di efi-modules-5.10.0-27-armmp-di ata-modules-5.10.0-27-armmp-di mmc-modules-5.10.0-27-armmp-di nbd-modules-5.10.0-27-armmp-di uinput-modules-5.10.0-27-armmp-di leds-modules-5.10.0-27-armmp-di mtd-modules-5.10.0-27-armmp-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_armhf ABINAME='5.10.0-28' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-armmp-di nic-modules-5.10.0-28-armmp-di nic-wireless-modules-5.10.0-28-armmp-di nic-shared-modules-5.10.0-28-armmp-di usb-serial-modules-5.10.0-28-armmp-di ppp-modules-5.10.0-28-armmp-di pata-modules-5.10.0-28-armmp-di cdrom-core-modules-5.10.0-28-armmp-di scsi-core-modules-5.10.0-28-armmp-di scsi-modules-5.10.0-28-armmp-di scsi-nic-modules-5.10.0-28-armmp-di loop-modules-5.10.0-28-armmp-di btrfs-modules-5.10.0-28-armmp-di ext4-modules-5.10.0-28-armmp-di isofs-modules-5.10.0-28-armmp-di jfs-modules-5.10.0-28-armmp-di fat-modules-5.10.0-28-armmp-di squashfs-modules-5.10.0-28-armmp-di udf-modules-5.10.0-28-armmp-di fuse-modules-5.10.0-28-armmp-di f2fs-modules-5.10.0-28-armmp-di md-modules-5.10.0-28-armmp-di multipath-modules-5.10.0-28-armmp-di usb-modules-5.10.0-28-armmp-di usb-storage-modules-5.10.0-28-armmp-di fb-modules-5.10.0-28-armmp-di input-modules-5.10.0-28-armmp-di event-modules-5.10.0-28-armmp-di nic-usb-modules-5.10.0-28-armmp-di sata-modules-5.10.0-28-armmp-di i2c-modules-5.10.0-28-armmp-di crc-modules-5.10.0-28-armmp-di crypto-modules-5.10.0-28-armmp-di crypto-dm-modules-5.10.0-28-armmp-di efi-modules-5.10.0-28-armmp-di ata-modules-5.10.0-28-armmp-di mmc-modules-5.10.0-28-armmp-di nbd-modules-5.10.0-28-armmp-di uinput-modules-5.10.0-28-armmp-di leds-modules-5.10.0-28-armmp-di mtd-modules-5.10.0-28-armmp-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_armhf ABINAME='5.10.0-28' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-armmp-di nic-modules-5.10.0-28-armmp-di nic-wireless-modules-5.10.0-28-armmp-di nic-shared-modules-5.10.0-28-armmp-di usb-serial-modules-5.10.0-28-armmp-di ppp-modules-5.10.0-28-armmp-di pata-modules-5.10.0-28-armmp-di cdrom-core-modules-5.10.0-28-armmp-di scsi-core-modules-5.10.0-28-armmp-di scsi-modules-5.10.0-28-armmp-di scsi-nic-modules-5.10.0-28-armmp-di loop-modules-5.10.0-28-armmp-di btrfs-modules-5.10.0-28-armmp-di ext4-modules-5.10.0-28-armmp-di isofs-modules-5.10.0-28-armmp-di jfs-modules-5.10.0-28-armmp-di fat-modules-5.10.0-28-armmp-di squashfs-modules-5.10.0-28-armmp-di udf-modules-5.10.0-28-armmp-di fuse-modules-5.10.0-28-armmp-di f2fs-modules-5.10.0-28-armmp-di md-modules-5.10.0-28-armmp-di multipath-modules-5.10.0-28-armmp-di usb-modules-5.10.0-28-armmp-di usb-storage-modules-5.10.0-28-armmp-di fb-modules-5.10.0-28-armmp-di input-modules-5.10.0-28-armmp-di event-modules-5.10.0-28-armmp-di nic-usb-modules-5.10.0-28-armmp-di sata-modules-5.10.0-28-armmp-di i2c-modules-5.10.0-28-armmp-di crc-modules-5.10.0-28-armmp-di crypto-modules-5.10.0-28-armmp-di crypto-dm-modules-5.10.0-28-armmp-di efi-modules-5.10.0-28-armmp-di ata-modules-5.10.0-28-armmp-di mmc-modules-5.10.0-28-armmp-di nbd-modules-5.10.0-28-armmp-di uinput-modules-5.10.0-28-armmp-di leds-modules-5.10.0-28-armmp-di mtd-modules-5.10.0-28-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-28' 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-28-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-28-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.209-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-27' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.205-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-28' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.209-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-28' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-27' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-parisc-di nic-modules-5.10.0-27-parisc-di nic-shared-modules-5.10.0-27-parisc-di serial-modules-5.10.0-27-parisc-di usb-serial-modules-5.10.0-27-parisc-di ppp-modules-5.10.0-27-parisc-di pata-modules-5.10.0-27-parisc-di cdrom-core-modules-5.10.0-27-parisc-di scsi-core-modules-5.10.0-27-parisc-di scsi-modules-5.10.0-27-parisc-di loop-modules-5.10.0-27-parisc-di btrfs-modules-5.10.0-27-parisc-di ext4-modules-5.10.0-27-parisc-di isofs-modules-5.10.0-27-parisc-di jfs-modules-5.10.0-27-parisc-di xfs-modules-5.10.0-27-parisc-di fat-modules-5.10.0-27-parisc-di squashfs-modules-5.10.0-27-parisc-di fuse-modules-5.10.0-27-parisc-di f2fs-modules-5.10.0-27-parisc-di md-modules-5.10.0-27-parisc-di multipath-modules-5.10.0-27-parisc-di usb-modules-5.10.0-27-parisc-di usb-storage-modules-5.10.0-27-parisc-di input-modules-5.10.0-27-parisc-di event-modules-5.10.0-27-parisc-di mouse-modules-5.10.0-27-parisc-di nic-usb-modules-5.10.0-27-parisc-di sata-modules-5.10.0-27-parisc-di crc-modules-5.10.0-27-parisc-di crypto-modules-5.10.0-27-parisc-di crypto-dm-modules-5.10.0-27-parisc-di ata-modules-5.10.0-27-parisc-di nbd-modules-5.10.0-27-parisc-di kernel-image-5.10.0-27-parisc64-di nic-modules-5.10.0-27-parisc64-di nic-shared-modules-5.10.0-27-parisc64-di serial-modules-5.10.0-27-parisc64-di usb-serial-modules-5.10.0-27-parisc64-di ppp-modules-5.10.0-27-parisc64-di pata-modules-5.10.0-27-parisc64-di cdrom-core-modules-5.10.0-27-parisc64-di scsi-core-modules-5.10.0-27-parisc64-di scsi-modules-5.10.0-27-parisc64-di loop-modules-5.10.0-27-parisc64-di btrfs-modules-5.10.0-27-parisc64-di ext4-modules-5.10.0-27-parisc64-di isofs-modules-5.10.0-27-parisc64-di jfs-modules-5.10.0-27-parisc64-di xfs-modules-5.10.0-27-parisc64-di fat-modules-5.10.0-27-parisc64-di squashfs-modules-5.10.0-27-parisc64-di fuse-modules-5.10.0-27-parisc64-di f2fs-modules-5.10.0-27-parisc64-di md-modules-5.10.0-27-parisc64-di multipath-modules-5.10.0-27-parisc64-di usb-modules-5.10.0-27-parisc64-di usb-storage-modules-5.10.0-27-parisc64-di fb-modules-5.10.0-27-parisc64-di input-modules-5.10.0-27-parisc64-di event-modules-5.10.0-27-parisc64-di mouse-modules-5.10.0-27-parisc64-di nic-usb-modules-5.10.0-27-parisc64-di sata-modules-5.10.0-27-parisc64-di crc-modules-5.10.0-27-parisc64-di crypto-modules-5.10.0-27-parisc64-di crypto-dm-modules-5.10.0-27-parisc64-di ata-modules-5.10.0-27-parisc64-di nbd-modules-5.10.0-27-parisc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='5.10.0-28' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-parisc-di nic-modules-5.10.0-28-parisc-di nic-shared-modules-5.10.0-28-parisc-di serial-modules-5.10.0-28-parisc-di usb-serial-modules-5.10.0-28-parisc-di ppp-modules-5.10.0-28-parisc-di pata-modules-5.10.0-28-parisc-di cdrom-core-modules-5.10.0-28-parisc-di scsi-core-modules-5.10.0-28-parisc-di scsi-modules-5.10.0-28-parisc-di loop-modules-5.10.0-28-parisc-di btrfs-modules-5.10.0-28-parisc-di ext4-modules-5.10.0-28-parisc-di isofs-modules-5.10.0-28-parisc-di jfs-modules-5.10.0-28-parisc-di xfs-modules-5.10.0-28-parisc-di fat-modules-5.10.0-28-parisc-di squashfs-modules-5.10.0-28-parisc-di fuse-modules-5.10.0-28-parisc-di f2fs-modules-5.10.0-28-parisc-di md-modules-5.10.0-28-parisc-di multipath-modules-5.10.0-28-parisc-di usb-modules-5.10.0-28-parisc-di usb-storage-modules-5.10.0-28-parisc-di input-modules-5.10.0-28-parisc-di event-modules-5.10.0-28-parisc-di mouse-modules-5.10.0-28-parisc-di nic-usb-modules-5.10.0-28-parisc-di sata-modules-5.10.0-28-parisc-di crc-modules-5.10.0-28-parisc-di crypto-modules-5.10.0-28-parisc-di crypto-dm-modules-5.10.0-28-parisc-di ata-modules-5.10.0-28-parisc-di nbd-modules-5.10.0-28-parisc-di kernel-image-5.10.0-28-parisc64-di nic-modules-5.10.0-28-parisc64-di nic-shared-modules-5.10.0-28-parisc64-di serial-modules-5.10.0-28-parisc64-di usb-serial-modules-5.10.0-28-parisc64-di ppp-modules-5.10.0-28-parisc64-di pata-modules-5.10.0-28-parisc64-di cdrom-core-modules-5.10.0-28-parisc64-di scsi-core-modules-5.10.0-28-parisc64-di scsi-modules-5.10.0-28-parisc64-di loop-modules-5.10.0-28-parisc64-di btrfs-modules-5.10.0-28-parisc64-di ext4-modules-5.10.0-28-parisc64-di isofs-modules-5.10.0-28-parisc64-di jfs-modules-5.10.0-28-parisc64-di xfs-modules-5.10.0-28-parisc64-di fat-modules-5.10.0-28-parisc64-di squashfs-modules-5.10.0-28-parisc64-di fuse-modules-5.10.0-28-parisc64-di f2fs-modules-5.10.0-28-parisc64-di md-modules-5.10.0-28-parisc64-di multipath-modules-5.10.0-28-parisc64-di usb-modules-5.10.0-28-parisc64-di usb-storage-modules-5.10.0-28-parisc64-di fb-modules-5.10.0-28-parisc64-di input-modules-5.10.0-28-parisc64-di event-modules-5.10.0-28-parisc64-di mouse-modules-5.10.0-28-parisc64-di nic-usb-modules-5.10.0-28-parisc64-di sata-modules-5.10.0-28-parisc64-di crc-modules-5.10.0-28-parisc64-di crypto-modules-5.10.0-28-parisc64-di crypto-dm-modules-5.10.0-28-parisc64-di ata-modules-5.10.0-28-parisc64-di nbd-modules-5.10.0-28-parisc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_hppa ABINAME='5.10.0-28' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-parisc-di nic-modules-5.10.0-28-parisc-di nic-shared-modules-5.10.0-28-parisc-di serial-modules-5.10.0-28-parisc-di usb-serial-modules-5.10.0-28-parisc-di ppp-modules-5.10.0-28-parisc-di pata-modules-5.10.0-28-parisc-di cdrom-core-modules-5.10.0-28-parisc-di scsi-core-modules-5.10.0-28-parisc-di scsi-modules-5.10.0-28-parisc-di loop-modules-5.10.0-28-parisc-di btrfs-modules-5.10.0-28-parisc-di ext4-modules-5.10.0-28-parisc-di isofs-modules-5.10.0-28-parisc-di jfs-modules-5.10.0-28-parisc-di xfs-modules-5.10.0-28-parisc-di fat-modules-5.10.0-28-parisc-di squashfs-modules-5.10.0-28-parisc-di fuse-modules-5.10.0-28-parisc-di f2fs-modules-5.10.0-28-parisc-di md-modules-5.10.0-28-parisc-di multipath-modules-5.10.0-28-parisc-di usb-modules-5.10.0-28-parisc-di usb-storage-modules-5.10.0-28-parisc-di input-modules-5.10.0-28-parisc-di event-modules-5.10.0-28-parisc-di mouse-modules-5.10.0-28-parisc-di nic-usb-modules-5.10.0-28-parisc-di sata-modules-5.10.0-28-parisc-di crc-modules-5.10.0-28-parisc-di crypto-modules-5.10.0-28-parisc-di crypto-dm-modules-5.10.0-28-parisc-di ata-modules-5.10.0-28-parisc-di nbd-modules-5.10.0-28-parisc-di kernel-image-5.10.0-28-parisc64-di nic-modules-5.10.0-28-parisc64-di nic-shared-modules-5.10.0-28-parisc64-di serial-modules-5.10.0-28-parisc64-di usb-serial-modules-5.10.0-28-parisc64-di ppp-modules-5.10.0-28-parisc64-di pata-modules-5.10.0-28-parisc64-di cdrom-core-modules-5.10.0-28-parisc64-di scsi-core-modules-5.10.0-28-parisc64-di scsi-modules-5.10.0-28-parisc64-di loop-modules-5.10.0-28-parisc64-di btrfs-modules-5.10.0-28-parisc64-di ext4-modules-5.10.0-28-parisc64-di isofs-modules-5.10.0-28-parisc64-di jfs-modules-5.10.0-28-parisc64-di xfs-modules-5.10.0-28-parisc64-di fat-modules-5.10.0-28-parisc64-di squashfs-modules-5.10.0-28-parisc64-di fuse-modules-5.10.0-28-parisc64-di f2fs-modules-5.10.0-28-parisc64-di md-modules-5.10.0-28-parisc64-di multipath-modules-5.10.0-28-parisc64-di usb-modules-5.10.0-28-parisc64-di usb-storage-modules-5.10.0-28-parisc64-di fb-modules-5.10.0-28-parisc64-di input-modules-5.10.0-28-parisc64-di event-modules-5.10.0-28-parisc64-di mouse-modules-5.10.0-28-parisc64-di nic-usb-modules-5.10.0-28-parisc64-di sata-modules-5.10.0-28-parisc64-di crc-modules-5.10.0-28-parisc64-di crypto-modules-5.10.0-28-parisc64-di crypto-dm-modules-5.10.0-28-parisc64-di ata-modules-5.10.0-28-parisc64-di nbd-modules-5.10.0-28-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-27' 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-27-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-27-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-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-27' 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-27-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-27-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.205-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-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-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-27' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.205-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-28' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.209-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-27' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-686-di nic-modules-5.10.0-27-686-di nic-wireless-modules-5.10.0-27-686-di nic-shared-modules-5.10.0-27-686-di serial-modules-5.10.0-27-686-di usb-serial-modules-5.10.0-27-686-di ppp-modules-5.10.0-27-686-di pata-modules-5.10.0-27-686-di cdrom-core-modules-5.10.0-27-686-di firewire-core-modules-5.10.0-27-686-di scsi-core-modules-5.10.0-27-686-di scsi-modules-5.10.0-27-686-di scsi-nic-modules-5.10.0-27-686-di loop-modules-5.10.0-27-686-di btrfs-modules-5.10.0-27-686-di ext4-modules-5.10.0-27-686-di isofs-modules-5.10.0-27-686-di jfs-modules-5.10.0-27-686-di xfs-modules-5.10.0-27-686-di fat-modules-5.10.0-27-686-di squashfs-modules-5.10.0-27-686-di udf-modules-5.10.0-27-686-di fuse-modules-5.10.0-27-686-di f2fs-modules-5.10.0-27-686-di md-modules-5.10.0-27-686-di multipath-modules-5.10.0-27-686-di usb-modules-5.10.0-27-686-di usb-storage-modules-5.10.0-27-686-di pcmcia-storage-modules-5.10.0-27-686-di fb-modules-5.10.0-27-686-di input-modules-5.10.0-27-686-di event-modules-5.10.0-27-686-di mouse-modules-5.10.0-27-686-di nic-pcmcia-modules-5.10.0-27-686-di pcmcia-modules-5.10.0-27-686-di nic-usb-modules-5.10.0-27-686-di sata-modules-5.10.0-27-686-di acpi-modules-5.10.0-27-686-di i2c-modules-5.10.0-27-686-di crc-modules-5.10.0-27-686-di crypto-modules-5.10.0-27-686-di crypto-dm-modules-5.10.0-27-686-di efi-modules-5.10.0-27-686-di ata-modules-5.10.0-27-686-di mmc-core-modules-5.10.0-27-686-di mmc-modules-5.10.0-27-686-di nbd-modules-5.10.0-27-686-di speakup-modules-5.10.0-27-686-di uinput-modules-5.10.0-27-686-di sound-modules-5.10.0-27-686-di mtd-core-modules-5.10.0-27-686-di rfkill-modules-5.10.0-27-686-di kernel-image-5.10.0-27-686-pae-di nic-modules-5.10.0-27-686-pae-di nic-wireless-modules-5.10.0-27-686-pae-di nic-shared-modules-5.10.0-27-686-pae-di serial-modules-5.10.0-27-686-pae-di usb-serial-modules-5.10.0-27-686-pae-di ppp-modules-5.10.0-27-686-pae-di pata-modules-5.10.0-27-686-pae-di cdrom-core-modules-5.10.0-27-686-pae-di firewire-core-modules-5.10.0-27-686-pae-di scsi-core-modules-5.10.0-27-686-pae-di scsi-modules-5.10.0-27-686-pae-di scsi-nic-modules-5.10.0-27-686-pae-di loop-modules-5.10.0-27-686-pae-di btrfs-modules-5.10.0-27-686-pae-di ext4-modules-5.10.0-27-686-pae-di isofs-modules-5.10.0-27-686-pae-di jfs-modules-5.10.0-27-686-pae-di xfs-modules-5.10.0-27-686-pae-di fat-modules-5.10.0-27-686-pae-di squashfs-modules-5.10.0-27-686-pae-di udf-modules-5.10.0-27-686-pae-di fuse-modules-5.10.0-27-686-pae-di f2fs-modules-5.10.0-27-686-pae-di md-modules-5.10.0-27-686-pae-di multipath-modules-5.10.0-27-686-pae-di usb-modules-5.10.0-27-686-pae-di usb-storage-modules-5.10.0-27-686-pae-di pcmcia-storage-modules-5.10.0-27-686-pae-di fb-modules-5.10.0-27-686-pae-di input-modules-5.10.0-27-686-pae-di event-modules-5.10.0-27-686-pae-di mouse-modules-5.10.0-27-686-pae-di nic-pcmcia-modules-5.10.0-27-686-pae-di pcmcia-modules-5.10.0-27-686-pae-di nic-usb-modules-5.10.0-27-686-pae-di sata-modules-5.10.0-27-686-pae-di acpi-modules-5.10.0-27-686-pae-di i2c-modules-5.10.0-27-686-pae-di crc-modules-5.10.0-27-686-pae-di crypto-modules-5.10.0-27-686-pae-di crypto-dm-modules-5.10.0-27-686-pae-di efi-modules-5.10.0-27-686-pae-di ata-modules-5.10.0-27-686-pae-di mmc-core-modules-5.10.0-27-686-pae-di mmc-modules-5.10.0-27-686-pae-di nbd-modules-5.10.0-27-686-pae-di speakup-modules-5.10.0-27-686-pae-di uinput-modules-5.10.0-27-686-pae-di sound-modules-5.10.0-27-686-pae-di mtd-core-modules-5.10.0-27-686-pae-di rfkill-modules-5.10.0-27-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=True - $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='5.10.0-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-686-di nic-modules-5.10.0-28-686-di nic-wireless-modules-5.10.0-28-686-di nic-shared-modules-5.10.0-28-686-di serial-modules-5.10.0-28-686-di usb-serial-modules-5.10.0-28-686-di ppp-modules-5.10.0-28-686-di pata-modules-5.10.0-28-686-di cdrom-core-modules-5.10.0-28-686-di firewire-core-modules-5.10.0-28-686-di scsi-core-modules-5.10.0-28-686-di scsi-modules-5.10.0-28-686-di scsi-nic-modules-5.10.0-28-686-di loop-modules-5.10.0-28-686-di btrfs-modules-5.10.0-28-686-di ext4-modules-5.10.0-28-686-di isofs-modules-5.10.0-28-686-di jfs-modules-5.10.0-28-686-di xfs-modules-5.10.0-28-686-di fat-modules-5.10.0-28-686-di squashfs-modules-5.10.0-28-686-di udf-modules-5.10.0-28-686-di fuse-modules-5.10.0-28-686-di f2fs-modules-5.10.0-28-686-di md-modules-5.10.0-28-686-di multipath-modules-5.10.0-28-686-di usb-modules-5.10.0-28-686-di usb-storage-modules-5.10.0-28-686-di pcmcia-storage-modules-5.10.0-28-686-di fb-modules-5.10.0-28-686-di input-modules-5.10.0-28-686-di event-modules-5.10.0-28-686-di mouse-modules-5.10.0-28-686-di nic-pcmcia-modules-5.10.0-28-686-di pcmcia-modules-5.10.0-28-686-di nic-usb-modules-5.10.0-28-686-di sata-modules-5.10.0-28-686-di acpi-modules-5.10.0-28-686-di i2c-modules-5.10.0-28-686-di crc-modules-5.10.0-28-686-di crypto-modules-5.10.0-28-686-di crypto-dm-modules-5.10.0-28-686-di efi-modules-5.10.0-28-686-di ata-modules-5.10.0-28-686-di mmc-core-modules-5.10.0-28-686-di mmc-modules-5.10.0-28-686-di nbd-modules-5.10.0-28-686-di speakup-modules-5.10.0-28-686-di uinput-modules-5.10.0-28-686-di sound-modules-5.10.0-28-686-di mtd-core-modules-5.10.0-28-686-di rfkill-modules-5.10.0-28-686-di kernel-image-5.10.0-28-686-pae-di nic-modules-5.10.0-28-686-pae-di nic-wireless-modules-5.10.0-28-686-pae-di nic-shared-modules-5.10.0-28-686-pae-di serial-modules-5.10.0-28-686-pae-di usb-serial-modules-5.10.0-28-686-pae-di ppp-modules-5.10.0-28-686-pae-di pata-modules-5.10.0-28-686-pae-di cdrom-core-modules-5.10.0-28-686-pae-di firewire-core-modules-5.10.0-28-686-pae-di scsi-core-modules-5.10.0-28-686-pae-di scsi-modules-5.10.0-28-686-pae-di scsi-nic-modules-5.10.0-28-686-pae-di loop-modules-5.10.0-28-686-pae-di btrfs-modules-5.10.0-28-686-pae-di ext4-modules-5.10.0-28-686-pae-di isofs-modules-5.10.0-28-686-pae-di jfs-modules-5.10.0-28-686-pae-di xfs-modules-5.10.0-28-686-pae-di fat-modules-5.10.0-28-686-pae-di squashfs-modules-5.10.0-28-686-pae-di udf-modules-5.10.0-28-686-pae-di fuse-modules-5.10.0-28-686-pae-di f2fs-modules-5.10.0-28-686-pae-di md-modules-5.10.0-28-686-pae-di multipath-modules-5.10.0-28-686-pae-di usb-modules-5.10.0-28-686-pae-di usb-storage-modules-5.10.0-28-686-pae-di pcmcia-storage-modules-5.10.0-28-686-pae-di fb-modules-5.10.0-28-686-pae-di input-modules-5.10.0-28-686-pae-di event-modules-5.10.0-28-686-pae-di mouse-modules-5.10.0-28-686-pae-di nic-pcmcia-modules-5.10.0-28-686-pae-di pcmcia-modules-5.10.0-28-686-pae-di nic-usb-modules-5.10.0-28-686-pae-di sata-modules-5.10.0-28-686-pae-di acpi-modules-5.10.0-28-686-pae-di i2c-modules-5.10.0-28-686-pae-di crc-modules-5.10.0-28-686-pae-di crypto-modules-5.10.0-28-686-pae-di crypto-dm-modules-5.10.0-28-686-pae-di efi-modules-5.10.0-28-686-pae-di ata-modules-5.10.0-28-686-pae-di mmc-core-modules-5.10.0-28-686-pae-di mmc-modules-5.10.0-28-686-pae-di nbd-modules-5.10.0-28-686-pae-di speakup-modules-5.10.0-28-686-pae-di uinput-modules-5.10.0-28-686-pae-di sound-modules-5.10.0-28-686-pae-di mtd-core-modules-5.10.0-28-686-pae-di rfkill-modules-5.10.0-28-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=True ++ $(MAKE) -f debian/rules.real install-udeb_i386 ABINAME='5.10.0-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-686-di nic-modules-5.10.0-28-686-di nic-wireless-modules-5.10.0-28-686-di nic-shared-modules-5.10.0-28-686-di serial-modules-5.10.0-28-686-di usb-serial-modules-5.10.0-28-686-di ppp-modules-5.10.0-28-686-di pata-modules-5.10.0-28-686-di cdrom-core-modules-5.10.0-28-686-di firewire-core-modules-5.10.0-28-686-di scsi-core-modules-5.10.0-28-686-di scsi-modules-5.10.0-28-686-di scsi-nic-modules-5.10.0-28-686-di loop-modules-5.10.0-28-686-di btrfs-modules-5.10.0-28-686-di ext4-modules-5.10.0-28-686-di isofs-modules-5.10.0-28-686-di jfs-modules-5.10.0-28-686-di xfs-modules-5.10.0-28-686-di fat-modules-5.10.0-28-686-di squashfs-modules-5.10.0-28-686-di udf-modules-5.10.0-28-686-di fuse-modules-5.10.0-28-686-di f2fs-modules-5.10.0-28-686-di md-modules-5.10.0-28-686-di multipath-modules-5.10.0-28-686-di usb-modules-5.10.0-28-686-di usb-storage-modules-5.10.0-28-686-di pcmcia-storage-modules-5.10.0-28-686-di fb-modules-5.10.0-28-686-di input-modules-5.10.0-28-686-di event-modules-5.10.0-28-686-di mouse-modules-5.10.0-28-686-di nic-pcmcia-modules-5.10.0-28-686-di pcmcia-modules-5.10.0-28-686-di nic-usb-modules-5.10.0-28-686-di sata-modules-5.10.0-28-686-di acpi-modules-5.10.0-28-686-di i2c-modules-5.10.0-28-686-di crc-modules-5.10.0-28-686-di crypto-modules-5.10.0-28-686-di crypto-dm-modules-5.10.0-28-686-di efi-modules-5.10.0-28-686-di ata-modules-5.10.0-28-686-di mmc-core-modules-5.10.0-28-686-di mmc-modules-5.10.0-28-686-di nbd-modules-5.10.0-28-686-di speakup-modules-5.10.0-28-686-di uinput-modules-5.10.0-28-686-di sound-modules-5.10.0-28-686-di mtd-core-modules-5.10.0-28-686-di rfkill-modules-5.10.0-28-686-di kernel-image-5.10.0-28-686-pae-di nic-modules-5.10.0-28-686-pae-di nic-wireless-modules-5.10.0-28-686-pae-di nic-shared-modules-5.10.0-28-686-pae-di serial-modules-5.10.0-28-686-pae-di usb-serial-modules-5.10.0-28-686-pae-di ppp-modules-5.10.0-28-686-pae-di pata-modules-5.10.0-28-686-pae-di cdrom-core-modules-5.10.0-28-686-pae-di firewire-core-modules-5.10.0-28-686-pae-di scsi-core-modules-5.10.0-28-686-pae-di scsi-modules-5.10.0-28-686-pae-di scsi-nic-modules-5.10.0-28-686-pae-di loop-modules-5.10.0-28-686-pae-di btrfs-modules-5.10.0-28-686-pae-di ext4-modules-5.10.0-28-686-pae-di isofs-modules-5.10.0-28-686-pae-di jfs-modules-5.10.0-28-686-pae-di xfs-modules-5.10.0-28-686-pae-di fat-modules-5.10.0-28-686-pae-di squashfs-modules-5.10.0-28-686-pae-di udf-modules-5.10.0-28-686-pae-di fuse-modules-5.10.0-28-686-pae-di f2fs-modules-5.10.0-28-686-pae-di md-modules-5.10.0-28-686-pae-di multipath-modules-5.10.0-28-686-pae-di usb-modules-5.10.0-28-686-pae-di usb-storage-modules-5.10.0-28-686-pae-di pcmcia-storage-modules-5.10.0-28-686-pae-di fb-modules-5.10.0-28-686-pae-di input-modules-5.10.0-28-686-pae-di event-modules-5.10.0-28-686-pae-di mouse-modules-5.10.0-28-686-pae-di nic-pcmcia-modules-5.10.0-28-686-pae-di pcmcia-modules-5.10.0-28-686-pae-di nic-usb-modules-5.10.0-28-686-pae-di sata-modules-5.10.0-28-686-pae-di acpi-modules-5.10.0-28-686-pae-di i2c-modules-5.10.0-28-686-pae-di crc-modules-5.10.0-28-686-pae-di crypto-modules-5.10.0-28-686-pae-di crypto-dm-modules-5.10.0-28-686-pae-di efi-modules-5.10.0-28-686-pae-di ata-modules-5.10.0-28-686-pae-di mmc-core-modules-5.10.0-28-686-pae-di mmc-modules-5.10.0-28-686-pae-di nbd-modules-5.10.0-28-686-pae-di speakup-modules-5.10.0-28-686-pae-di uinput-modules-5.10.0-28-686-pae-di sound-modules-5.10.0-28-686-pae-di mtd-core-modules-5.10.0-28-686-pae-di rfkill-modules-5.10.0-28-686-pae-di' UDEB_UNSIGNED_TEST_BUILD=True binary-arch_i386:: - $(MAKE) -f debian/rules.real install-signed-template_i386 ABINAME='5.10.0-27' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-27' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-27' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-itanium-di nic-modules-5.10.0-27-itanium-di nic-shared-modules-5.10.0-27-itanium-di serial-modules-5.10.0-27-itanium-di usb-serial-modules-5.10.0-27-itanium-di ppp-modules-5.10.0-27-itanium-di pata-modules-5.10.0-27-itanium-di cdrom-core-modules-5.10.0-27-itanium-di firewire-core-modules-5.10.0-27-itanium-di scsi-core-modules-5.10.0-27-itanium-di scsi-modules-5.10.0-27-itanium-di scsi-nic-modules-5.10.0-27-itanium-di loop-modules-5.10.0-27-itanium-di btrfs-modules-5.10.0-27-itanium-di ext4-modules-5.10.0-27-itanium-di isofs-modules-5.10.0-27-itanium-di jfs-modules-5.10.0-27-itanium-di xfs-modules-5.10.0-27-itanium-di fat-modules-5.10.0-27-itanium-di squashfs-modules-5.10.0-27-itanium-di udf-modules-5.10.0-27-itanium-di fuse-modules-5.10.0-27-itanium-di f2fs-modules-5.10.0-27-itanium-di md-modules-5.10.0-27-itanium-di multipath-modules-5.10.0-27-itanium-di usb-modules-5.10.0-27-itanium-di usb-storage-modules-5.10.0-27-itanium-di fb-modules-5.10.0-27-itanium-di input-modules-5.10.0-27-itanium-di event-modules-5.10.0-27-itanium-di mouse-modules-5.10.0-27-itanium-di pcmcia-modules-5.10.0-27-itanium-di nic-usb-modules-5.10.0-27-itanium-di sata-modules-5.10.0-27-itanium-di i2c-modules-5.10.0-27-itanium-di crc-modules-5.10.0-27-itanium-di crypto-modules-5.10.0-27-itanium-di crypto-dm-modules-5.10.0-27-itanium-di ata-modules-5.10.0-27-itanium-di nbd-modules-5.10.0-27-itanium-di uinput-modules-5.10.0-27-itanium-di mtd-core-modules-5.10.0-27-itanium-di ide-core-modules-5.10.0-27-itanium-di ide-modules-5.10.0-27-itanium-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_ia64 ABINAME='5.10.0-28' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-itanium-di nic-modules-5.10.0-28-itanium-di nic-shared-modules-5.10.0-28-itanium-di serial-modules-5.10.0-28-itanium-di usb-serial-modules-5.10.0-28-itanium-di ppp-modules-5.10.0-28-itanium-di pata-modules-5.10.0-28-itanium-di cdrom-core-modules-5.10.0-28-itanium-di firewire-core-modules-5.10.0-28-itanium-di scsi-core-modules-5.10.0-28-itanium-di scsi-modules-5.10.0-28-itanium-di scsi-nic-modules-5.10.0-28-itanium-di loop-modules-5.10.0-28-itanium-di btrfs-modules-5.10.0-28-itanium-di ext4-modules-5.10.0-28-itanium-di isofs-modules-5.10.0-28-itanium-di jfs-modules-5.10.0-28-itanium-di xfs-modules-5.10.0-28-itanium-di fat-modules-5.10.0-28-itanium-di squashfs-modules-5.10.0-28-itanium-di udf-modules-5.10.0-28-itanium-di fuse-modules-5.10.0-28-itanium-di f2fs-modules-5.10.0-28-itanium-di md-modules-5.10.0-28-itanium-di multipath-modules-5.10.0-28-itanium-di usb-modules-5.10.0-28-itanium-di usb-storage-modules-5.10.0-28-itanium-di fb-modules-5.10.0-28-itanium-di input-modules-5.10.0-28-itanium-di event-modules-5.10.0-28-itanium-di mouse-modules-5.10.0-28-itanium-di pcmcia-modules-5.10.0-28-itanium-di nic-usb-modules-5.10.0-28-itanium-di sata-modules-5.10.0-28-itanium-di i2c-modules-5.10.0-28-itanium-di crc-modules-5.10.0-28-itanium-di crypto-modules-5.10.0-28-itanium-di crypto-dm-modules-5.10.0-28-itanium-di ata-modules-5.10.0-28-itanium-di nbd-modules-5.10.0-28-itanium-di uinput-modules-5.10.0-28-itanium-di mtd-core-modules-5.10.0-28-itanium-di ide-core-modules-5.10.0-28-itanium-di ide-modules-5.10.0-28-itanium-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_ia64 ABINAME='5.10.0-28' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-itanium-di nic-modules-5.10.0-28-itanium-di nic-shared-modules-5.10.0-28-itanium-di serial-modules-5.10.0-28-itanium-di usb-serial-modules-5.10.0-28-itanium-di ppp-modules-5.10.0-28-itanium-di pata-modules-5.10.0-28-itanium-di cdrom-core-modules-5.10.0-28-itanium-di firewire-core-modules-5.10.0-28-itanium-di scsi-core-modules-5.10.0-28-itanium-di scsi-modules-5.10.0-28-itanium-di scsi-nic-modules-5.10.0-28-itanium-di loop-modules-5.10.0-28-itanium-di btrfs-modules-5.10.0-28-itanium-di ext4-modules-5.10.0-28-itanium-di isofs-modules-5.10.0-28-itanium-di jfs-modules-5.10.0-28-itanium-di xfs-modules-5.10.0-28-itanium-di fat-modules-5.10.0-28-itanium-di squashfs-modules-5.10.0-28-itanium-di udf-modules-5.10.0-28-itanium-di fuse-modules-5.10.0-28-itanium-di f2fs-modules-5.10.0-28-itanium-di md-modules-5.10.0-28-itanium-di multipath-modules-5.10.0-28-itanium-di usb-modules-5.10.0-28-itanium-di usb-storage-modules-5.10.0-28-itanium-di fb-modules-5.10.0-28-itanium-di input-modules-5.10.0-28-itanium-di event-modules-5.10.0-28-itanium-di mouse-modules-5.10.0-28-itanium-di pcmcia-modules-5.10.0-28-itanium-di nic-usb-modules-5.10.0-28-itanium-di sata-modules-5.10.0-28-itanium-di i2c-modules-5.10.0-28-itanium-di crc-modules-5.10.0-28-itanium-di crypto-modules-5.10.0-28-itanium-di crypto-dm-modules-5.10.0-28-itanium-di ata-modules-5.10.0-28-itanium-di nbd-modules-5.10.0-28-itanium-di uinput-modules-5.10.0-28-itanium-di mtd-core-modules-5.10.0-28-itanium-di ide-core-modules-5.10.0-28-itanium-di ide-modules-5.10.0-28-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-27' 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-27-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-27-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-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-27' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.205-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-28' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.209-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-27' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-m68k-di nic-modules-5.10.0-27-m68k-di nic-shared-modules-5.10.0-27-m68k-di ppp-modules-5.10.0-27-m68k-di pata-modules-5.10.0-27-m68k-di cdrom-core-modules-5.10.0-27-m68k-di scsi-core-modules-5.10.0-27-m68k-di scsi-modules-5.10.0-27-m68k-di loop-modules-5.10.0-27-m68k-di btrfs-modules-5.10.0-27-m68k-di ext4-modules-5.10.0-27-m68k-di isofs-modules-5.10.0-27-m68k-di fat-modules-5.10.0-27-m68k-di hfs-modules-5.10.0-27-m68k-di affs-modules-5.10.0-27-m68k-di squashfs-modules-5.10.0-27-m68k-di udf-modules-5.10.0-27-m68k-di fuse-modules-5.10.0-27-m68k-di md-modules-5.10.0-27-m68k-di crc-modules-5.10.0-27-m68k-di crypto-modules-5.10.0-27-m68k-di ata-modules-5.10.0-27-m68k-di nbd-modules-5.10.0-27-m68k-di ide-core-modules-5.10.0-27-m68k-di ide-modules-5.10.0-27-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='5.10.0-28' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-m68k-di nic-modules-5.10.0-28-m68k-di nic-shared-modules-5.10.0-28-m68k-di ppp-modules-5.10.0-28-m68k-di pata-modules-5.10.0-28-m68k-di cdrom-core-modules-5.10.0-28-m68k-di scsi-core-modules-5.10.0-28-m68k-di scsi-modules-5.10.0-28-m68k-di loop-modules-5.10.0-28-m68k-di btrfs-modules-5.10.0-28-m68k-di ext4-modules-5.10.0-28-m68k-di isofs-modules-5.10.0-28-m68k-di fat-modules-5.10.0-28-m68k-di hfs-modules-5.10.0-28-m68k-di affs-modules-5.10.0-28-m68k-di squashfs-modules-5.10.0-28-m68k-di udf-modules-5.10.0-28-m68k-di fuse-modules-5.10.0-28-m68k-di md-modules-5.10.0-28-m68k-di crc-modules-5.10.0-28-m68k-di crypto-modules-5.10.0-28-m68k-di ata-modules-5.10.0-28-m68k-di nbd-modules-5.10.0-28-m68k-di ide-core-modules-5.10.0-28-m68k-di ide-modules-5.10.0-28-m68k-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_m68k ABINAME='5.10.0-28' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-m68k-di nic-modules-5.10.0-28-m68k-di nic-shared-modules-5.10.0-28-m68k-di ppp-modules-5.10.0-28-m68k-di pata-modules-5.10.0-28-m68k-di cdrom-core-modules-5.10.0-28-m68k-di scsi-core-modules-5.10.0-28-m68k-di scsi-modules-5.10.0-28-m68k-di loop-modules-5.10.0-28-m68k-di btrfs-modules-5.10.0-28-m68k-di ext4-modules-5.10.0-28-m68k-di isofs-modules-5.10.0-28-m68k-di fat-modules-5.10.0-28-m68k-di hfs-modules-5.10.0-28-m68k-di affs-modules-5.10.0-28-m68k-di squashfs-modules-5.10.0-28-m68k-di udf-modules-5.10.0-28-m68k-di fuse-modules-5.10.0-28-m68k-di md-modules-5.10.0-28-m68k-di crc-modules-5.10.0-28-m68k-di crypto-modules-5.10.0-28-m68k-di ata-modules-5.10.0-28-m68k-di nbd-modules-5.10.0-28-m68k-di ide-core-modules-5.10.0-28-m68k-di ide-modules-5.10.0-28-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-27' 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-27-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.205-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-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-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-27' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.205-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-28' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.209-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-27' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-4kc-malta-di nic-modules-5.10.0-27-4kc-malta-di nic-wireless-modules-5.10.0-27-4kc-malta-di nic-shared-modules-5.10.0-27-4kc-malta-di usb-serial-modules-5.10.0-27-4kc-malta-di ppp-modules-5.10.0-27-4kc-malta-di pata-modules-5.10.0-27-4kc-malta-di cdrom-core-modules-5.10.0-27-4kc-malta-di scsi-core-modules-5.10.0-27-4kc-malta-di scsi-modules-5.10.0-27-4kc-malta-di scsi-nic-modules-5.10.0-27-4kc-malta-di loop-modules-5.10.0-27-4kc-malta-di btrfs-modules-5.10.0-27-4kc-malta-di ext4-modules-5.10.0-27-4kc-malta-di isofs-modules-5.10.0-27-4kc-malta-di jfs-modules-5.10.0-27-4kc-malta-di xfs-modules-5.10.0-27-4kc-malta-di fat-modules-5.10.0-27-4kc-malta-di affs-modules-5.10.0-27-4kc-malta-di minix-modules-5.10.0-27-4kc-malta-di squashfs-modules-5.10.0-27-4kc-malta-di udf-modules-5.10.0-27-4kc-malta-di fuse-modules-5.10.0-27-4kc-malta-di f2fs-modules-5.10.0-27-4kc-malta-di md-modules-5.10.0-27-4kc-malta-di multipath-modules-5.10.0-27-4kc-malta-di usb-modules-5.10.0-27-4kc-malta-di usb-storage-modules-5.10.0-27-4kc-malta-di fb-modules-5.10.0-27-4kc-malta-di input-modules-5.10.0-27-4kc-malta-di event-modules-5.10.0-27-4kc-malta-di mouse-modules-5.10.0-27-4kc-malta-di nic-usb-modules-5.10.0-27-4kc-malta-di sata-modules-5.10.0-27-4kc-malta-di i2c-modules-5.10.0-27-4kc-malta-di crc-modules-5.10.0-27-4kc-malta-di crypto-modules-5.10.0-27-4kc-malta-di crypto-dm-modules-5.10.0-27-4kc-malta-di ata-modules-5.10.0-27-4kc-malta-di mmc-core-modules-5.10.0-27-4kc-malta-di mmc-modules-5.10.0-27-4kc-malta-di nbd-modules-5.10.0-27-4kc-malta-di sound-modules-5.10.0-27-4kc-malta-di mtd-core-modules-5.10.0-27-4kc-malta-di kernel-image-5.10.0-27-octeon-di nic-modules-5.10.0-27-octeon-di nic-wireless-modules-5.10.0-27-octeon-di nic-shared-modules-5.10.0-27-octeon-di usb-serial-modules-5.10.0-27-octeon-di ppp-modules-5.10.0-27-octeon-di pata-modules-5.10.0-27-octeon-di cdrom-core-modules-5.10.0-27-octeon-di scsi-core-modules-5.10.0-27-octeon-di scsi-modules-5.10.0-27-octeon-di scsi-nic-modules-5.10.0-27-octeon-di loop-modules-5.10.0-27-octeon-di btrfs-modules-5.10.0-27-octeon-di ext4-modules-5.10.0-27-octeon-di isofs-modules-5.10.0-27-octeon-di jfs-modules-5.10.0-27-octeon-di xfs-modules-5.10.0-27-octeon-di fat-modules-5.10.0-27-octeon-di affs-modules-5.10.0-27-octeon-di minix-modules-5.10.0-27-octeon-di squashfs-modules-5.10.0-27-octeon-di udf-modules-5.10.0-27-octeon-di fuse-modules-5.10.0-27-octeon-di f2fs-modules-5.10.0-27-octeon-di md-modules-5.10.0-27-octeon-di multipath-modules-5.10.0-27-octeon-di usb-modules-5.10.0-27-octeon-di usb-storage-modules-5.10.0-27-octeon-di input-modules-5.10.0-27-octeon-di event-modules-5.10.0-27-octeon-di nic-usb-modules-5.10.0-27-octeon-di sata-modules-5.10.0-27-octeon-di crc-modules-5.10.0-27-octeon-di crypto-modules-5.10.0-27-octeon-di crypto-dm-modules-5.10.0-27-octeon-di nbd-modules-5.10.0-27-octeon-di rtc-modules-5.10.0-27-octeon-di sound-modules-5.10.0-27-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='5.10.0-28' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-4kc-malta-di nic-modules-5.10.0-28-4kc-malta-di nic-wireless-modules-5.10.0-28-4kc-malta-di nic-shared-modules-5.10.0-28-4kc-malta-di usb-serial-modules-5.10.0-28-4kc-malta-di ppp-modules-5.10.0-28-4kc-malta-di pata-modules-5.10.0-28-4kc-malta-di cdrom-core-modules-5.10.0-28-4kc-malta-di scsi-core-modules-5.10.0-28-4kc-malta-di scsi-modules-5.10.0-28-4kc-malta-di scsi-nic-modules-5.10.0-28-4kc-malta-di loop-modules-5.10.0-28-4kc-malta-di btrfs-modules-5.10.0-28-4kc-malta-di ext4-modules-5.10.0-28-4kc-malta-di isofs-modules-5.10.0-28-4kc-malta-di jfs-modules-5.10.0-28-4kc-malta-di xfs-modules-5.10.0-28-4kc-malta-di fat-modules-5.10.0-28-4kc-malta-di affs-modules-5.10.0-28-4kc-malta-di minix-modules-5.10.0-28-4kc-malta-di squashfs-modules-5.10.0-28-4kc-malta-di udf-modules-5.10.0-28-4kc-malta-di fuse-modules-5.10.0-28-4kc-malta-di f2fs-modules-5.10.0-28-4kc-malta-di md-modules-5.10.0-28-4kc-malta-di multipath-modules-5.10.0-28-4kc-malta-di usb-modules-5.10.0-28-4kc-malta-di usb-storage-modules-5.10.0-28-4kc-malta-di fb-modules-5.10.0-28-4kc-malta-di input-modules-5.10.0-28-4kc-malta-di event-modules-5.10.0-28-4kc-malta-di mouse-modules-5.10.0-28-4kc-malta-di nic-usb-modules-5.10.0-28-4kc-malta-di sata-modules-5.10.0-28-4kc-malta-di i2c-modules-5.10.0-28-4kc-malta-di crc-modules-5.10.0-28-4kc-malta-di crypto-modules-5.10.0-28-4kc-malta-di crypto-dm-modules-5.10.0-28-4kc-malta-di ata-modules-5.10.0-28-4kc-malta-di mmc-core-modules-5.10.0-28-4kc-malta-di mmc-modules-5.10.0-28-4kc-malta-di nbd-modules-5.10.0-28-4kc-malta-di sound-modules-5.10.0-28-4kc-malta-di mtd-core-modules-5.10.0-28-4kc-malta-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips ABINAME='5.10.0-28' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-4kc-malta-di nic-modules-5.10.0-28-4kc-malta-di nic-wireless-modules-5.10.0-28-4kc-malta-di nic-shared-modules-5.10.0-28-4kc-malta-di usb-serial-modules-5.10.0-28-4kc-malta-di ppp-modules-5.10.0-28-4kc-malta-di pata-modules-5.10.0-28-4kc-malta-di cdrom-core-modules-5.10.0-28-4kc-malta-di scsi-core-modules-5.10.0-28-4kc-malta-di scsi-modules-5.10.0-28-4kc-malta-di scsi-nic-modules-5.10.0-28-4kc-malta-di loop-modules-5.10.0-28-4kc-malta-di btrfs-modules-5.10.0-28-4kc-malta-di ext4-modules-5.10.0-28-4kc-malta-di isofs-modules-5.10.0-28-4kc-malta-di jfs-modules-5.10.0-28-4kc-malta-di xfs-modules-5.10.0-28-4kc-malta-di fat-modules-5.10.0-28-4kc-malta-di affs-modules-5.10.0-28-4kc-malta-di minix-modules-5.10.0-28-4kc-malta-di squashfs-modules-5.10.0-28-4kc-malta-di udf-modules-5.10.0-28-4kc-malta-di fuse-modules-5.10.0-28-4kc-malta-di f2fs-modules-5.10.0-28-4kc-malta-di md-modules-5.10.0-28-4kc-malta-di multipath-modules-5.10.0-28-4kc-malta-di usb-modules-5.10.0-28-4kc-malta-di usb-storage-modules-5.10.0-28-4kc-malta-di fb-modules-5.10.0-28-4kc-malta-di input-modules-5.10.0-28-4kc-malta-di event-modules-5.10.0-28-4kc-malta-di mouse-modules-5.10.0-28-4kc-malta-di nic-usb-modules-5.10.0-28-4kc-malta-di sata-modules-5.10.0-28-4kc-malta-di i2c-modules-5.10.0-28-4kc-malta-di crc-modules-5.10.0-28-4kc-malta-di crypto-modules-5.10.0-28-4kc-malta-di crypto-dm-modules-5.10.0-28-4kc-malta-di ata-modules-5.10.0-28-4kc-malta-di mmc-core-modules-5.10.0-28-4kc-malta-di mmc-modules-5.10.0-28-4kc-malta-di nbd-modules-5.10.0-28-4kc-malta-di sound-modules-5.10.0-28-4kc-malta-di mtd-core-modules-5.10.0-28-4kc-malta-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-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-27' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-5kc-malta-di nic-modules-5.10.0-27-5kc-malta-di nic-wireless-modules-5.10.0-27-5kc-malta-di nic-shared-modules-5.10.0-27-5kc-malta-di usb-serial-modules-5.10.0-27-5kc-malta-di ppp-modules-5.10.0-27-5kc-malta-di pata-modules-5.10.0-27-5kc-malta-di cdrom-core-modules-5.10.0-27-5kc-malta-di scsi-core-modules-5.10.0-27-5kc-malta-di scsi-modules-5.10.0-27-5kc-malta-di scsi-nic-modules-5.10.0-27-5kc-malta-di loop-modules-5.10.0-27-5kc-malta-di btrfs-modules-5.10.0-27-5kc-malta-di ext4-modules-5.10.0-27-5kc-malta-di isofs-modules-5.10.0-27-5kc-malta-di jfs-modules-5.10.0-27-5kc-malta-di xfs-modules-5.10.0-27-5kc-malta-di fat-modules-5.10.0-27-5kc-malta-di affs-modules-5.10.0-27-5kc-malta-di minix-modules-5.10.0-27-5kc-malta-di squashfs-modules-5.10.0-27-5kc-malta-di udf-modules-5.10.0-27-5kc-malta-di fuse-modules-5.10.0-27-5kc-malta-di f2fs-modules-5.10.0-27-5kc-malta-di md-modules-5.10.0-27-5kc-malta-di multipath-modules-5.10.0-27-5kc-malta-di usb-modules-5.10.0-27-5kc-malta-di usb-storage-modules-5.10.0-27-5kc-malta-di fb-modules-5.10.0-27-5kc-malta-di input-modules-5.10.0-27-5kc-malta-di event-modules-5.10.0-27-5kc-malta-di mouse-modules-5.10.0-27-5kc-malta-di nic-usb-modules-5.10.0-27-5kc-malta-di sata-modules-5.10.0-27-5kc-malta-di i2c-modules-5.10.0-27-5kc-malta-di crc-modules-5.10.0-27-5kc-malta-di crypto-modules-5.10.0-27-5kc-malta-di crypto-dm-modules-5.10.0-27-5kc-malta-di ata-modules-5.10.0-27-5kc-malta-di mmc-core-modules-5.10.0-27-5kc-malta-di mmc-modules-5.10.0-27-5kc-malta-di nbd-modules-5.10.0-27-5kc-malta-di sound-modules-5.10.0-27-5kc-malta-di mtd-core-modules-5.10.0-27-5kc-malta-di kernel-image-5.10.0-27-octeon-di nic-modules-5.10.0-27-octeon-di nic-wireless-modules-5.10.0-27-octeon-di nic-shared-modules-5.10.0-27-octeon-di usb-serial-modules-5.10.0-27-octeon-di ppp-modules-5.10.0-27-octeon-di pata-modules-5.10.0-27-octeon-di cdrom-core-modules-5.10.0-27-octeon-di scsi-core-modules-5.10.0-27-octeon-di scsi-modules-5.10.0-27-octeon-di scsi-nic-modules-5.10.0-27-octeon-di loop-modules-5.10.0-27-octeon-di btrfs-modules-5.10.0-27-octeon-di ext4-modules-5.10.0-27-octeon-di isofs-modules-5.10.0-27-octeon-di jfs-modules-5.10.0-27-octeon-di xfs-modules-5.10.0-27-octeon-di fat-modules-5.10.0-27-octeon-di affs-modules-5.10.0-27-octeon-di minix-modules-5.10.0-27-octeon-di squashfs-modules-5.10.0-27-octeon-di udf-modules-5.10.0-27-octeon-di fuse-modules-5.10.0-27-octeon-di f2fs-modules-5.10.0-27-octeon-di md-modules-5.10.0-27-octeon-di multipath-modules-5.10.0-27-octeon-di usb-modules-5.10.0-27-octeon-di usb-storage-modules-5.10.0-27-octeon-di input-modules-5.10.0-27-octeon-di event-modules-5.10.0-27-octeon-di nic-usb-modules-5.10.0-27-octeon-di sata-modules-5.10.0-27-octeon-di crc-modules-5.10.0-27-octeon-di crypto-modules-5.10.0-27-octeon-di crypto-dm-modules-5.10.0-27-octeon-di nbd-modules-5.10.0-27-octeon-di rtc-modules-5.10.0-27-octeon-di sound-modules-5.10.0-27-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='5.10.0-28' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-5kc-malta-di nic-modules-5.10.0-28-5kc-malta-di nic-wireless-modules-5.10.0-28-5kc-malta-di nic-shared-modules-5.10.0-28-5kc-malta-di usb-serial-modules-5.10.0-28-5kc-malta-di ppp-modules-5.10.0-28-5kc-malta-di pata-modules-5.10.0-28-5kc-malta-di cdrom-core-modules-5.10.0-28-5kc-malta-di scsi-core-modules-5.10.0-28-5kc-malta-di scsi-modules-5.10.0-28-5kc-malta-di scsi-nic-modules-5.10.0-28-5kc-malta-di loop-modules-5.10.0-28-5kc-malta-di btrfs-modules-5.10.0-28-5kc-malta-di ext4-modules-5.10.0-28-5kc-malta-di isofs-modules-5.10.0-28-5kc-malta-di jfs-modules-5.10.0-28-5kc-malta-di xfs-modules-5.10.0-28-5kc-malta-di fat-modules-5.10.0-28-5kc-malta-di affs-modules-5.10.0-28-5kc-malta-di minix-modules-5.10.0-28-5kc-malta-di squashfs-modules-5.10.0-28-5kc-malta-di udf-modules-5.10.0-28-5kc-malta-di fuse-modules-5.10.0-28-5kc-malta-di f2fs-modules-5.10.0-28-5kc-malta-di md-modules-5.10.0-28-5kc-malta-di multipath-modules-5.10.0-28-5kc-malta-di usb-modules-5.10.0-28-5kc-malta-di usb-storage-modules-5.10.0-28-5kc-malta-di fb-modules-5.10.0-28-5kc-malta-di input-modules-5.10.0-28-5kc-malta-di event-modules-5.10.0-28-5kc-malta-di mouse-modules-5.10.0-28-5kc-malta-di nic-usb-modules-5.10.0-28-5kc-malta-di sata-modules-5.10.0-28-5kc-malta-di i2c-modules-5.10.0-28-5kc-malta-di crc-modules-5.10.0-28-5kc-malta-di crypto-modules-5.10.0-28-5kc-malta-di crypto-dm-modules-5.10.0-28-5kc-malta-di ata-modules-5.10.0-28-5kc-malta-di mmc-core-modules-5.10.0-28-5kc-malta-di mmc-modules-5.10.0-28-5kc-malta-di nbd-modules-5.10.0-28-5kc-malta-di sound-modules-5.10.0-28-5kc-malta-di mtd-core-modules-5.10.0-28-5kc-malta-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64 ABINAME='5.10.0-28' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-5kc-malta-di nic-modules-5.10.0-28-5kc-malta-di nic-wireless-modules-5.10.0-28-5kc-malta-di nic-shared-modules-5.10.0-28-5kc-malta-di usb-serial-modules-5.10.0-28-5kc-malta-di ppp-modules-5.10.0-28-5kc-malta-di pata-modules-5.10.0-28-5kc-malta-di cdrom-core-modules-5.10.0-28-5kc-malta-di scsi-core-modules-5.10.0-28-5kc-malta-di scsi-modules-5.10.0-28-5kc-malta-di scsi-nic-modules-5.10.0-28-5kc-malta-di loop-modules-5.10.0-28-5kc-malta-di btrfs-modules-5.10.0-28-5kc-malta-di ext4-modules-5.10.0-28-5kc-malta-di isofs-modules-5.10.0-28-5kc-malta-di jfs-modules-5.10.0-28-5kc-malta-di xfs-modules-5.10.0-28-5kc-malta-di fat-modules-5.10.0-28-5kc-malta-di affs-modules-5.10.0-28-5kc-malta-di minix-modules-5.10.0-28-5kc-malta-di squashfs-modules-5.10.0-28-5kc-malta-di udf-modules-5.10.0-28-5kc-malta-di fuse-modules-5.10.0-28-5kc-malta-di f2fs-modules-5.10.0-28-5kc-malta-di md-modules-5.10.0-28-5kc-malta-di multipath-modules-5.10.0-28-5kc-malta-di usb-modules-5.10.0-28-5kc-malta-di usb-storage-modules-5.10.0-28-5kc-malta-di fb-modules-5.10.0-28-5kc-malta-di input-modules-5.10.0-28-5kc-malta-di event-modules-5.10.0-28-5kc-malta-di mouse-modules-5.10.0-28-5kc-malta-di nic-usb-modules-5.10.0-28-5kc-malta-di sata-modules-5.10.0-28-5kc-malta-di i2c-modules-5.10.0-28-5kc-malta-di crc-modules-5.10.0-28-5kc-malta-di crypto-modules-5.10.0-28-5kc-malta-di crypto-dm-modules-5.10.0-28-5kc-malta-di ata-modules-5.10.0-28-5kc-malta-di mmc-core-modules-5.10.0-28-5kc-malta-di mmc-modules-5.10.0-28-5kc-malta-di nbd-modules-5.10.0-28-5kc-malta-di sound-modules-5.10.0-28-5kc-malta-di mtd-core-modules-5.10.0-28-5kc-malta-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-5kc-malta-di nic-modules-5.10.0-27-5kc-malta-di nic-wireless-modules-5.10.0-27-5kc-malta-di nic-shared-modules-5.10.0-27-5kc-malta-di usb-serial-modules-5.10.0-27-5kc-malta-di ppp-modules-5.10.0-27-5kc-malta-di pata-modules-5.10.0-27-5kc-malta-di cdrom-core-modules-5.10.0-27-5kc-malta-di scsi-core-modules-5.10.0-27-5kc-malta-di scsi-modules-5.10.0-27-5kc-malta-di scsi-nic-modules-5.10.0-27-5kc-malta-di loop-modules-5.10.0-27-5kc-malta-di btrfs-modules-5.10.0-27-5kc-malta-di ext4-modules-5.10.0-27-5kc-malta-di isofs-modules-5.10.0-27-5kc-malta-di jfs-modules-5.10.0-27-5kc-malta-di xfs-modules-5.10.0-27-5kc-malta-di fat-modules-5.10.0-27-5kc-malta-di affs-modules-5.10.0-27-5kc-malta-di minix-modules-5.10.0-27-5kc-malta-di squashfs-modules-5.10.0-27-5kc-malta-di udf-modules-5.10.0-27-5kc-malta-di fuse-modules-5.10.0-27-5kc-malta-di f2fs-modules-5.10.0-27-5kc-malta-di md-modules-5.10.0-27-5kc-malta-di multipath-modules-5.10.0-27-5kc-malta-di usb-modules-5.10.0-27-5kc-malta-di usb-storage-modules-5.10.0-27-5kc-malta-di fb-modules-5.10.0-27-5kc-malta-di input-modules-5.10.0-27-5kc-malta-di event-modules-5.10.0-27-5kc-malta-di mouse-modules-5.10.0-27-5kc-malta-di nic-usb-modules-5.10.0-27-5kc-malta-di sata-modules-5.10.0-27-5kc-malta-di i2c-modules-5.10.0-27-5kc-malta-di crc-modules-5.10.0-27-5kc-malta-di crypto-modules-5.10.0-27-5kc-malta-di crypto-dm-modules-5.10.0-27-5kc-malta-di ata-modules-5.10.0-27-5kc-malta-di mmc-core-modules-5.10.0-27-5kc-malta-di mmc-modules-5.10.0-27-5kc-malta-di nbd-modules-5.10.0-27-5kc-malta-di sound-modules-5.10.0-27-5kc-malta-di mtd-core-modules-5.10.0-27-5kc-malta-di kernel-image-5.10.0-27-loongson-3-di nic-modules-5.10.0-27-loongson-3-di nic-wireless-modules-5.10.0-27-loongson-3-di nic-shared-modules-5.10.0-27-loongson-3-di usb-serial-modules-5.10.0-27-loongson-3-di ppp-modules-5.10.0-27-loongson-3-di pata-modules-5.10.0-27-loongson-3-di cdrom-core-modules-5.10.0-27-loongson-3-di firewire-core-modules-5.10.0-27-loongson-3-di scsi-core-modules-5.10.0-27-loongson-3-di scsi-modules-5.10.0-27-loongson-3-di scsi-nic-modules-5.10.0-27-loongson-3-di loop-modules-5.10.0-27-loongson-3-di btrfs-modules-5.10.0-27-loongson-3-di ext4-modules-5.10.0-27-loongson-3-di isofs-modules-5.10.0-27-loongson-3-di jfs-modules-5.10.0-27-loongson-3-di xfs-modules-5.10.0-27-loongson-3-di fat-modules-5.10.0-27-loongson-3-di affs-modules-5.10.0-27-loongson-3-di minix-modules-5.10.0-27-loongson-3-di nfs-modules-5.10.0-27-loongson-3-di squashfs-modules-5.10.0-27-loongson-3-di udf-modules-5.10.0-27-loongson-3-di fuse-modules-5.10.0-27-loongson-3-di f2fs-modules-5.10.0-27-loongson-3-di md-modules-5.10.0-27-loongson-3-di multipath-modules-5.10.0-27-loongson-3-di usb-modules-5.10.0-27-loongson-3-di usb-storage-modules-5.10.0-27-loongson-3-di fb-modules-5.10.0-27-loongson-3-di input-modules-5.10.0-27-loongson-3-di event-modules-5.10.0-27-loongson-3-di nic-usb-modules-5.10.0-27-loongson-3-di sata-modules-5.10.0-27-loongson-3-di crc-modules-5.10.0-27-loongson-3-di crypto-modules-5.10.0-27-loongson-3-di crypto-dm-modules-5.10.0-27-loongson-3-di ata-modules-5.10.0-27-loongson-3-di nbd-modules-5.10.0-27-loongson-3-di speakup-modules-5.10.0-27-loongson-3-di sound-modules-5.10.0-27-loongson-3-di mtd-core-modules-5.10.0-27-loongson-3-di kernel-image-5.10.0-27-octeon-di nic-modules-5.10.0-27-octeon-di nic-wireless-modules-5.10.0-27-octeon-di nic-shared-modules-5.10.0-27-octeon-di usb-serial-modules-5.10.0-27-octeon-di ppp-modules-5.10.0-27-octeon-di pata-modules-5.10.0-27-octeon-di cdrom-core-modules-5.10.0-27-octeon-di scsi-core-modules-5.10.0-27-octeon-di scsi-modules-5.10.0-27-octeon-di scsi-nic-modules-5.10.0-27-octeon-di loop-modules-5.10.0-27-octeon-di btrfs-modules-5.10.0-27-octeon-di ext4-modules-5.10.0-27-octeon-di isofs-modules-5.10.0-27-octeon-di jfs-modules-5.10.0-27-octeon-di xfs-modules-5.10.0-27-octeon-di fat-modules-5.10.0-27-octeon-di affs-modules-5.10.0-27-octeon-di minix-modules-5.10.0-27-octeon-di squashfs-modules-5.10.0-27-octeon-di udf-modules-5.10.0-27-octeon-di fuse-modules-5.10.0-27-octeon-di f2fs-modules-5.10.0-27-octeon-di md-modules-5.10.0-27-octeon-di multipath-modules-5.10.0-27-octeon-di usb-modules-5.10.0-27-octeon-di usb-storage-modules-5.10.0-27-octeon-di input-modules-5.10.0-27-octeon-di event-modules-5.10.0-27-octeon-di nic-usb-modules-5.10.0-27-octeon-di sata-modules-5.10.0-27-octeon-di crc-modules-5.10.0-27-octeon-di crypto-modules-5.10.0-27-octeon-di crypto-dm-modules-5.10.0-27-octeon-di nbd-modules-5.10.0-27-octeon-di rtc-modules-5.10.0-27-octeon-di sound-modules-5.10.0-27-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='5.10.0-28' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-5kc-malta-di nic-modules-5.10.0-28-5kc-malta-di nic-wireless-modules-5.10.0-28-5kc-malta-di nic-shared-modules-5.10.0-28-5kc-malta-di usb-serial-modules-5.10.0-28-5kc-malta-di ppp-modules-5.10.0-28-5kc-malta-di pata-modules-5.10.0-28-5kc-malta-di cdrom-core-modules-5.10.0-28-5kc-malta-di scsi-core-modules-5.10.0-28-5kc-malta-di scsi-modules-5.10.0-28-5kc-malta-di scsi-nic-modules-5.10.0-28-5kc-malta-di loop-modules-5.10.0-28-5kc-malta-di btrfs-modules-5.10.0-28-5kc-malta-di ext4-modules-5.10.0-28-5kc-malta-di isofs-modules-5.10.0-28-5kc-malta-di jfs-modules-5.10.0-28-5kc-malta-di xfs-modules-5.10.0-28-5kc-malta-di fat-modules-5.10.0-28-5kc-malta-di affs-modules-5.10.0-28-5kc-malta-di minix-modules-5.10.0-28-5kc-malta-di squashfs-modules-5.10.0-28-5kc-malta-di udf-modules-5.10.0-28-5kc-malta-di fuse-modules-5.10.0-28-5kc-malta-di f2fs-modules-5.10.0-28-5kc-malta-di md-modules-5.10.0-28-5kc-malta-di multipath-modules-5.10.0-28-5kc-malta-di usb-modules-5.10.0-28-5kc-malta-di usb-storage-modules-5.10.0-28-5kc-malta-di fb-modules-5.10.0-28-5kc-malta-di input-modules-5.10.0-28-5kc-malta-di event-modules-5.10.0-28-5kc-malta-di mouse-modules-5.10.0-28-5kc-malta-di nic-usb-modules-5.10.0-28-5kc-malta-di sata-modules-5.10.0-28-5kc-malta-di i2c-modules-5.10.0-28-5kc-malta-di crc-modules-5.10.0-28-5kc-malta-di crypto-modules-5.10.0-28-5kc-malta-di crypto-dm-modules-5.10.0-28-5kc-malta-di ata-modules-5.10.0-28-5kc-malta-di mmc-core-modules-5.10.0-28-5kc-malta-di mmc-modules-5.10.0-28-5kc-malta-di nbd-modules-5.10.0-28-5kc-malta-di sound-modules-5.10.0-28-5kc-malta-di mtd-core-modules-5.10.0-28-5kc-malta-di kernel-image-5.10.0-28-loongson-3-di nic-modules-5.10.0-28-loongson-3-di nic-wireless-modules-5.10.0-28-loongson-3-di nic-shared-modules-5.10.0-28-loongson-3-di usb-serial-modules-5.10.0-28-loongson-3-di ppp-modules-5.10.0-28-loongson-3-di pata-modules-5.10.0-28-loongson-3-di cdrom-core-modules-5.10.0-28-loongson-3-di firewire-core-modules-5.10.0-28-loongson-3-di scsi-core-modules-5.10.0-28-loongson-3-di scsi-modules-5.10.0-28-loongson-3-di scsi-nic-modules-5.10.0-28-loongson-3-di loop-modules-5.10.0-28-loongson-3-di btrfs-modules-5.10.0-28-loongson-3-di ext4-modules-5.10.0-28-loongson-3-di isofs-modules-5.10.0-28-loongson-3-di jfs-modules-5.10.0-28-loongson-3-di xfs-modules-5.10.0-28-loongson-3-di fat-modules-5.10.0-28-loongson-3-di affs-modules-5.10.0-28-loongson-3-di minix-modules-5.10.0-28-loongson-3-di nfs-modules-5.10.0-28-loongson-3-di squashfs-modules-5.10.0-28-loongson-3-di udf-modules-5.10.0-28-loongson-3-di fuse-modules-5.10.0-28-loongson-3-di f2fs-modules-5.10.0-28-loongson-3-di md-modules-5.10.0-28-loongson-3-di multipath-modules-5.10.0-28-loongson-3-di usb-modules-5.10.0-28-loongson-3-di usb-storage-modules-5.10.0-28-loongson-3-di fb-modules-5.10.0-28-loongson-3-di input-modules-5.10.0-28-loongson-3-di event-modules-5.10.0-28-loongson-3-di nic-usb-modules-5.10.0-28-loongson-3-di sata-modules-5.10.0-28-loongson-3-di crc-modules-5.10.0-28-loongson-3-di crypto-modules-5.10.0-28-loongson-3-di crypto-dm-modules-5.10.0-28-loongson-3-di ata-modules-5.10.0-28-loongson-3-di nbd-modules-5.10.0-28-loongson-3-di speakup-modules-5.10.0-28-loongson-3-di sound-modules-5.10.0-28-loongson-3-di mtd-core-modules-5.10.0-28-loongson-3-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64el ABINAME='5.10.0-28' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-5kc-malta-di nic-modules-5.10.0-28-5kc-malta-di nic-wireless-modules-5.10.0-28-5kc-malta-di nic-shared-modules-5.10.0-28-5kc-malta-di usb-serial-modules-5.10.0-28-5kc-malta-di ppp-modules-5.10.0-28-5kc-malta-di pata-modules-5.10.0-28-5kc-malta-di cdrom-core-modules-5.10.0-28-5kc-malta-di scsi-core-modules-5.10.0-28-5kc-malta-di scsi-modules-5.10.0-28-5kc-malta-di scsi-nic-modules-5.10.0-28-5kc-malta-di loop-modules-5.10.0-28-5kc-malta-di btrfs-modules-5.10.0-28-5kc-malta-di ext4-modules-5.10.0-28-5kc-malta-di isofs-modules-5.10.0-28-5kc-malta-di jfs-modules-5.10.0-28-5kc-malta-di xfs-modules-5.10.0-28-5kc-malta-di fat-modules-5.10.0-28-5kc-malta-di affs-modules-5.10.0-28-5kc-malta-di minix-modules-5.10.0-28-5kc-malta-di squashfs-modules-5.10.0-28-5kc-malta-di udf-modules-5.10.0-28-5kc-malta-di fuse-modules-5.10.0-28-5kc-malta-di f2fs-modules-5.10.0-28-5kc-malta-di md-modules-5.10.0-28-5kc-malta-di multipath-modules-5.10.0-28-5kc-malta-di usb-modules-5.10.0-28-5kc-malta-di usb-storage-modules-5.10.0-28-5kc-malta-di fb-modules-5.10.0-28-5kc-malta-di input-modules-5.10.0-28-5kc-malta-di event-modules-5.10.0-28-5kc-malta-di mouse-modules-5.10.0-28-5kc-malta-di nic-usb-modules-5.10.0-28-5kc-malta-di sata-modules-5.10.0-28-5kc-malta-di i2c-modules-5.10.0-28-5kc-malta-di crc-modules-5.10.0-28-5kc-malta-di crypto-modules-5.10.0-28-5kc-malta-di crypto-dm-modules-5.10.0-28-5kc-malta-di ata-modules-5.10.0-28-5kc-malta-di mmc-core-modules-5.10.0-28-5kc-malta-di mmc-modules-5.10.0-28-5kc-malta-di nbd-modules-5.10.0-28-5kc-malta-di sound-modules-5.10.0-28-5kc-malta-di mtd-core-modules-5.10.0-28-5kc-malta-di kernel-image-5.10.0-28-loongson-3-di nic-modules-5.10.0-28-loongson-3-di nic-wireless-modules-5.10.0-28-loongson-3-di nic-shared-modules-5.10.0-28-loongson-3-di usb-serial-modules-5.10.0-28-loongson-3-di ppp-modules-5.10.0-28-loongson-3-di pata-modules-5.10.0-28-loongson-3-di cdrom-core-modules-5.10.0-28-loongson-3-di firewire-core-modules-5.10.0-28-loongson-3-di scsi-core-modules-5.10.0-28-loongson-3-di scsi-modules-5.10.0-28-loongson-3-di scsi-nic-modules-5.10.0-28-loongson-3-di loop-modules-5.10.0-28-loongson-3-di btrfs-modules-5.10.0-28-loongson-3-di ext4-modules-5.10.0-28-loongson-3-di isofs-modules-5.10.0-28-loongson-3-di jfs-modules-5.10.0-28-loongson-3-di xfs-modules-5.10.0-28-loongson-3-di fat-modules-5.10.0-28-loongson-3-di affs-modules-5.10.0-28-loongson-3-di minix-modules-5.10.0-28-loongson-3-di nfs-modules-5.10.0-28-loongson-3-di squashfs-modules-5.10.0-28-loongson-3-di udf-modules-5.10.0-28-loongson-3-di fuse-modules-5.10.0-28-loongson-3-di f2fs-modules-5.10.0-28-loongson-3-di md-modules-5.10.0-28-loongson-3-di multipath-modules-5.10.0-28-loongson-3-di usb-modules-5.10.0-28-loongson-3-di usb-storage-modules-5.10.0-28-loongson-3-di fb-modules-5.10.0-28-loongson-3-di input-modules-5.10.0-28-loongson-3-di event-modules-5.10.0-28-loongson-3-di nic-usb-modules-5.10.0-28-loongson-3-di sata-modules-5.10.0-28-loongson-3-di crc-modules-5.10.0-28-loongson-3-di crypto-modules-5.10.0-28-loongson-3-di crypto-dm-modules-5.10.0-28-loongson-3-di ata-modules-5.10.0-28-loongson-3-di nbd-modules-5.10.0-28-loongson-3-di speakup-modules-5.10.0-28-loongson-3-di sound-modules-5.10.0-28-loongson-3-di mtd-core-modules-5.10.0-28-loongson-3-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-mips64r6-di nic-shared-modules-5.10.0-27-mips64r6-di loop-modules-5.10.0-27-mips64r6-di btrfs-modules-5.10.0-27-mips64r6-di ext4-modules-5.10.0-27-mips64r6-di isofs-modules-5.10.0-27-mips64r6-di jfs-modules-5.10.0-27-mips64r6-di xfs-modules-5.10.0-27-mips64r6-di squashfs-modules-5.10.0-27-mips64r6-di udf-modules-5.10.0-27-mips64r6-di fuse-modules-5.10.0-27-mips64r6-di f2fs-modules-5.10.0-27-mips64r6-di md-modules-5.10.0-27-mips64r6-di multipath-modules-5.10.0-27-mips64r6-di crc-modules-5.10.0-27-mips64r6-di crypto-modules-5.10.0-27-mips64r6-di crypto-dm-modules-5.10.0-27-mips64r6-di nbd-modules-5.10.0-27-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='5.10.0-28' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips64r6-di nic-shared-modules-5.10.0-28-mips64r6-di loop-modules-5.10.0-28-mips64r6-di btrfs-modules-5.10.0-28-mips64r6-di ext4-modules-5.10.0-28-mips64r6-di isofs-modules-5.10.0-28-mips64r6-di jfs-modules-5.10.0-28-mips64r6-di xfs-modules-5.10.0-28-mips64r6-di squashfs-modules-5.10.0-28-mips64r6-di udf-modules-5.10.0-28-mips64r6-di fuse-modules-5.10.0-28-mips64r6-di f2fs-modules-5.10.0-28-mips64r6-di md-modules-5.10.0-28-mips64r6-di multipath-modules-5.10.0-28-mips64r6-di crc-modules-5.10.0-28-mips64r6-di crypto-modules-5.10.0-28-mips64r6-di crypto-dm-modules-5.10.0-28-mips64r6-di nbd-modules-5.10.0-28-mips64r6-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64r6 ABINAME='5.10.0-28' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips64r6-di nic-shared-modules-5.10.0-28-mips64r6-di loop-modules-5.10.0-28-mips64r6-di btrfs-modules-5.10.0-28-mips64r6-di ext4-modules-5.10.0-28-mips64r6-di isofs-modules-5.10.0-28-mips64r6-di jfs-modules-5.10.0-28-mips64r6-di xfs-modules-5.10.0-28-mips64r6-di squashfs-modules-5.10.0-28-mips64r6-di udf-modules-5.10.0-28-mips64r6-di fuse-modules-5.10.0-28-mips64r6-di f2fs-modules-5.10.0-28-mips64r6-di md-modules-5.10.0-28-mips64r6-di multipath-modules-5.10.0-28-mips64r6-di crc-modules-5.10.0-28-mips64r6-di crypto-modules-5.10.0-28-mips64r6-di crypto-dm-modules-5.10.0-28-mips64r6-di nbd-modules-5.10.0-28-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-mips64r6el-di nic-shared-modules-5.10.0-27-mips64r6el-di loop-modules-5.10.0-27-mips64r6el-di btrfs-modules-5.10.0-27-mips64r6el-di ext4-modules-5.10.0-27-mips64r6el-di isofs-modules-5.10.0-27-mips64r6el-di jfs-modules-5.10.0-27-mips64r6el-di xfs-modules-5.10.0-27-mips64r6el-di squashfs-modules-5.10.0-27-mips64r6el-di udf-modules-5.10.0-27-mips64r6el-di fuse-modules-5.10.0-27-mips64r6el-di f2fs-modules-5.10.0-27-mips64r6el-di md-modules-5.10.0-27-mips64r6el-di multipath-modules-5.10.0-27-mips64r6el-di crc-modules-5.10.0-27-mips64r6el-di crypto-modules-5.10.0-27-mips64r6el-di crypto-dm-modules-5.10.0-27-mips64r6el-di nbd-modules-5.10.0-27-mips64r6el-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='5.10.0-28' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips64r6el-di nic-shared-modules-5.10.0-28-mips64r6el-di loop-modules-5.10.0-28-mips64r6el-di btrfs-modules-5.10.0-28-mips64r6el-di ext4-modules-5.10.0-28-mips64r6el-di isofs-modules-5.10.0-28-mips64r6el-di jfs-modules-5.10.0-28-mips64r6el-di xfs-modules-5.10.0-28-mips64r6el-di squashfs-modules-5.10.0-28-mips64r6el-di udf-modules-5.10.0-28-mips64r6el-di fuse-modules-5.10.0-28-mips64r6el-di f2fs-modules-5.10.0-28-mips64r6el-di md-modules-5.10.0-28-mips64r6el-di multipath-modules-5.10.0-28-mips64r6el-di crc-modules-5.10.0-28-mips64r6el-di crypto-modules-5.10.0-28-mips64r6el-di crypto-dm-modules-5.10.0-28-mips64r6el-di nbd-modules-5.10.0-28-mips64r6el-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mips64r6el ABINAME='5.10.0-28' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips64r6el-di nic-shared-modules-5.10.0-28-mips64r6el-di loop-modules-5.10.0-28-mips64r6el-di btrfs-modules-5.10.0-28-mips64r6el-di ext4-modules-5.10.0-28-mips64r6el-di isofs-modules-5.10.0-28-mips64r6el-di jfs-modules-5.10.0-28-mips64r6el-di xfs-modules-5.10.0-28-mips64r6el-di squashfs-modules-5.10.0-28-mips64r6el-di udf-modules-5.10.0-28-mips64r6el-di fuse-modules-5.10.0-28-mips64r6el-di f2fs-modules-5.10.0-28-mips64r6el-di md-modules-5.10.0-28-mips64r6el-di multipath-modules-5.10.0-28-mips64r6el-di crc-modules-5.10.0-28-mips64r6el-di crypto-modules-5.10.0-28-mips64r6el-di crypto-dm-modules-5.10.0-28-mips64r6el-di nbd-modules-5.10.0-28-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-4kc-malta-di nic-modules-5.10.0-27-4kc-malta-di nic-wireless-modules-5.10.0-27-4kc-malta-di nic-shared-modules-5.10.0-27-4kc-malta-di usb-serial-modules-5.10.0-27-4kc-malta-di ppp-modules-5.10.0-27-4kc-malta-di pata-modules-5.10.0-27-4kc-malta-di cdrom-core-modules-5.10.0-27-4kc-malta-di scsi-core-modules-5.10.0-27-4kc-malta-di scsi-modules-5.10.0-27-4kc-malta-di scsi-nic-modules-5.10.0-27-4kc-malta-di loop-modules-5.10.0-27-4kc-malta-di btrfs-modules-5.10.0-27-4kc-malta-di ext4-modules-5.10.0-27-4kc-malta-di isofs-modules-5.10.0-27-4kc-malta-di jfs-modules-5.10.0-27-4kc-malta-di xfs-modules-5.10.0-27-4kc-malta-di fat-modules-5.10.0-27-4kc-malta-di affs-modules-5.10.0-27-4kc-malta-di minix-modules-5.10.0-27-4kc-malta-di squashfs-modules-5.10.0-27-4kc-malta-di udf-modules-5.10.0-27-4kc-malta-di fuse-modules-5.10.0-27-4kc-malta-di f2fs-modules-5.10.0-27-4kc-malta-di md-modules-5.10.0-27-4kc-malta-di multipath-modules-5.10.0-27-4kc-malta-di usb-modules-5.10.0-27-4kc-malta-di usb-storage-modules-5.10.0-27-4kc-malta-di fb-modules-5.10.0-27-4kc-malta-di input-modules-5.10.0-27-4kc-malta-di event-modules-5.10.0-27-4kc-malta-di mouse-modules-5.10.0-27-4kc-malta-di nic-usb-modules-5.10.0-27-4kc-malta-di sata-modules-5.10.0-27-4kc-malta-di i2c-modules-5.10.0-27-4kc-malta-di crc-modules-5.10.0-27-4kc-malta-di crypto-modules-5.10.0-27-4kc-malta-di crypto-dm-modules-5.10.0-27-4kc-malta-di ata-modules-5.10.0-27-4kc-malta-di mmc-core-modules-5.10.0-27-4kc-malta-di mmc-modules-5.10.0-27-4kc-malta-di nbd-modules-5.10.0-27-4kc-malta-di sound-modules-5.10.0-27-4kc-malta-di mtd-core-modules-5.10.0-27-4kc-malta-di kernel-image-5.10.0-27-loongson-3-di nic-modules-5.10.0-27-loongson-3-di nic-wireless-modules-5.10.0-27-loongson-3-di nic-shared-modules-5.10.0-27-loongson-3-di usb-serial-modules-5.10.0-27-loongson-3-di ppp-modules-5.10.0-27-loongson-3-di pata-modules-5.10.0-27-loongson-3-di cdrom-core-modules-5.10.0-27-loongson-3-di firewire-core-modules-5.10.0-27-loongson-3-di scsi-core-modules-5.10.0-27-loongson-3-di scsi-modules-5.10.0-27-loongson-3-di scsi-nic-modules-5.10.0-27-loongson-3-di loop-modules-5.10.0-27-loongson-3-di btrfs-modules-5.10.0-27-loongson-3-di ext4-modules-5.10.0-27-loongson-3-di isofs-modules-5.10.0-27-loongson-3-di jfs-modules-5.10.0-27-loongson-3-di xfs-modules-5.10.0-27-loongson-3-di fat-modules-5.10.0-27-loongson-3-di affs-modules-5.10.0-27-loongson-3-di minix-modules-5.10.0-27-loongson-3-di nfs-modules-5.10.0-27-loongson-3-di squashfs-modules-5.10.0-27-loongson-3-di udf-modules-5.10.0-27-loongson-3-di fuse-modules-5.10.0-27-loongson-3-di f2fs-modules-5.10.0-27-loongson-3-di md-modules-5.10.0-27-loongson-3-di multipath-modules-5.10.0-27-loongson-3-di usb-modules-5.10.0-27-loongson-3-di usb-storage-modules-5.10.0-27-loongson-3-di fb-modules-5.10.0-27-loongson-3-di input-modules-5.10.0-27-loongson-3-di event-modules-5.10.0-27-loongson-3-di nic-usb-modules-5.10.0-27-loongson-3-di sata-modules-5.10.0-27-loongson-3-di crc-modules-5.10.0-27-loongson-3-di crypto-modules-5.10.0-27-loongson-3-di crypto-dm-modules-5.10.0-27-loongson-3-di ata-modules-5.10.0-27-loongson-3-di nbd-modules-5.10.0-27-loongson-3-di speakup-modules-5.10.0-27-loongson-3-di sound-modules-5.10.0-27-loongson-3-di mtd-core-modules-5.10.0-27-loongson-3-di kernel-image-5.10.0-27-octeon-di nic-modules-5.10.0-27-octeon-di nic-wireless-modules-5.10.0-27-octeon-di nic-shared-modules-5.10.0-27-octeon-di usb-serial-modules-5.10.0-27-octeon-di ppp-modules-5.10.0-27-octeon-di pata-modules-5.10.0-27-octeon-di cdrom-core-modules-5.10.0-27-octeon-di scsi-core-modules-5.10.0-27-octeon-di scsi-modules-5.10.0-27-octeon-di scsi-nic-modules-5.10.0-27-octeon-di loop-modules-5.10.0-27-octeon-di btrfs-modules-5.10.0-27-octeon-di ext4-modules-5.10.0-27-octeon-di isofs-modules-5.10.0-27-octeon-di jfs-modules-5.10.0-27-octeon-di xfs-modules-5.10.0-27-octeon-di fat-modules-5.10.0-27-octeon-di affs-modules-5.10.0-27-octeon-di minix-modules-5.10.0-27-octeon-di squashfs-modules-5.10.0-27-octeon-di udf-modules-5.10.0-27-octeon-di fuse-modules-5.10.0-27-octeon-di f2fs-modules-5.10.0-27-octeon-di md-modules-5.10.0-27-octeon-di multipath-modules-5.10.0-27-octeon-di usb-modules-5.10.0-27-octeon-di usb-storage-modules-5.10.0-27-octeon-di input-modules-5.10.0-27-octeon-di event-modules-5.10.0-27-octeon-di nic-usb-modules-5.10.0-27-octeon-di sata-modules-5.10.0-27-octeon-di crc-modules-5.10.0-27-octeon-di crypto-modules-5.10.0-27-octeon-di crypto-dm-modules-5.10.0-27-octeon-di nbd-modules-5.10.0-27-octeon-di rtc-modules-5.10.0-27-octeon-di sound-modules-5.10.0-27-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='5.10.0-28' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-4kc-malta-di nic-modules-5.10.0-28-4kc-malta-di nic-wireless-modules-5.10.0-28-4kc-malta-di nic-shared-modules-5.10.0-28-4kc-malta-di usb-serial-modules-5.10.0-28-4kc-malta-di ppp-modules-5.10.0-28-4kc-malta-di pata-modules-5.10.0-28-4kc-malta-di cdrom-core-modules-5.10.0-28-4kc-malta-di scsi-core-modules-5.10.0-28-4kc-malta-di scsi-modules-5.10.0-28-4kc-malta-di scsi-nic-modules-5.10.0-28-4kc-malta-di loop-modules-5.10.0-28-4kc-malta-di btrfs-modules-5.10.0-28-4kc-malta-di ext4-modules-5.10.0-28-4kc-malta-di isofs-modules-5.10.0-28-4kc-malta-di jfs-modules-5.10.0-28-4kc-malta-di xfs-modules-5.10.0-28-4kc-malta-di fat-modules-5.10.0-28-4kc-malta-di affs-modules-5.10.0-28-4kc-malta-di minix-modules-5.10.0-28-4kc-malta-di squashfs-modules-5.10.0-28-4kc-malta-di udf-modules-5.10.0-28-4kc-malta-di fuse-modules-5.10.0-28-4kc-malta-di f2fs-modules-5.10.0-28-4kc-malta-di md-modules-5.10.0-28-4kc-malta-di multipath-modules-5.10.0-28-4kc-malta-di usb-modules-5.10.0-28-4kc-malta-di usb-storage-modules-5.10.0-28-4kc-malta-di fb-modules-5.10.0-28-4kc-malta-di input-modules-5.10.0-28-4kc-malta-di event-modules-5.10.0-28-4kc-malta-di mouse-modules-5.10.0-28-4kc-malta-di nic-usb-modules-5.10.0-28-4kc-malta-di sata-modules-5.10.0-28-4kc-malta-di i2c-modules-5.10.0-28-4kc-malta-di crc-modules-5.10.0-28-4kc-malta-di crypto-modules-5.10.0-28-4kc-malta-di crypto-dm-modules-5.10.0-28-4kc-malta-di ata-modules-5.10.0-28-4kc-malta-di mmc-core-modules-5.10.0-28-4kc-malta-di mmc-modules-5.10.0-28-4kc-malta-di nbd-modules-5.10.0-28-4kc-malta-di sound-modules-5.10.0-28-4kc-malta-di mtd-core-modules-5.10.0-28-4kc-malta-di kernel-image-5.10.0-28-loongson-3-di nic-modules-5.10.0-28-loongson-3-di nic-wireless-modules-5.10.0-28-loongson-3-di nic-shared-modules-5.10.0-28-loongson-3-di usb-serial-modules-5.10.0-28-loongson-3-di ppp-modules-5.10.0-28-loongson-3-di pata-modules-5.10.0-28-loongson-3-di cdrom-core-modules-5.10.0-28-loongson-3-di firewire-core-modules-5.10.0-28-loongson-3-di scsi-core-modules-5.10.0-28-loongson-3-di scsi-modules-5.10.0-28-loongson-3-di scsi-nic-modules-5.10.0-28-loongson-3-di loop-modules-5.10.0-28-loongson-3-di btrfs-modules-5.10.0-28-loongson-3-di ext4-modules-5.10.0-28-loongson-3-di isofs-modules-5.10.0-28-loongson-3-di jfs-modules-5.10.0-28-loongson-3-di xfs-modules-5.10.0-28-loongson-3-di fat-modules-5.10.0-28-loongson-3-di affs-modules-5.10.0-28-loongson-3-di minix-modules-5.10.0-28-loongson-3-di nfs-modules-5.10.0-28-loongson-3-di squashfs-modules-5.10.0-28-loongson-3-di udf-modules-5.10.0-28-loongson-3-di fuse-modules-5.10.0-28-loongson-3-di f2fs-modules-5.10.0-28-loongson-3-di md-modules-5.10.0-28-loongson-3-di multipath-modules-5.10.0-28-loongson-3-di usb-modules-5.10.0-28-loongson-3-di usb-storage-modules-5.10.0-28-loongson-3-di fb-modules-5.10.0-28-loongson-3-di input-modules-5.10.0-28-loongson-3-di event-modules-5.10.0-28-loongson-3-di nic-usb-modules-5.10.0-28-loongson-3-di sata-modules-5.10.0-28-loongson-3-di crc-modules-5.10.0-28-loongson-3-di crypto-modules-5.10.0-28-loongson-3-di crypto-dm-modules-5.10.0-28-loongson-3-di ata-modules-5.10.0-28-loongson-3-di nbd-modules-5.10.0-28-loongson-3-di speakup-modules-5.10.0-28-loongson-3-di sound-modules-5.10.0-28-loongson-3-di mtd-core-modules-5.10.0-28-loongson-3-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-octeon-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mipsel ABINAME='5.10.0-28' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-4kc-malta-di nic-modules-5.10.0-28-4kc-malta-di nic-wireless-modules-5.10.0-28-4kc-malta-di nic-shared-modules-5.10.0-28-4kc-malta-di usb-serial-modules-5.10.0-28-4kc-malta-di ppp-modules-5.10.0-28-4kc-malta-di pata-modules-5.10.0-28-4kc-malta-di cdrom-core-modules-5.10.0-28-4kc-malta-di scsi-core-modules-5.10.0-28-4kc-malta-di scsi-modules-5.10.0-28-4kc-malta-di scsi-nic-modules-5.10.0-28-4kc-malta-di loop-modules-5.10.0-28-4kc-malta-di btrfs-modules-5.10.0-28-4kc-malta-di ext4-modules-5.10.0-28-4kc-malta-di isofs-modules-5.10.0-28-4kc-malta-di jfs-modules-5.10.0-28-4kc-malta-di xfs-modules-5.10.0-28-4kc-malta-di fat-modules-5.10.0-28-4kc-malta-di affs-modules-5.10.0-28-4kc-malta-di minix-modules-5.10.0-28-4kc-malta-di squashfs-modules-5.10.0-28-4kc-malta-di udf-modules-5.10.0-28-4kc-malta-di fuse-modules-5.10.0-28-4kc-malta-di f2fs-modules-5.10.0-28-4kc-malta-di md-modules-5.10.0-28-4kc-malta-di multipath-modules-5.10.0-28-4kc-malta-di usb-modules-5.10.0-28-4kc-malta-di usb-storage-modules-5.10.0-28-4kc-malta-di fb-modules-5.10.0-28-4kc-malta-di input-modules-5.10.0-28-4kc-malta-di event-modules-5.10.0-28-4kc-malta-di mouse-modules-5.10.0-28-4kc-malta-di nic-usb-modules-5.10.0-28-4kc-malta-di sata-modules-5.10.0-28-4kc-malta-di i2c-modules-5.10.0-28-4kc-malta-di crc-modules-5.10.0-28-4kc-malta-di crypto-modules-5.10.0-28-4kc-malta-di crypto-dm-modules-5.10.0-28-4kc-malta-di ata-modules-5.10.0-28-4kc-malta-di mmc-core-modules-5.10.0-28-4kc-malta-di mmc-modules-5.10.0-28-4kc-malta-di nbd-modules-5.10.0-28-4kc-malta-di sound-modules-5.10.0-28-4kc-malta-di mtd-core-modules-5.10.0-28-4kc-malta-di kernel-image-5.10.0-28-loongson-3-di nic-modules-5.10.0-28-loongson-3-di nic-wireless-modules-5.10.0-28-loongson-3-di nic-shared-modules-5.10.0-28-loongson-3-di usb-serial-modules-5.10.0-28-loongson-3-di ppp-modules-5.10.0-28-loongson-3-di pata-modules-5.10.0-28-loongson-3-di cdrom-core-modules-5.10.0-28-loongson-3-di firewire-core-modules-5.10.0-28-loongson-3-di scsi-core-modules-5.10.0-28-loongson-3-di scsi-modules-5.10.0-28-loongson-3-di scsi-nic-modules-5.10.0-28-loongson-3-di loop-modules-5.10.0-28-loongson-3-di btrfs-modules-5.10.0-28-loongson-3-di ext4-modules-5.10.0-28-loongson-3-di isofs-modules-5.10.0-28-loongson-3-di jfs-modules-5.10.0-28-loongson-3-di xfs-modules-5.10.0-28-loongson-3-di fat-modules-5.10.0-28-loongson-3-di affs-modules-5.10.0-28-loongson-3-di minix-modules-5.10.0-28-loongson-3-di nfs-modules-5.10.0-28-loongson-3-di squashfs-modules-5.10.0-28-loongson-3-di udf-modules-5.10.0-28-loongson-3-di fuse-modules-5.10.0-28-loongson-3-di f2fs-modules-5.10.0-28-loongson-3-di md-modules-5.10.0-28-loongson-3-di multipath-modules-5.10.0-28-loongson-3-di usb-modules-5.10.0-28-loongson-3-di usb-storage-modules-5.10.0-28-loongson-3-di fb-modules-5.10.0-28-loongson-3-di input-modules-5.10.0-28-loongson-3-di event-modules-5.10.0-28-loongson-3-di nic-usb-modules-5.10.0-28-loongson-3-di sata-modules-5.10.0-28-loongson-3-di crc-modules-5.10.0-28-loongson-3-di crypto-modules-5.10.0-28-loongson-3-di crypto-dm-modules-5.10.0-28-loongson-3-di ata-modules-5.10.0-28-loongson-3-di nbd-modules-5.10.0-28-loongson-3-di speakup-modules-5.10.0-28-loongson-3-di sound-modules-5.10.0-28-loongson-3-di mtd-core-modules-5.10.0-28-loongson-3-di kernel-image-5.10.0-28-octeon-di nic-modules-5.10.0-28-octeon-di nic-wireless-modules-5.10.0-28-octeon-di nic-shared-modules-5.10.0-28-octeon-di usb-serial-modules-5.10.0-28-octeon-di ppp-modules-5.10.0-28-octeon-di pata-modules-5.10.0-28-octeon-di cdrom-core-modules-5.10.0-28-octeon-di scsi-core-modules-5.10.0-28-octeon-di scsi-modules-5.10.0-28-octeon-di scsi-nic-modules-5.10.0-28-octeon-di loop-modules-5.10.0-28-octeon-di btrfs-modules-5.10.0-28-octeon-di ext4-modules-5.10.0-28-octeon-di isofs-modules-5.10.0-28-octeon-di jfs-modules-5.10.0-28-octeon-di xfs-modules-5.10.0-28-octeon-di fat-modules-5.10.0-28-octeon-di affs-modules-5.10.0-28-octeon-di minix-modules-5.10.0-28-octeon-di squashfs-modules-5.10.0-28-octeon-di udf-modules-5.10.0-28-octeon-di fuse-modules-5.10.0-28-octeon-di f2fs-modules-5.10.0-28-octeon-di md-modules-5.10.0-28-octeon-di multipath-modules-5.10.0-28-octeon-di usb-modules-5.10.0-28-octeon-di usb-storage-modules-5.10.0-28-octeon-di input-modules-5.10.0-28-octeon-di event-modules-5.10.0-28-octeon-di nic-usb-modules-5.10.0-28-octeon-di sata-modules-5.10.0-28-octeon-di crc-modules-5.10.0-28-octeon-di crypto-modules-5.10.0-28-octeon-di crypto-dm-modules-5.10.0-28-octeon-di nbd-modules-5.10.0-28-octeon-di rtc-modules-5.10.0-28-octeon-di sound-modules-5.10.0-28-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-mips32r6-di nic-shared-modules-5.10.0-27-mips32r6-di loop-modules-5.10.0-27-mips32r6-di btrfs-modules-5.10.0-27-mips32r6-di ext4-modules-5.10.0-27-mips32r6-di isofs-modules-5.10.0-27-mips32r6-di jfs-modules-5.10.0-27-mips32r6-di xfs-modules-5.10.0-27-mips32r6-di squashfs-modules-5.10.0-27-mips32r6-di udf-modules-5.10.0-27-mips32r6-di fuse-modules-5.10.0-27-mips32r6-di f2fs-modules-5.10.0-27-mips32r6-di md-modules-5.10.0-27-mips32r6-di multipath-modules-5.10.0-27-mips32r6-di crc-modules-5.10.0-27-mips32r6-di crypto-modules-5.10.0-27-mips32r6-di crypto-dm-modules-5.10.0-27-mips32r6-di nbd-modules-5.10.0-27-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='5.10.0-28' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips32r6-di nic-shared-modules-5.10.0-28-mips32r6-di loop-modules-5.10.0-28-mips32r6-di btrfs-modules-5.10.0-28-mips32r6-di ext4-modules-5.10.0-28-mips32r6-di isofs-modules-5.10.0-28-mips32r6-di jfs-modules-5.10.0-28-mips32r6-di xfs-modules-5.10.0-28-mips32r6-di squashfs-modules-5.10.0-28-mips32r6-di udf-modules-5.10.0-28-mips32r6-di fuse-modules-5.10.0-28-mips32r6-di f2fs-modules-5.10.0-28-mips32r6-di md-modules-5.10.0-28-mips32r6-di multipath-modules-5.10.0-28-mips32r6-di crc-modules-5.10.0-28-mips32r6-di crypto-modules-5.10.0-28-mips32r6-di crypto-dm-modules-5.10.0-28-mips32r6-di nbd-modules-5.10.0-28-mips32r6-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mipsr6 ABINAME='5.10.0-28' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips32r6-di nic-shared-modules-5.10.0-28-mips32r6-di loop-modules-5.10.0-28-mips32r6-di btrfs-modules-5.10.0-28-mips32r6-di ext4-modules-5.10.0-28-mips32r6-di isofs-modules-5.10.0-28-mips32r6-di jfs-modules-5.10.0-28-mips32r6-di xfs-modules-5.10.0-28-mips32r6-di squashfs-modules-5.10.0-28-mips32r6-di udf-modules-5.10.0-28-mips32r6-di fuse-modules-5.10.0-28-mips32r6-di f2fs-modules-5.10.0-28-mips32r6-di md-modules-5.10.0-28-mips32r6-di multipath-modules-5.10.0-28-mips32r6-di crc-modules-5.10.0-28-mips32r6-di crypto-modules-5.10.0-28-mips32r6-di crypto-dm-modules-5.10.0-28-mips32r6-di nbd-modules-5.10.0-28-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-27' 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-27-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-27-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-mips32r6el-di nic-shared-modules-5.10.0-27-mips32r6el-di loop-modules-5.10.0-27-mips32r6el-di btrfs-modules-5.10.0-27-mips32r6el-di ext4-modules-5.10.0-27-mips32r6el-di isofs-modules-5.10.0-27-mips32r6el-di jfs-modules-5.10.0-27-mips32r6el-di xfs-modules-5.10.0-27-mips32r6el-di squashfs-modules-5.10.0-27-mips32r6el-di udf-modules-5.10.0-27-mips32r6el-di fuse-modules-5.10.0-27-mips32r6el-di f2fs-modules-5.10.0-27-mips32r6el-di md-modules-5.10.0-27-mips32r6el-di multipath-modules-5.10.0-27-mips32r6el-di crc-modules-5.10.0-27-mips32r6el-di crypto-modules-5.10.0-27-mips32r6el-di crypto-dm-modules-5.10.0-27-mips32r6el-di nbd-modules-5.10.0-27-mips32r6el-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='5.10.0-28' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips32r6el-di nic-shared-modules-5.10.0-28-mips32r6el-di loop-modules-5.10.0-28-mips32r6el-di btrfs-modules-5.10.0-28-mips32r6el-di ext4-modules-5.10.0-28-mips32r6el-di isofs-modules-5.10.0-28-mips32r6el-di jfs-modules-5.10.0-28-mips32r6el-di xfs-modules-5.10.0-28-mips32r6el-di squashfs-modules-5.10.0-28-mips32r6el-di udf-modules-5.10.0-28-mips32r6el-di fuse-modules-5.10.0-28-mips32r6el-di f2fs-modules-5.10.0-28-mips32r6el-di md-modules-5.10.0-28-mips32r6el-di multipath-modules-5.10.0-28-mips32r6el-di crc-modules-5.10.0-28-mips32r6el-di crypto-modules-5.10.0-28-mips32r6el-di crypto-dm-modules-5.10.0-28-mips32r6el-di nbd-modules-5.10.0-28-mips32r6el-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_mipsr6el ABINAME='5.10.0-28' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-mips32r6el-di nic-shared-modules-5.10.0-28-mips32r6el-di loop-modules-5.10.0-28-mips32r6el-di btrfs-modules-5.10.0-28-mips32r6el-di ext4-modules-5.10.0-28-mips32r6el-di isofs-modules-5.10.0-28-mips32r6el-di jfs-modules-5.10.0-28-mips32r6el-di xfs-modules-5.10.0-28-mips32r6el-di squashfs-modules-5.10.0-28-mips32r6el-di udf-modules-5.10.0-28-mips32r6el-di fuse-modules-5.10.0-28-mips32r6el-di f2fs-modules-5.10.0-28-mips32r6el-di md-modules-5.10.0-28-mips32r6el-di multipath-modules-5.10.0-28-mips32r6el-di crc-modules-5.10.0-28-mips32r6el-di crypto-modules-5.10.0-28-mips32r6el-di crypto-dm-modules-5.10.0-28-mips32r6el-di nbd-modules-5.10.0-28-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-27' 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-27-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-27-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-powerpc-di nic-modules-5.10.0-27-powerpc-di nic-wireless-modules-5.10.0-27-powerpc-di nic-shared-modules-5.10.0-27-powerpc-di serial-modules-5.10.0-27-powerpc-di usb-serial-modules-5.10.0-27-powerpc-di ppp-modules-5.10.0-27-powerpc-di pata-modules-5.10.0-27-powerpc-di cdrom-core-modules-5.10.0-27-powerpc-di firewire-core-modules-5.10.0-27-powerpc-di scsi-core-modules-5.10.0-27-powerpc-di scsi-modules-5.10.0-27-powerpc-di scsi-nic-modules-5.10.0-27-powerpc-di loop-modules-5.10.0-27-powerpc-di btrfs-modules-5.10.0-27-powerpc-di ext4-modules-5.10.0-27-powerpc-di isofs-modules-5.10.0-27-powerpc-di jfs-modules-5.10.0-27-powerpc-di xfs-modules-5.10.0-27-powerpc-di fat-modules-5.10.0-27-powerpc-di hfs-modules-5.10.0-27-powerpc-di affs-modules-5.10.0-27-powerpc-di squashfs-modules-5.10.0-27-powerpc-di udf-modules-5.10.0-27-powerpc-di fuse-modules-5.10.0-27-powerpc-di f2fs-modules-5.10.0-27-powerpc-di md-modules-5.10.0-27-powerpc-di multipath-modules-5.10.0-27-powerpc-di usb-modules-5.10.0-27-powerpc-di usb-storage-modules-5.10.0-27-powerpc-di pcmcia-storage-modules-5.10.0-27-powerpc-di fb-modules-5.10.0-27-powerpc-di input-modules-5.10.0-27-powerpc-di event-modules-5.10.0-27-powerpc-di mouse-modules-5.10.0-27-powerpc-di nic-pcmcia-modules-5.10.0-27-powerpc-di pcmcia-modules-5.10.0-27-powerpc-di nic-usb-modules-5.10.0-27-powerpc-di sata-modules-5.10.0-27-powerpc-di crc-modules-5.10.0-27-powerpc-di crypto-modules-5.10.0-27-powerpc-di crypto-dm-modules-5.10.0-27-powerpc-di ata-modules-5.10.0-27-powerpc-di mmc-core-modules-5.10.0-27-powerpc-di nbd-modules-5.10.0-27-powerpc-di uinput-modules-5.10.0-27-powerpc-di kernel-image-5.10.0-27-powerpc64-di nic-modules-5.10.0-27-powerpc64-di nic-wireless-modules-5.10.0-27-powerpc64-di nic-shared-modules-5.10.0-27-powerpc64-di serial-modules-5.10.0-27-powerpc64-di usb-serial-modules-5.10.0-27-powerpc64-di ppp-modules-5.10.0-27-powerpc64-di pata-modules-5.10.0-27-powerpc64-di cdrom-core-modules-5.10.0-27-powerpc64-di firewire-core-modules-5.10.0-27-powerpc64-di scsi-core-modules-5.10.0-27-powerpc64-di scsi-modules-5.10.0-27-powerpc64-di scsi-nic-modules-5.10.0-27-powerpc64-di loop-modules-5.10.0-27-powerpc64-di btrfs-modules-5.10.0-27-powerpc64-di ext4-modules-5.10.0-27-powerpc64-di isofs-modules-5.10.0-27-powerpc64-di jfs-modules-5.10.0-27-powerpc64-di xfs-modules-5.10.0-27-powerpc64-di fat-modules-5.10.0-27-powerpc64-di hfs-modules-5.10.0-27-powerpc64-di affs-modules-5.10.0-27-powerpc64-di squashfs-modules-5.10.0-27-powerpc64-di udf-modules-5.10.0-27-powerpc64-di fuse-modules-5.10.0-27-powerpc64-di f2fs-modules-5.10.0-27-powerpc64-di md-modules-5.10.0-27-powerpc64-di multipath-modules-5.10.0-27-powerpc64-di usb-modules-5.10.0-27-powerpc64-di usb-storage-modules-5.10.0-27-powerpc64-di pcmcia-storage-modules-5.10.0-27-powerpc64-di fb-modules-5.10.0-27-powerpc64-di input-modules-5.10.0-27-powerpc64-di event-modules-5.10.0-27-powerpc64-di mouse-modules-5.10.0-27-powerpc64-di nic-pcmcia-modules-5.10.0-27-powerpc64-di pcmcia-modules-5.10.0-27-powerpc64-di nic-usb-modules-5.10.0-27-powerpc64-di sata-modules-5.10.0-27-powerpc64-di i2c-modules-5.10.0-27-powerpc64-di crc-modules-5.10.0-27-powerpc64-di crypto-modules-5.10.0-27-powerpc64-di crypto-dm-modules-5.10.0-27-powerpc64-di ata-modules-5.10.0-27-powerpc64-di mmc-core-modules-5.10.0-27-powerpc64-di nbd-modules-5.10.0-27-powerpc64-di uinput-modules-5.10.0-27-powerpc64-di mtd-core-modules-5.10.0-27-powerpc64-di hypervisor-modules-5.10.0-27-powerpc64-di fancontrol-modules-5.10.0-27-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='5.10.0-28' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-powerpc-di nic-modules-5.10.0-28-powerpc-di nic-wireless-modules-5.10.0-28-powerpc-di nic-shared-modules-5.10.0-28-powerpc-di serial-modules-5.10.0-28-powerpc-di usb-serial-modules-5.10.0-28-powerpc-di ppp-modules-5.10.0-28-powerpc-di pata-modules-5.10.0-28-powerpc-di cdrom-core-modules-5.10.0-28-powerpc-di firewire-core-modules-5.10.0-28-powerpc-di scsi-core-modules-5.10.0-28-powerpc-di scsi-modules-5.10.0-28-powerpc-di scsi-nic-modules-5.10.0-28-powerpc-di loop-modules-5.10.0-28-powerpc-di btrfs-modules-5.10.0-28-powerpc-di ext4-modules-5.10.0-28-powerpc-di isofs-modules-5.10.0-28-powerpc-di jfs-modules-5.10.0-28-powerpc-di xfs-modules-5.10.0-28-powerpc-di fat-modules-5.10.0-28-powerpc-di hfs-modules-5.10.0-28-powerpc-di affs-modules-5.10.0-28-powerpc-di squashfs-modules-5.10.0-28-powerpc-di udf-modules-5.10.0-28-powerpc-di fuse-modules-5.10.0-28-powerpc-di f2fs-modules-5.10.0-28-powerpc-di md-modules-5.10.0-28-powerpc-di multipath-modules-5.10.0-28-powerpc-di usb-modules-5.10.0-28-powerpc-di usb-storage-modules-5.10.0-28-powerpc-di pcmcia-storage-modules-5.10.0-28-powerpc-di fb-modules-5.10.0-28-powerpc-di input-modules-5.10.0-28-powerpc-di event-modules-5.10.0-28-powerpc-di mouse-modules-5.10.0-28-powerpc-di nic-pcmcia-modules-5.10.0-28-powerpc-di pcmcia-modules-5.10.0-28-powerpc-di nic-usb-modules-5.10.0-28-powerpc-di sata-modules-5.10.0-28-powerpc-di crc-modules-5.10.0-28-powerpc-di crypto-modules-5.10.0-28-powerpc-di crypto-dm-modules-5.10.0-28-powerpc-di ata-modules-5.10.0-28-powerpc-di mmc-core-modules-5.10.0-28-powerpc-di nbd-modules-5.10.0-28-powerpc-di uinput-modules-5.10.0-28-powerpc-di kernel-image-5.10.0-28-powerpc64-di nic-modules-5.10.0-28-powerpc64-di nic-wireless-modules-5.10.0-28-powerpc64-di nic-shared-modules-5.10.0-28-powerpc64-di serial-modules-5.10.0-28-powerpc64-di usb-serial-modules-5.10.0-28-powerpc64-di ppp-modules-5.10.0-28-powerpc64-di pata-modules-5.10.0-28-powerpc64-di cdrom-core-modules-5.10.0-28-powerpc64-di firewire-core-modules-5.10.0-28-powerpc64-di scsi-core-modules-5.10.0-28-powerpc64-di scsi-modules-5.10.0-28-powerpc64-di scsi-nic-modules-5.10.0-28-powerpc64-di loop-modules-5.10.0-28-powerpc64-di btrfs-modules-5.10.0-28-powerpc64-di ext4-modules-5.10.0-28-powerpc64-di isofs-modules-5.10.0-28-powerpc64-di jfs-modules-5.10.0-28-powerpc64-di xfs-modules-5.10.0-28-powerpc64-di fat-modules-5.10.0-28-powerpc64-di hfs-modules-5.10.0-28-powerpc64-di affs-modules-5.10.0-28-powerpc64-di squashfs-modules-5.10.0-28-powerpc64-di udf-modules-5.10.0-28-powerpc64-di fuse-modules-5.10.0-28-powerpc64-di f2fs-modules-5.10.0-28-powerpc64-di md-modules-5.10.0-28-powerpc64-di multipath-modules-5.10.0-28-powerpc64-di usb-modules-5.10.0-28-powerpc64-di usb-storage-modules-5.10.0-28-powerpc64-di pcmcia-storage-modules-5.10.0-28-powerpc64-di fb-modules-5.10.0-28-powerpc64-di input-modules-5.10.0-28-powerpc64-di event-modules-5.10.0-28-powerpc64-di mouse-modules-5.10.0-28-powerpc64-di nic-pcmcia-modules-5.10.0-28-powerpc64-di pcmcia-modules-5.10.0-28-powerpc64-di nic-usb-modules-5.10.0-28-powerpc64-di sata-modules-5.10.0-28-powerpc64-di i2c-modules-5.10.0-28-powerpc64-di crc-modules-5.10.0-28-powerpc64-di crypto-modules-5.10.0-28-powerpc64-di crypto-dm-modules-5.10.0-28-powerpc64-di ata-modules-5.10.0-28-powerpc64-di mmc-core-modules-5.10.0-28-powerpc64-di nbd-modules-5.10.0-28-powerpc64-di uinput-modules-5.10.0-28-powerpc64-di mtd-core-modules-5.10.0-28-powerpc64-di hypervisor-modules-5.10.0-28-powerpc64-di fancontrol-modules-5.10.0-28-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_powerpc ABINAME='5.10.0-28' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-powerpc-di nic-modules-5.10.0-28-powerpc-di nic-wireless-modules-5.10.0-28-powerpc-di nic-shared-modules-5.10.0-28-powerpc-di serial-modules-5.10.0-28-powerpc-di usb-serial-modules-5.10.0-28-powerpc-di ppp-modules-5.10.0-28-powerpc-di pata-modules-5.10.0-28-powerpc-di cdrom-core-modules-5.10.0-28-powerpc-di firewire-core-modules-5.10.0-28-powerpc-di scsi-core-modules-5.10.0-28-powerpc-di scsi-modules-5.10.0-28-powerpc-di scsi-nic-modules-5.10.0-28-powerpc-di loop-modules-5.10.0-28-powerpc-di btrfs-modules-5.10.0-28-powerpc-di ext4-modules-5.10.0-28-powerpc-di isofs-modules-5.10.0-28-powerpc-di jfs-modules-5.10.0-28-powerpc-di xfs-modules-5.10.0-28-powerpc-di fat-modules-5.10.0-28-powerpc-di hfs-modules-5.10.0-28-powerpc-di affs-modules-5.10.0-28-powerpc-di squashfs-modules-5.10.0-28-powerpc-di udf-modules-5.10.0-28-powerpc-di fuse-modules-5.10.0-28-powerpc-di f2fs-modules-5.10.0-28-powerpc-di md-modules-5.10.0-28-powerpc-di multipath-modules-5.10.0-28-powerpc-di usb-modules-5.10.0-28-powerpc-di usb-storage-modules-5.10.0-28-powerpc-di pcmcia-storage-modules-5.10.0-28-powerpc-di fb-modules-5.10.0-28-powerpc-di input-modules-5.10.0-28-powerpc-di event-modules-5.10.0-28-powerpc-di mouse-modules-5.10.0-28-powerpc-di nic-pcmcia-modules-5.10.0-28-powerpc-di pcmcia-modules-5.10.0-28-powerpc-di nic-usb-modules-5.10.0-28-powerpc-di sata-modules-5.10.0-28-powerpc-di crc-modules-5.10.0-28-powerpc-di crypto-modules-5.10.0-28-powerpc-di crypto-dm-modules-5.10.0-28-powerpc-di ata-modules-5.10.0-28-powerpc-di mmc-core-modules-5.10.0-28-powerpc-di nbd-modules-5.10.0-28-powerpc-di uinput-modules-5.10.0-28-powerpc-di kernel-image-5.10.0-28-powerpc64-di nic-modules-5.10.0-28-powerpc64-di nic-wireless-modules-5.10.0-28-powerpc64-di nic-shared-modules-5.10.0-28-powerpc64-di serial-modules-5.10.0-28-powerpc64-di usb-serial-modules-5.10.0-28-powerpc64-di ppp-modules-5.10.0-28-powerpc64-di pata-modules-5.10.0-28-powerpc64-di cdrom-core-modules-5.10.0-28-powerpc64-di firewire-core-modules-5.10.0-28-powerpc64-di scsi-core-modules-5.10.0-28-powerpc64-di scsi-modules-5.10.0-28-powerpc64-di scsi-nic-modules-5.10.0-28-powerpc64-di loop-modules-5.10.0-28-powerpc64-di btrfs-modules-5.10.0-28-powerpc64-di ext4-modules-5.10.0-28-powerpc64-di isofs-modules-5.10.0-28-powerpc64-di jfs-modules-5.10.0-28-powerpc64-di xfs-modules-5.10.0-28-powerpc64-di fat-modules-5.10.0-28-powerpc64-di hfs-modules-5.10.0-28-powerpc64-di affs-modules-5.10.0-28-powerpc64-di squashfs-modules-5.10.0-28-powerpc64-di udf-modules-5.10.0-28-powerpc64-di fuse-modules-5.10.0-28-powerpc64-di f2fs-modules-5.10.0-28-powerpc64-di md-modules-5.10.0-28-powerpc64-di multipath-modules-5.10.0-28-powerpc64-di usb-modules-5.10.0-28-powerpc64-di usb-storage-modules-5.10.0-28-powerpc64-di pcmcia-storage-modules-5.10.0-28-powerpc64-di fb-modules-5.10.0-28-powerpc64-di input-modules-5.10.0-28-powerpc64-di event-modules-5.10.0-28-powerpc64-di mouse-modules-5.10.0-28-powerpc64-di nic-pcmcia-modules-5.10.0-28-powerpc64-di pcmcia-modules-5.10.0-28-powerpc64-di nic-usb-modules-5.10.0-28-powerpc64-di sata-modules-5.10.0-28-powerpc64-di i2c-modules-5.10.0-28-powerpc64-di crc-modules-5.10.0-28-powerpc64-di crypto-modules-5.10.0-28-powerpc64-di crypto-dm-modules-5.10.0-28-powerpc64-di ata-modules-5.10.0-28-powerpc64-di mmc-core-modules-5.10.0-28-powerpc64-di nbd-modules-5.10.0-28-powerpc64-di uinput-modules-5.10.0-28-powerpc64-di mtd-core-modules-5.10.0-28-powerpc64-di hypervisor-modules-5.10.0-28-powerpc64-di fancontrol-modules-5.10.0-28-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-27' 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-27-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-27-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-27' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-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-28' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-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-27' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-powerpc64-di nic-modules-5.10.0-27-powerpc64-di nic-wireless-modules-5.10.0-27-powerpc64-di nic-shared-modules-5.10.0-27-powerpc64-di serial-modules-5.10.0-27-powerpc64-di usb-serial-modules-5.10.0-27-powerpc64-di ppp-modules-5.10.0-27-powerpc64-di pata-modules-5.10.0-27-powerpc64-di cdrom-core-modules-5.10.0-27-powerpc64-di firewire-core-modules-5.10.0-27-powerpc64-di scsi-core-modules-5.10.0-27-powerpc64-di scsi-modules-5.10.0-27-powerpc64-di scsi-nic-modules-5.10.0-27-powerpc64-di loop-modules-5.10.0-27-powerpc64-di btrfs-modules-5.10.0-27-powerpc64-di ext4-modules-5.10.0-27-powerpc64-di isofs-modules-5.10.0-27-powerpc64-di jfs-modules-5.10.0-27-powerpc64-di xfs-modules-5.10.0-27-powerpc64-di fat-modules-5.10.0-27-powerpc64-di hfs-modules-5.10.0-27-powerpc64-di affs-modules-5.10.0-27-powerpc64-di squashfs-modules-5.10.0-27-powerpc64-di udf-modules-5.10.0-27-powerpc64-di fuse-modules-5.10.0-27-powerpc64-di f2fs-modules-5.10.0-27-powerpc64-di md-modules-5.10.0-27-powerpc64-di multipath-modules-5.10.0-27-powerpc64-di usb-modules-5.10.0-27-powerpc64-di usb-storage-modules-5.10.0-27-powerpc64-di pcmcia-storage-modules-5.10.0-27-powerpc64-di fb-modules-5.10.0-27-powerpc64-di input-modules-5.10.0-27-powerpc64-di event-modules-5.10.0-27-powerpc64-di mouse-modules-5.10.0-27-powerpc64-di nic-pcmcia-modules-5.10.0-27-powerpc64-di pcmcia-modules-5.10.0-27-powerpc64-di nic-usb-modules-5.10.0-27-powerpc64-di sata-modules-5.10.0-27-powerpc64-di i2c-modules-5.10.0-27-powerpc64-di crc-modules-5.10.0-27-powerpc64-di crypto-modules-5.10.0-27-powerpc64-di crypto-dm-modules-5.10.0-27-powerpc64-di ata-modules-5.10.0-27-powerpc64-di mmc-core-modules-5.10.0-27-powerpc64-di nbd-modules-5.10.0-27-powerpc64-di uinput-modules-5.10.0-27-powerpc64-di mtd-core-modules-5.10.0-27-powerpc64-di hypervisor-modules-5.10.0-27-powerpc64-di fancontrol-modules-5.10.0-27-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='5.10.0-28' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-powerpc64-di nic-modules-5.10.0-28-powerpc64-di nic-wireless-modules-5.10.0-28-powerpc64-di nic-shared-modules-5.10.0-28-powerpc64-di serial-modules-5.10.0-28-powerpc64-di usb-serial-modules-5.10.0-28-powerpc64-di ppp-modules-5.10.0-28-powerpc64-di pata-modules-5.10.0-28-powerpc64-di cdrom-core-modules-5.10.0-28-powerpc64-di firewire-core-modules-5.10.0-28-powerpc64-di scsi-core-modules-5.10.0-28-powerpc64-di scsi-modules-5.10.0-28-powerpc64-di scsi-nic-modules-5.10.0-28-powerpc64-di loop-modules-5.10.0-28-powerpc64-di btrfs-modules-5.10.0-28-powerpc64-di ext4-modules-5.10.0-28-powerpc64-di isofs-modules-5.10.0-28-powerpc64-di jfs-modules-5.10.0-28-powerpc64-di xfs-modules-5.10.0-28-powerpc64-di fat-modules-5.10.0-28-powerpc64-di hfs-modules-5.10.0-28-powerpc64-di affs-modules-5.10.0-28-powerpc64-di squashfs-modules-5.10.0-28-powerpc64-di udf-modules-5.10.0-28-powerpc64-di fuse-modules-5.10.0-28-powerpc64-di f2fs-modules-5.10.0-28-powerpc64-di md-modules-5.10.0-28-powerpc64-di multipath-modules-5.10.0-28-powerpc64-di usb-modules-5.10.0-28-powerpc64-di usb-storage-modules-5.10.0-28-powerpc64-di pcmcia-storage-modules-5.10.0-28-powerpc64-di fb-modules-5.10.0-28-powerpc64-di input-modules-5.10.0-28-powerpc64-di event-modules-5.10.0-28-powerpc64-di mouse-modules-5.10.0-28-powerpc64-di nic-pcmcia-modules-5.10.0-28-powerpc64-di pcmcia-modules-5.10.0-28-powerpc64-di nic-usb-modules-5.10.0-28-powerpc64-di sata-modules-5.10.0-28-powerpc64-di i2c-modules-5.10.0-28-powerpc64-di crc-modules-5.10.0-28-powerpc64-di crypto-modules-5.10.0-28-powerpc64-di crypto-dm-modules-5.10.0-28-powerpc64-di ata-modules-5.10.0-28-powerpc64-di mmc-core-modules-5.10.0-28-powerpc64-di nbd-modules-5.10.0-28-powerpc64-di uinput-modules-5.10.0-28-powerpc64-di mtd-core-modules-5.10.0-28-powerpc64-di hypervisor-modules-5.10.0-28-powerpc64-di fancontrol-modules-5.10.0-28-powerpc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_ppc64 ABINAME='5.10.0-28' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-powerpc64-di nic-modules-5.10.0-28-powerpc64-di nic-wireless-modules-5.10.0-28-powerpc64-di nic-shared-modules-5.10.0-28-powerpc64-di serial-modules-5.10.0-28-powerpc64-di usb-serial-modules-5.10.0-28-powerpc64-di ppp-modules-5.10.0-28-powerpc64-di pata-modules-5.10.0-28-powerpc64-di cdrom-core-modules-5.10.0-28-powerpc64-di firewire-core-modules-5.10.0-28-powerpc64-di scsi-core-modules-5.10.0-28-powerpc64-di scsi-modules-5.10.0-28-powerpc64-di scsi-nic-modules-5.10.0-28-powerpc64-di loop-modules-5.10.0-28-powerpc64-di btrfs-modules-5.10.0-28-powerpc64-di ext4-modules-5.10.0-28-powerpc64-di isofs-modules-5.10.0-28-powerpc64-di jfs-modules-5.10.0-28-powerpc64-di xfs-modules-5.10.0-28-powerpc64-di fat-modules-5.10.0-28-powerpc64-di hfs-modules-5.10.0-28-powerpc64-di affs-modules-5.10.0-28-powerpc64-di squashfs-modules-5.10.0-28-powerpc64-di udf-modules-5.10.0-28-powerpc64-di fuse-modules-5.10.0-28-powerpc64-di f2fs-modules-5.10.0-28-powerpc64-di md-modules-5.10.0-28-powerpc64-di multipath-modules-5.10.0-28-powerpc64-di usb-modules-5.10.0-28-powerpc64-di usb-storage-modules-5.10.0-28-powerpc64-di pcmcia-storage-modules-5.10.0-28-powerpc64-di fb-modules-5.10.0-28-powerpc64-di input-modules-5.10.0-28-powerpc64-di event-modules-5.10.0-28-powerpc64-di mouse-modules-5.10.0-28-powerpc64-di nic-pcmcia-modules-5.10.0-28-powerpc64-di pcmcia-modules-5.10.0-28-powerpc64-di nic-usb-modules-5.10.0-28-powerpc64-di sata-modules-5.10.0-28-powerpc64-di i2c-modules-5.10.0-28-powerpc64-di crc-modules-5.10.0-28-powerpc64-di crypto-modules-5.10.0-28-powerpc64-di crypto-dm-modules-5.10.0-28-powerpc64-di ata-modules-5.10.0-28-powerpc64-di mmc-core-modules-5.10.0-28-powerpc64-di nbd-modules-5.10.0-28-powerpc64-di uinput-modules-5.10.0-28-powerpc64-di mtd-core-modules-5.10.0-28-powerpc64-di hypervisor-modules-5.10.0-28-powerpc64-di fancontrol-modules-5.10.0-28-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-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-28' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-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-27' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-powerpc64le-di nic-modules-5.10.0-27-powerpc64le-di nic-wireless-modules-5.10.0-27-powerpc64le-di nic-shared-modules-5.10.0-27-powerpc64le-di serial-modules-5.10.0-27-powerpc64le-di usb-serial-modules-5.10.0-27-powerpc64le-di ppp-modules-5.10.0-27-powerpc64le-di cdrom-core-modules-5.10.0-27-powerpc64le-di firewire-core-modules-5.10.0-27-powerpc64le-di scsi-core-modules-5.10.0-27-powerpc64le-di scsi-modules-5.10.0-27-powerpc64le-di scsi-nic-modules-5.10.0-27-powerpc64le-di loop-modules-5.10.0-27-powerpc64le-di btrfs-modules-5.10.0-27-powerpc64le-di ext4-modules-5.10.0-27-powerpc64le-di isofs-modules-5.10.0-27-powerpc64le-di jfs-modules-5.10.0-27-powerpc64le-di xfs-modules-5.10.0-27-powerpc64le-di fat-modules-5.10.0-27-powerpc64le-di squashfs-modules-5.10.0-27-powerpc64le-di udf-modules-5.10.0-27-powerpc64le-di fuse-modules-5.10.0-27-powerpc64le-di f2fs-modules-5.10.0-27-powerpc64le-di md-modules-5.10.0-27-powerpc64le-di multipath-modules-5.10.0-27-powerpc64le-di usb-modules-5.10.0-27-powerpc64le-di usb-storage-modules-5.10.0-27-powerpc64le-di fb-modules-5.10.0-27-powerpc64le-di input-modules-5.10.0-27-powerpc64le-di event-modules-5.10.0-27-powerpc64le-di mouse-modules-5.10.0-27-powerpc64le-di nic-usb-modules-5.10.0-27-powerpc64le-di sata-modules-5.10.0-27-powerpc64le-di i2c-modules-5.10.0-27-powerpc64le-di crc-modules-5.10.0-27-powerpc64le-di crypto-modules-5.10.0-27-powerpc64le-di crypto-dm-modules-5.10.0-27-powerpc64le-di ata-modules-5.10.0-27-powerpc64le-di nbd-modules-5.10.0-27-powerpc64le-di uinput-modules-5.10.0-27-powerpc64le-di mtd-core-modules-5.10.0-27-powerpc64le-di hypervisor-modules-5.10.0-27-powerpc64le-di fancontrol-modules-5.10.0-27-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='5.10.0-28' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-powerpc64le-di nic-modules-5.10.0-28-powerpc64le-di nic-wireless-modules-5.10.0-28-powerpc64le-di nic-shared-modules-5.10.0-28-powerpc64le-di serial-modules-5.10.0-28-powerpc64le-di usb-serial-modules-5.10.0-28-powerpc64le-di ppp-modules-5.10.0-28-powerpc64le-di cdrom-core-modules-5.10.0-28-powerpc64le-di firewire-core-modules-5.10.0-28-powerpc64le-di scsi-core-modules-5.10.0-28-powerpc64le-di scsi-modules-5.10.0-28-powerpc64le-di scsi-nic-modules-5.10.0-28-powerpc64le-di loop-modules-5.10.0-28-powerpc64le-di btrfs-modules-5.10.0-28-powerpc64le-di ext4-modules-5.10.0-28-powerpc64le-di isofs-modules-5.10.0-28-powerpc64le-di jfs-modules-5.10.0-28-powerpc64le-di xfs-modules-5.10.0-28-powerpc64le-di fat-modules-5.10.0-28-powerpc64le-di squashfs-modules-5.10.0-28-powerpc64le-di udf-modules-5.10.0-28-powerpc64le-di fuse-modules-5.10.0-28-powerpc64le-di f2fs-modules-5.10.0-28-powerpc64le-di md-modules-5.10.0-28-powerpc64le-di multipath-modules-5.10.0-28-powerpc64le-di usb-modules-5.10.0-28-powerpc64le-di usb-storage-modules-5.10.0-28-powerpc64le-di fb-modules-5.10.0-28-powerpc64le-di input-modules-5.10.0-28-powerpc64le-di event-modules-5.10.0-28-powerpc64le-di mouse-modules-5.10.0-28-powerpc64le-di nic-usb-modules-5.10.0-28-powerpc64le-di sata-modules-5.10.0-28-powerpc64le-di i2c-modules-5.10.0-28-powerpc64le-di crc-modules-5.10.0-28-powerpc64le-di crypto-modules-5.10.0-28-powerpc64le-di crypto-dm-modules-5.10.0-28-powerpc64le-di ata-modules-5.10.0-28-powerpc64le-di nbd-modules-5.10.0-28-powerpc64le-di uinput-modules-5.10.0-28-powerpc64le-di mtd-core-modules-5.10.0-28-powerpc64le-di hypervisor-modules-5.10.0-28-powerpc64le-di fancontrol-modules-5.10.0-28-powerpc64le-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_ppc64el ABINAME='5.10.0-28' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-powerpc64le-di nic-modules-5.10.0-28-powerpc64le-di nic-wireless-modules-5.10.0-28-powerpc64le-di nic-shared-modules-5.10.0-28-powerpc64le-di serial-modules-5.10.0-28-powerpc64le-di usb-serial-modules-5.10.0-28-powerpc64le-di ppp-modules-5.10.0-28-powerpc64le-di cdrom-core-modules-5.10.0-28-powerpc64le-di firewire-core-modules-5.10.0-28-powerpc64le-di scsi-core-modules-5.10.0-28-powerpc64le-di scsi-modules-5.10.0-28-powerpc64le-di scsi-nic-modules-5.10.0-28-powerpc64le-di loop-modules-5.10.0-28-powerpc64le-di btrfs-modules-5.10.0-28-powerpc64le-di ext4-modules-5.10.0-28-powerpc64le-di isofs-modules-5.10.0-28-powerpc64le-di jfs-modules-5.10.0-28-powerpc64le-di xfs-modules-5.10.0-28-powerpc64le-di fat-modules-5.10.0-28-powerpc64le-di squashfs-modules-5.10.0-28-powerpc64le-di udf-modules-5.10.0-28-powerpc64le-di fuse-modules-5.10.0-28-powerpc64le-di f2fs-modules-5.10.0-28-powerpc64le-di md-modules-5.10.0-28-powerpc64le-di multipath-modules-5.10.0-28-powerpc64le-di usb-modules-5.10.0-28-powerpc64le-di usb-storage-modules-5.10.0-28-powerpc64le-di fb-modules-5.10.0-28-powerpc64le-di input-modules-5.10.0-28-powerpc64le-di event-modules-5.10.0-28-powerpc64le-di mouse-modules-5.10.0-28-powerpc64le-di nic-usb-modules-5.10.0-28-powerpc64le-di sata-modules-5.10.0-28-powerpc64le-di i2c-modules-5.10.0-28-powerpc64le-di crc-modules-5.10.0-28-powerpc64le-di crypto-modules-5.10.0-28-powerpc64le-di crypto-dm-modules-5.10.0-28-powerpc64le-di ata-modules-5.10.0-28-powerpc64le-di nbd-modules-5.10.0-28-powerpc64le-di uinput-modules-5.10.0-28-powerpc64le-di mtd-core-modules-5.10.0-28-powerpc64le-di hypervisor-modules-5.10.0-28-powerpc64le-di fancontrol-modules-5.10.0-28-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-27' 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-27-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-27-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-27' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-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-28' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-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-27' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-riscv64-di nic-modules-5.10.0-27-riscv64-di nic-wireless-modules-5.10.0-27-riscv64-di nic-shared-modules-5.10.0-27-riscv64-di usb-serial-modules-5.10.0-27-riscv64-di ppp-modules-5.10.0-27-riscv64-di pata-modules-5.10.0-27-riscv64-di cdrom-core-modules-5.10.0-27-riscv64-di scsi-core-modules-5.10.0-27-riscv64-di scsi-modules-5.10.0-27-riscv64-di scsi-nic-modules-5.10.0-27-riscv64-di loop-modules-5.10.0-27-riscv64-di btrfs-modules-5.10.0-27-riscv64-di ext4-modules-5.10.0-27-riscv64-di isofs-modules-5.10.0-27-riscv64-di jfs-modules-5.10.0-27-riscv64-di fat-modules-5.10.0-27-riscv64-di squashfs-modules-5.10.0-27-riscv64-di udf-modules-5.10.0-27-riscv64-di fuse-modules-5.10.0-27-riscv64-di f2fs-modules-5.10.0-27-riscv64-di md-modules-5.10.0-27-riscv64-di multipath-modules-5.10.0-27-riscv64-di usb-modules-5.10.0-27-riscv64-di usb-storage-modules-5.10.0-27-riscv64-di fb-modules-5.10.0-27-riscv64-di input-modules-5.10.0-27-riscv64-di event-modules-5.10.0-27-riscv64-di nic-usb-modules-5.10.0-27-riscv64-di sata-modules-5.10.0-27-riscv64-di i2c-modules-5.10.0-27-riscv64-di crc-modules-5.10.0-27-riscv64-di crypto-modules-5.10.0-27-riscv64-di crypto-dm-modules-5.10.0-27-riscv64-di ata-modules-5.10.0-27-riscv64-di mmc-core-modules-5.10.0-27-riscv64-di mmc-modules-5.10.0-27-riscv64-di nbd-modules-5.10.0-27-riscv64-di mtd-modules-5.10.0-27-riscv64-di mtd-core-modules-5.10.0-27-riscv64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_riscv64 ABINAME='5.10.0-28' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-riscv64-di nic-modules-5.10.0-28-riscv64-di nic-wireless-modules-5.10.0-28-riscv64-di nic-shared-modules-5.10.0-28-riscv64-di usb-serial-modules-5.10.0-28-riscv64-di ppp-modules-5.10.0-28-riscv64-di pata-modules-5.10.0-28-riscv64-di cdrom-core-modules-5.10.0-28-riscv64-di scsi-core-modules-5.10.0-28-riscv64-di scsi-modules-5.10.0-28-riscv64-di scsi-nic-modules-5.10.0-28-riscv64-di loop-modules-5.10.0-28-riscv64-di btrfs-modules-5.10.0-28-riscv64-di ext4-modules-5.10.0-28-riscv64-di isofs-modules-5.10.0-28-riscv64-di jfs-modules-5.10.0-28-riscv64-di fat-modules-5.10.0-28-riscv64-di squashfs-modules-5.10.0-28-riscv64-di udf-modules-5.10.0-28-riscv64-di fuse-modules-5.10.0-28-riscv64-di f2fs-modules-5.10.0-28-riscv64-di md-modules-5.10.0-28-riscv64-di multipath-modules-5.10.0-28-riscv64-di usb-modules-5.10.0-28-riscv64-di usb-storage-modules-5.10.0-28-riscv64-di fb-modules-5.10.0-28-riscv64-di input-modules-5.10.0-28-riscv64-di event-modules-5.10.0-28-riscv64-di nic-usb-modules-5.10.0-28-riscv64-di sata-modules-5.10.0-28-riscv64-di i2c-modules-5.10.0-28-riscv64-di crc-modules-5.10.0-28-riscv64-di crypto-modules-5.10.0-28-riscv64-di crypto-dm-modules-5.10.0-28-riscv64-di ata-modules-5.10.0-28-riscv64-di mmc-core-modules-5.10.0-28-riscv64-di mmc-modules-5.10.0-28-riscv64-di nbd-modules-5.10.0-28-riscv64-di mtd-modules-5.10.0-28-riscv64-di mtd-core-modules-5.10.0-28-riscv64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_riscv64 ABINAME='5.10.0-28' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-riscv64-di nic-modules-5.10.0-28-riscv64-di nic-wireless-modules-5.10.0-28-riscv64-di nic-shared-modules-5.10.0-28-riscv64-di usb-serial-modules-5.10.0-28-riscv64-di ppp-modules-5.10.0-28-riscv64-di pata-modules-5.10.0-28-riscv64-di cdrom-core-modules-5.10.0-28-riscv64-di scsi-core-modules-5.10.0-28-riscv64-di scsi-modules-5.10.0-28-riscv64-di scsi-nic-modules-5.10.0-28-riscv64-di loop-modules-5.10.0-28-riscv64-di btrfs-modules-5.10.0-28-riscv64-di ext4-modules-5.10.0-28-riscv64-di isofs-modules-5.10.0-28-riscv64-di jfs-modules-5.10.0-28-riscv64-di fat-modules-5.10.0-28-riscv64-di squashfs-modules-5.10.0-28-riscv64-di udf-modules-5.10.0-28-riscv64-di fuse-modules-5.10.0-28-riscv64-di f2fs-modules-5.10.0-28-riscv64-di md-modules-5.10.0-28-riscv64-di multipath-modules-5.10.0-28-riscv64-di usb-modules-5.10.0-28-riscv64-di usb-storage-modules-5.10.0-28-riscv64-di fb-modules-5.10.0-28-riscv64-di input-modules-5.10.0-28-riscv64-di event-modules-5.10.0-28-riscv64-di nic-usb-modules-5.10.0-28-riscv64-di sata-modules-5.10.0-28-riscv64-di i2c-modules-5.10.0-28-riscv64-di crc-modules-5.10.0-28-riscv64-di crypto-modules-5.10.0-28-riscv64-di crypto-dm-modules-5.10.0-28-riscv64-di ata-modules-5.10.0-28-riscv64-di mmc-core-modules-5.10.0-28-riscv64-di mmc-modules-5.10.0-28-riscv64-di nbd-modules-5.10.0-28-riscv64-di mtd-modules-5.10.0-28-riscv64-di mtd-core-modules-5.10.0-28-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-27' 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-27-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.205-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-27' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.205-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-28' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.209-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-27' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.205-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-28' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-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-27' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-s390x-di nic-modules-5.10.0-27-s390x-di cdrom-core-modules-5.10.0-27-s390x-di scsi-core-modules-5.10.0-27-s390x-di scsi-modules-5.10.0-27-s390x-di loop-modules-5.10.0-27-s390x-di btrfs-modules-5.10.0-27-s390x-di ext4-modules-5.10.0-27-s390x-di isofs-modules-5.10.0-27-s390x-di xfs-modules-5.10.0-27-s390x-di fat-modules-5.10.0-27-s390x-di udf-modules-5.10.0-27-s390x-di fuse-modules-5.10.0-27-s390x-di f2fs-modules-5.10.0-27-s390x-di md-modules-5.10.0-27-s390x-di multipath-modules-5.10.0-27-s390x-di crc-modules-5.10.0-27-s390x-di crypto-modules-5.10.0-27-s390x-di crypto-dm-modules-5.10.0-27-s390x-di nbd-modules-5.10.0-27-s390x-di mtd-core-modules-5.10.0-27-s390x-di dasd-modules-5.10.0-27-s390x-di dasd-extra-modules-5.10.0-27-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='5.10.0-28' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-s390x-di nic-modules-5.10.0-28-s390x-di cdrom-core-modules-5.10.0-28-s390x-di scsi-core-modules-5.10.0-28-s390x-di scsi-modules-5.10.0-28-s390x-di loop-modules-5.10.0-28-s390x-di btrfs-modules-5.10.0-28-s390x-di ext4-modules-5.10.0-28-s390x-di isofs-modules-5.10.0-28-s390x-di xfs-modules-5.10.0-28-s390x-di fat-modules-5.10.0-28-s390x-di udf-modules-5.10.0-28-s390x-di fuse-modules-5.10.0-28-s390x-di f2fs-modules-5.10.0-28-s390x-di md-modules-5.10.0-28-s390x-di multipath-modules-5.10.0-28-s390x-di crc-modules-5.10.0-28-s390x-di crypto-modules-5.10.0-28-s390x-di crypto-dm-modules-5.10.0-28-s390x-di nbd-modules-5.10.0-28-s390x-di mtd-core-modules-5.10.0-28-s390x-di dasd-modules-5.10.0-28-s390x-di dasd-extra-modules-5.10.0-28-s390x-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_s390x ABINAME='5.10.0-28' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-s390x-di nic-modules-5.10.0-28-s390x-di cdrom-core-modules-5.10.0-28-s390x-di scsi-core-modules-5.10.0-28-s390x-di scsi-modules-5.10.0-28-s390x-di loop-modules-5.10.0-28-s390x-di btrfs-modules-5.10.0-28-s390x-di ext4-modules-5.10.0-28-s390x-di isofs-modules-5.10.0-28-s390x-di xfs-modules-5.10.0-28-s390x-di fat-modules-5.10.0-28-s390x-di udf-modules-5.10.0-28-s390x-di fuse-modules-5.10.0-28-s390x-di f2fs-modules-5.10.0-28-s390x-di md-modules-5.10.0-28-s390x-di multipath-modules-5.10.0-28-s390x-di crc-modules-5.10.0-28-s390x-di crypto-modules-5.10.0-28-s390x-di crypto-dm-modules-5.10.0-28-s390x-di nbd-modules-5.10.0-28-s390x-di mtd-core-modules-5.10.0-28-s390x-di dasd-modules-5.10.0-28-s390x-di dasd-extra-modules-5.10.0-28-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-27' 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-27-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.205-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-27' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.205-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-28' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-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-27' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.205-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-28' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-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-27' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-sh7751r-di nic-modules-5.10.0-27-sh7751r-di nic-shared-modules-5.10.0-27-sh7751r-di usb-serial-modules-5.10.0-27-sh7751r-di ppp-modules-5.10.0-27-sh7751r-di pata-modules-5.10.0-27-sh7751r-di cdrom-core-modules-5.10.0-27-sh7751r-di firewire-core-modules-5.10.0-27-sh7751r-di loop-modules-5.10.0-27-sh7751r-di btrfs-modules-5.10.0-27-sh7751r-di ext4-modules-5.10.0-27-sh7751r-di isofs-modules-5.10.0-27-sh7751r-di jfs-modules-5.10.0-27-sh7751r-di xfs-modules-5.10.0-27-sh7751r-di fat-modules-5.10.0-27-sh7751r-di minix-modules-5.10.0-27-sh7751r-di squashfs-modules-5.10.0-27-sh7751r-di udf-modules-5.10.0-27-sh7751r-di fuse-modules-5.10.0-27-sh7751r-di f2fs-modules-5.10.0-27-sh7751r-di md-modules-5.10.0-27-sh7751r-di multipath-modules-5.10.0-27-sh7751r-di usb-storage-modules-5.10.0-27-sh7751r-di nic-usb-modules-5.10.0-27-sh7751r-di sata-modules-5.10.0-27-sh7751r-di i2c-modules-5.10.0-27-sh7751r-di crc-modules-5.10.0-27-sh7751r-di crypto-modules-5.10.0-27-sh7751r-di crypto-dm-modules-5.10.0-27-sh7751r-di nbd-modules-5.10.0-27-sh7751r-di speakup-modules-5.10.0-27-sh7751r-di sound-modules-5.10.0-27-sh7751r-di kernel-image-5.10.0-27-sh7785lcr-di nic-modules-5.10.0-27-sh7785lcr-di nic-shared-modules-5.10.0-27-sh7785lcr-di usb-serial-modules-5.10.0-27-sh7785lcr-di ppp-modules-5.10.0-27-sh7785lcr-di pata-modules-5.10.0-27-sh7785lcr-di cdrom-core-modules-5.10.0-27-sh7785lcr-di firewire-core-modules-5.10.0-27-sh7785lcr-di loop-modules-5.10.0-27-sh7785lcr-di btrfs-modules-5.10.0-27-sh7785lcr-di ext4-modules-5.10.0-27-sh7785lcr-di isofs-modules-5.10.0-27-sh7785lcr-di jfs-modules-5.10.0-27-sh7785lcr-di xfs-modules-5.10.0-27-sh7785lcr-di fat-modules-5.10.0-27-sh7785lcr-di minix-modules-5.10.0-27-sh7785lcr-di squashfs-modules-5.10.0-27-sh7785lcr-di udf-modules-5.10.0-27-sh7785lcr-di fuse-modules-5.10.0-27-sh7785lcr-di f2fs-modules-5.10.0-27-sh7785lcr-di md-modules-5.10.0-27-sh7785lcr-di multipath-modules-5.10.0-27-sh7785lcr-di nic-usb-modules-5.10.0-27-sh7785lcr-di sata-modules-5.10.0-27-sh7785lcr-di crc-modules-5.10.0-27-sh7785lcr-di crypto-modules-5.10.0-27-sh7785lcr-di crypto-dm-modules-5.10.0-27-sh7785lcr-di nbd-modules-5.10.0-27-sh7785lcr-di speakup-modules-5.10.0-27-sh7785lcr-di sound-modules-5.10.0-27-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='5.10.0-28' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-sh7751r-di nic-modules-5.10.0-28-sh7751r-di nic-shared-modules-5.10.0-28-sh7751r-di usb-serial-modules-5.10.0-28-sh7751r-di ppp-modules-5.10.0-28-sh7751r-di pata-modules-5.10.0-28-sh7751r-di cdrom-core-modules-5.10.0-28-sh7751r-di firewire-core-modules-5.10.0-28-sh7751r-di loop-modules-5.10.0-28-sh7751r-di btrfs-modules-5.10.0-28-sh7751r-di ext4-modules-5.10.0-28-sh7751r-di isofs-modules-5.10.0-28-sh7751r-di jfs-modules-5.10.0-28-sh7751r-di xfs-modules-5.10.0-28-sh7751r-di fat-modules-5.10.0-28-sh7751r-di minix-modules-5.10.0-28-sh7751r-di squashfs-modules-5.10.0-28-sh7751r-di udf-modules-5.10.0-28-sh7751r-di fuse-modules-5.10.0-28-sh7751r-di f2fs-modules-5.10.0-28-sh7751r-di md-modules-5.10.0-28-sh7751r-di multipath-modules-5.10.0-28-sh7751r-di usb-storage-modules-5.10.0-28-sh7751r-di nic-usb-modules-5.10.0-28-sh7751r-di sata-modules-5.10.0-28-sh7751r-di i2c-modules-5.10.0-28-sh7751r-di crc-modules-5.10.0-28-sh7751r-di crypto-modules-5.10.0-28-sh7751r-di crypto-dm-modules-5.10.0-28-sh7751r-di nbd-modules-5.10.0-28-sh7751r-di speakup-modules-5.10.0-28-sh7751r-di sound-modules-5.10.0-28-sh7751r-di kernel-image-5.10.0-28-sh7785lcr-di nic-modules-5.10.0-28-sh7785lcr-di nic-shared-modules-5.10.0-28-sh7785lcr-di usb-serial-modules-5.10.0-28-sh7785lcr-di ppp-modules-5.10.0-28-sh7785lcr-di pata-modules-5.10.0-28-sh7785lcr-di cdrom-core-modules-5.10.0-28-sh7785lcr-di firewire-core-modules-5.10.0-28-sh7785lcr-di loop-modules-5.10.0-28-sh7785lcr-di btrfs-modules-5.10.0-28-sh7785lcr-di ext4-modules-5.10.0-28-sh7785lcr-di isofs-modules-5.10.0-28-sh7785lcr-di jfs-modules-5.10.0-28-sh7785lcr-di xfs-modules-5.10.0-28-sh7785lcr-di fat-modules-5.10.0-28-sh7785lcr-di minix-modules-5.10.0-28-sh7785lcr-di squashfs-modules-5.10.0-28-sh7785lcr-di udf-modules-5.10.0-28-sh7785lcr-di fuse-modules-5.10.0-28-sh7785lcr-di f2fs-modules-5.10.0-28-sh7785lcr-di md-modules-5.10.0-28-sh7785lcr-di multipath-modules-5.10.0-28-sh7785lcr-di nic-usb-modules-5.10.0-28-sh7785lcr-di sata-modules-5.10.0-28-sh7785lcr-di crc-modules-5.10.0-28-sh7785lcr-di crypto-modules-5.10.0-28-sh7785lcr-di crypto-dm-modules-5.10.0-28-sh7785lcr-di nbd-modules-5.10.0-28-sh7785lcr-di speakup-modules-5.10.0-28-sh7785lcr-di sound-modules-5.10.0-28-sh7785lcr-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_sh4 ABINAME='5.10.0-28' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-sh7751r-di nic-modules-5.10.0-28-sh7751r-di nic-shared-modules-5.10.0-28-sh7751r-di usb-serial-modules-5.10.0-28-sh7751r-di ppp-modules-5.10.0-28-sh7751r-di pata-modules-5.10.0-28-sh7751r-di cdrom-core-modules-5.10.0-28-sh7751r-di firewire-core-modules-5.10.0-28-sh7751r-di loop-modules-5.10.0-28-sh7751r-di btrfs-modules-5.10.0-28-sh7751r-di ext4-modules-5.10.0-28-sh7751r-di isofs-modules-5.10.0-28-sh7751r-di jfs-modules-5.10.0-28-sh7751r-di xfs-modules-5.10.0-28-sh7751r-di fat-modules-5.10.0-28-sh7751r-di minix-modules-5.10.0-28-sh7751r-di squashfs-modules-5.10.0-28-sh7751r-di udf-modules-5.10.0-28-sh7751r-di fuse-modules-5.10.0-28-sh7751r-di f2fs-modules-5.10.0-28-sh7751r-di md-modules-5.10.0-28-sh7751r-di multipath-modules-5.10.0-28-sh7751r-di usb-storage-modules-5.10.0-28-sh7751r-di nic-usb-modules-5.10.0-28-sh7751r-di sata-modules-5.10.0-28-sh7751r-di i2c-modules-5.10.0-28-sh7751r-di crc-modules-5.10.0-28-sh7751r-di crypto-modules-5.10.0-28-sh7751r-di crypto-dm-modules-5.10.0-28-sh7751r-di nbd-modules-5.10.0-28-sh7751r-di speakup-modules-5.10.0-28-sh7751r-di sound-modules-5.10.0-28-sh7751r-di kernel-image-5.10.0-28-sh7785lcr-di nic-modules-5.10.0-28-sh7785lcr-di nic-shared-modules-5.10.0-28-sh7785lcr-di usb-serial-modules-5.10.0-28-sh7785lcr-di ppp-modules-5.10.0-28-sh7785lcr-di pata-modules-5.10.0-28-sh7785lcr-di cdrom-core-modules-5.10.0-28-sh7785lcr-di firewire-core-modules-5.10.0-28-sh7785lcr-di loop-modules-5.10.0-28-sh7785lcr-di btrfs-modules-5.10.0-28-sh7785lcr-di ext4-modules-5.10.0-28-sh7785lcr-di isofs-modules-5.10.0-28-sh7785lcr-di jfs-modules-5.10.0-28-sh7785lcr-di xfs-modules-5.10.0-28-sh7785lcr-di fat-modules-5.10.0-28-sh7785lcr-di minix-modules-5.10.0-28-sh7785lcr-di squashfs-modules-5.10.0-28-sh7785lcr-di udf-modules-5.10.0-28-sh7785lcr-di fuse-modules-5.10.0-28-sh7785lcr-di f2fs-modules-5.10.0-28-sh7785lcr-di md-modules-5.10.0-28-sh7785lcr-di multipath-modules-5.10.0-28-sh7785lcr-di nic-usb-modules-5.10.0-28-sh7785lcr-di sata-modules-5.10.0-28-sh7785lcr-di crc-modules-5.10.0-28-sh7785lcr-di crypto-modules-5.10.0-28-sh7785lcr-di crypto-dm-modules-5.10.0-28-sh7785lcr-di nbd-modules-5.10.0-28-sh7785lcr-di speakup-modules-5.10.0-28-sh7785lcr-di sound-modules-5.10.0-28-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-27' 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-27-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-27-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-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-27' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.205-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-28' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-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-27' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-27-sparc64-di nic-modules-5.10.0-27-sparc64-di nic-shared-modules-5.10.0-27-sparc64-di usb-serial-modules-5.10.0-27-sparc64-di ppp-modules-5.10.0-27-sparc64-di pata-modules-5.10.0-27-sparc64-di cdrom-core-modules-5.10.0-27-sparc64-di scsi-core-modules-5.10.0-27-sparc64-di scsi-modules-5.10.0-27-sparc64-di btrfs-modules-5.10.0-27-sparc64-di ext4-modules-5.10.0-27-sparc64-di isofs-modules-5.10.0-27-sparc64-di jfs-modules-5.10.0-27-sparc64-di ufs-modules-5.10.0-27-sparc64-di xfs-modules-5.10.0-27-sparc64-di fat-modules-5.10.0-27-sparc64-di squashfs-modules-5.10.0-27-sparc64-di udf-modules-5.10.0-27-sparc64-di fuse-modules-5.10.0-27-sparc64-di f2fs-modules-5.10.0-27-sparc64-di md-modules-5.10.0-27-sparc64-di multipath-modules-5.10.0-27-sparc64-di usb-modules-5.10.0-27-sparc64-di usb-storage-modules-5.10.0-27-sparc64-di fb-modules-5.10.0-27-sparc64-di input-modules-5.10.0-27-sparc64-di nic-usb-modules-5.10.0-27-sparc64-di sata-modules-5.10.0-27-sparc64-di i2c-modules-5.10.0-27-sparc64-di crc-modules-5.10.0-27-sparc64-di crypto-modules-5.10.0-27-sparc64-di crypto-dm-modules-5.10.0-27-sparc64-di ata-modules-5.10.0-27-sparc64-di nbd-modules-5.10.0-27-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False - $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='5.10.0-28' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-sparc64-di nic-modules-5.10.0-28-sparc64-di nic-shared-modules-5.10.0-28-sparc64-di usb-serial-modules-5.10.0-28-sparc64-di ppp-modules-5.10.0-28-sparc64-di pata-modules-5.10.0-28-sparc64-di cdrom-core-modules-5.10.0-28-sparc64-di scsi-core-modules-5.10.0-28-sparc64-di scsi-modules-5.10.0-28-sparc64-di btrfs-modules-5.10.0-28-sparc64-di ext4-modules-5.10.0-28-sparc64-di isofs-modules-5.10.0-28-sparc64-di jfs-modules-5.10.0-28-sparc64-di ufs-modules-5.10.0-28-sparc64-di xfs-modules-5.10.0-28-sparc64-di fat-modules-5.10.0-28-sparc64-di squashfs-modules-5.10.0-28-sparc64-di udf-modules-5.10.0-28-sparc64-di fuse-modules-5.10.0-28-sparc64-di f2fs-modules-5.10.0-28-sparc64-di md-modules-5.10.0-28-sparc64-di multipath-modules-5.10.0-28-sparc64-di usb-modules-5.10.0-28-sparc64-di usb-storage-modules-5.10.0-28-sparc64-di fb-modules-5.10.0-28-sparc64-di input-modules-5.10.0-28-sparc64-di nic-usb-modules-5.10.0-28-sparc64-di sata-modules-5.10.0-28-sparc64-di i2c-modules-5.10.0-28-sparc64-di crc-modules-5.10.0-28-sparc64-di crypto-modules-5.10.0-28-sparc64-di crypto-dm-modules-5.10.0-28-sparc64-di ata-modules-5.10.0-28-sparc64-di nbd-modules-5.10.0-28-sparc64-di' UDEB_UNSIGNED_TEST_BUILD=False ++ $(MAKE) -f debian/rules.real install-udeb_sparc64 ABINAME='5.10.0-28' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' PACKAGE_NAMES='kernel-image-5.10.0-28-sparc64-di nic-modules-5.10.0-28-sparc64-di nic-shared-modules-5.10.0-28-sparc64-di usb-serial-modules-5.10.0-28-sparc64-di ppp-modules-5.10.0-28-sparc64-di pata-modules-5.10.0-28-sparc64-di cdrom-core-modules-5.10.0-28-sparc64-di scsi-core-modules-5.10.0-28-sparc64-di scsi-modules-5.10.0-28-sparc64-di btrfs-modules-5.10.0-28-sparc64-di ext4-modules-5.10.0-28-sparc64-di isofs-modules-5.10.0-28-sparc64-di jfs-modules-5.10.0-28-sparc64-di ufs-modules-5.10.0-28-sparc64-di xfs-modules-5.10.0-28-sparc64-di fat-modules-5.10.0-28-sparc64-di squashfs-modules-5.10.0-28-sparc64-di udf-modules-5.10.0-28-sparc64-di fuse-modules-5.10.0-28-sparc64-di f2fs-modules-5.10.0-28-sparc64-di md-modules-5.10.0-28-sparc64-di multipath-modules-5.10.0-28-sparc64-di usb-modules-5.10.0-28-sparc64-di usb-storage-modules-5.10.0-28-sparc64-di fb-modules-5.10.0-28-sparc64-di input-modules-5.10.0-28-sparc64-di nic-usb-modules-5.10.0-28-sparc64-di sata-modules-5.10.0-28-sparc64-di i2c-modules-5.10.0-28-sparc64-di crc-modules-5.10.0-28-sparc64-di crypto-modules-5.10.0-28-sparc64-di crypto-dm-modules-5.10.0-28-sparc64-di ata-modules-5.10.0-28-sparc64-di nbd-modules-5.10.0-28-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-27' 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-27-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-27-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-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-27' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.205-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-28' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-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-27' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.205-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-28' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-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-27' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-arch-arch ABINAME='5.10.0-28' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' - $(MAKE) -f debian/rules.real binary-indep ABINAME='5.10.0-28' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-indep ABINAME='5.10.0-28' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.209-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-27' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='5.10.205-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-28' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-28' ALL_KERNEL_ARCHES='alpha arm arm64 ia64 m68k mips parisc powerpc riscv s390 sh sparc x86' FEATURESET='none' LOCALVERSION='' SOURCEVERSION='5.10.209-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-27' ALL_KERNEL_ARCHES='arm64 x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='5.10.205-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-28' ALL_KERNEL_ARCHES='arm arm64 x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real binary-indep-featureset ABINAME='5.10.0-28' ALL_KERNEL_ARCHES='arm64 x86' FEATURESET='rt' LOCALVERSION='-rt' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-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-27' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.205-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-28' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='alpha' KERNEL_ARCH='alpha' SOURCEVERSION='5.10.209-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-27' 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-27-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-27' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='amd64' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-27' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.205-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-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='arm64' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-27' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.205-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-28' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='arm64ilp32' KERNEL_ARCH='arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-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-27' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.205-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-28' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.209-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-28' ARCH='armel' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-27' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.205-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-28' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.209-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-28' ARCH='armhf' KERNEL_ARCH='arm' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-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-27' 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-27-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-27-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.205-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-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-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-27' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.205-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-28' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='hppa' KERNEL_ARCH='parisc' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-27' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='i386' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-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-27' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.205-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-28' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='ia64' KERNEL_ARCH='ia64' SOURCEVERSION='5.10.209-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-27' 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-27-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.205-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-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-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-27' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.205-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-28' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='m68k' KERNEL_ARCH='m68k' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mips64' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mips64el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mips64r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mips64r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mips' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsel' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32r6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsn32r6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsr6' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.205-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-28' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='mipsr6el' KERNEL_ARCH='mips' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-27' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-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-28' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='powerpc' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-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-28' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='ppc64' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-27' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.205-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-28' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='ppc64el' KERNEL_ARCH='powerpc' SOURCEVERSION='5.10.209-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-27' 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-27-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.205-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-27' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.205-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-28' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='riscv64' KERNEL_ARCH='riscv' SOURCEVERSION='5.10.209-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-27' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.205-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-28' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='s390' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-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-27' 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-27-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.205-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-27' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.205-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-28' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='s390x' KERNEL_ARCH='s390' SOURCEVERSION='5.10.209-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-27' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.205-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-28' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='sh3' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-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-27' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.205-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-28' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='sh4' KERNEL_ARCH='sh' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-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-27' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.205-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-28' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='sparc64' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-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-27' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.205-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-28' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='sparc' KERNEL_ARCH='sparc' SOURCEVERSION='5.10.209-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-27' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.205-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-28' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-arch-arch ABINAME='5.10.0-28' ARCH='x32' KERNEL_ARCH='x86' SOURCEVERSION='5.10.209-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-27' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' - $(MAKE) -f debian/rules.real build-indep ABINAME='5.10.0-28' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real build-indep ABINAME='5.10.0-28' ALL_FEATURESETS='none rt' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-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-27' 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-27-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-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-27' 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-27-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-27-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.205-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-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-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-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-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-27' 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-27-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.205-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-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-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-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-27' 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-27-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.205-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-27' 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-27-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.205-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-alpha-generic\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-generic' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-generic' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-alpha-smp\""' KERNEL_ARCH='alpha' LOCALVERSION='-alpha-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-alpha-smp' SOURCEVERSION='5.10.209-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-27' 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-27-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-amd64-unsigned' KCONFIG='debian/config/config debian/config/kernelarch-x86/config debian/config/amd64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-cloud-amd64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-amd64\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-amd64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-amd64' SOURCEVERSION='5.10.209-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-27' 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-27-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-arm64-unsigned' KCONFIG='debian/config/config debian/config/arm64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-cloud-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-cloud-arm64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-cloud-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-arm64\""' KERNEL_ARCH='arm64' LOCALVERSION='-rt-arm64' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-arm64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-marvell\""' KERNEL_ARCH='arm' LOCALVERSION='-marvell' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-marvell' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-rpi\""' KERNEL_ARCH='arm' LOCALVERSION='-rpi' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-rpi' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp-lpae\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp-lpae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp-lpae' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-armmp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-armmp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-rt-armmp\""' KERNEL_ARCH='arm' LOCALVERSION='-rt-armmp' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-armmp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-parisc64\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc64' OVERRIDE_HOST_TYPE='hppa64-linux-gnu' SOURCEVERSION='5.10.209-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-27' 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-27-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-27-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.205-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-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-parisc' KCONFIG='debian/config/config debian/config/hppa/config debian/config/hppa/config.parisc' KCONFIG_OPTIONS=' -o "BUILD_SALT=\"5.10.0-28-parisc\""' KERNEL_ARCH='parisc' LOCALVERSION='-parisc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-parisc' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-686-pae' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-686\""' KERNEL_ARCH='x86' LOCALVERSION='-686' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-686' SOURCEVERSION='5.10.209-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-27' 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-27-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-27-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.205-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-28' 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-28-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 SECURITY_LOCKDOWN_LSM=y -o MODULE_SIG=y -o "BUILD_SALT=\"5.10.0-28-rt-686-pae\""' KERNEL_ARCH='x86' LOCALVERSION='-rt-686-pae' LOCALVERSION_HEADERS='-rt' LOCALVERSION_IMAGE='-rt-686-pae' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-itanium\""' KERNEL_ARCH='ia64' LOCALVERSION='-itanium' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-itanium' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mckinley\""' KERNEL_ARCH='ia64' LOCALVERSION='-mckinley' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mckinley' SOURCEVERSION='5.10.209-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-27' 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-27-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.205-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-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-m68k' KCFLAGS='-ffreestanding' KCONFIG='debian/config/config debian/config/m68k/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-m68k\""' KERNEL_ARCH='m68k' LOCALVERSION='-m68k' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-m68k' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-4kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-4kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-4kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-5kc-malta\""' KERNEL_ARCH='mips' LOCALVERSION='-5kc-malta' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-5kc-malta' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-loongson-3\""' KERNEL_ARCH='mips' LOCALVERSION='-loongson-3' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-loongson-3' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-octeon\""' KERNEL_ARCH='mips' LOCALVERSION='-octeon' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-octeon' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips32r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips32r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips32r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips32r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-mips64r6el\""' KERNEL_ARCH='mips' LOCALVERSION='-mips64r6el' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-mips64r6el' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc-smp\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-28' 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-28-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-28-powerpc64le\""' KERNEL_ARCH='powerpc' LOCALVERSION='-powerpc64le' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-powerpc64le' SOURCEVERSION='5.10.209-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-27' 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-27-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.205-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-28' 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-28-riscv64' KCONFIG='debian/config/config debian/config/riscv64/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-riscv64\""' KERNEL_ARCH='riscv' LOCALVERSION='-riscv64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-riscv64' SOURCEVERSION='5.10.209-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-27' 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-27-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-27-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.205-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-28' 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-28-s390x' KCONFIG='debian/config/config debian/config/s390x/config' KCONFIG_OPTIONS=' -o DEBUG_INFO=y -o "BUILD_SALT=\"5.10.0-28-s390x\""' KERNEL_ARCH='s390' LOCALVERSION='-s390x' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-s390x' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sh7751r\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7751r' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7751r' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sh7785lcr\""' KERNEL_ARCH='sh' LOCALVERSION='-sh7785lcr' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sh7785lcr' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sparc64-smp\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64-smp' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64-smp' SOURCEVERSION='5.10.209-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-27' 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-27-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-27-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.205-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-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real setup-arch-flavour ABINAME='5.10.0-28' 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-28-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-28-sparc64\""' KERNEL_ARCH='sparc' LOCALVERSION='-sparc64' LOCALVERSION_HEADERS='' LOCALVERSION_IMAGE='-sparc64' SOURCEVERSION='5.10.209-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-27' FEATURESET='none' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' - $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-28' FEATURESET='none' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-28' FEATURESET='none' SOURCEVERSION='5.10.209-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-27' FEATURESET='rt' SOURCEVERSION='5.10.205-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' - $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-28' FEATURESET='rt' SOURCEVERSION='5.10.209-2' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' ++ $(MAKE) -f debian/rules.real source-featureset ABINAME='5.10.0-28' FEATURESET='rt' SOURCEVERSION='5.10.209-2+rpi1' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10' diff --cc debian/tests/control index 5657c06a99b,be32eb5026b..65cb10190e4 --- a/debian/tests/control +++ b/debian/tests/control @@@ -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-27-alpha-generic [alpha], linux-image-5.10.0-27-alpha-smp [alpha], linux-image-5.10.0-27-amd64-unsigned [amd64], linux-image-5.10.0-27-cloud-amd64-unsigned [amd64], linux-image-5.10.0-27-rt-amd64-unsigned [amd64], linux-image-5.10.0-27-arm64-unsigned [arm64], linux-image-5.10.0-27-cloud-arm64-unsigned [arm64], linux-image-5.10.0-27-rt-arm64-unsigned [arm64], linux-image-5.10.0-27-marvell [armel], linux-image-5.10.0-27-rpi [armel], linux-image-5.10.0-27-parisc [hppa], linux-image-5.10.0-27-parisc64 [hppa], linux-image-5.10.0-27-686-unsigned [i386], linux-image-5.10.0-27-686-pae-unsigned [i386], linux-image-5.10.0-27-rt-686-pae-unsigned [i386], linux-image-5.10.0-27-itanium [ia64], linux-image-5.10.0-27-mckinley [ia64], linux-image-5.10.0-27-m68k [m68k], linux-image-5.10.0-27-4kc-malta [mips mipsel], linux-image-5.10.0-27-5kc-malta [mips mips64 mips64el mipsel], linux-image-5.10.0-27-octeon [mips mips64 mips64el mipsel], linux-image-5.10.0-27-loongson-3 [mips64el mipsel], linux-image-5.10.0-27-mips64r6 [mips64r6 mipsr6], linux-image-5.10.0-27-mips64r6el [mips64r6el mipsr6el], linux-image-5.10.0-27-mips32r6 [mipsr6], linux-image-5.10.0-27-mips32r6el [mipsr6el], linux-image-5.10.0-27-powerpc [powerpc], linux-image-5.10.0-27-powerpc-smp [powerpc], linux-image-5.10.0-27-powerpc64 [powerpc ppc64], linux-image-5.10.0-27-powerpc64le [ppc64el], linux-image-5.10.0-27-riscv64 [riscv64], linux-image-5.10.0-27-s390x [s390x], linux-image-5.10.0-27-sh7751r [sh4], linux-image-5.10.0-27-sh7785lcr [sh4], linux-image-5.10.0-27-sparc64 [sparc64], linux-image-5.10.0-27-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-28-alpha-generic [alpha], linux-image-5.10.0-28-alpha-smp [alpha], linux-image-5.10.0-28-amd64-unsigned [amd64], linux-image-5.10.0-28-cloud-amd64-unsigned [amd64], linux-image-5.10.0-28-rt-amd64-unsigned [amd64], linux-image-5.10.0-28-arm64-unsigned [arm64], linux-image-5.10.0-28-cloud-arm64-unsigned [arm64], linux-image-5.10.0-28-rt-arm64-unsigned [arm64], linux-image-5.10.0-28-marvell [armel], linux-image-5.10.0-28-rpi [armel], linux-image-5.10.0-28-armmp [armhf], linux-image-5.10.0-28-armmp-lpae [armhf], linux-image-5.10.0-28-rt-armmp [armhf], linux-image-5.10.0-28-parisc [hppa], linux-image-5.10.0-28-parisc64 [hppa], linux-image-5.10.0-28-686-unsigned [i386], linux-image-5.10.0-28-686-pae-unsigned [i386], linux-image-5.10.0-28-rt-686-pae-unsigned [i386], linux-image-5.10.0-28-itanium [ia64], linux-image-5.10.0-28-mckinley [ia64], linux-image-5.10.0-28-m68k [m68k], linux-image-5.10.0-28-4kc-malta [mips mipsel], linux-image-5.10.0-28-5kc-malta [mips mips64 mips64el mipsel], linux-image-5.10.0-28-octeon [mips mips64 mips64el mipsel], linux-image-5.10.0-28-loongson-3 [mips64el mipsel], linux-image-5.10.0-28-mips64r6 [mips64r6 mipsr6], linux-image-5.10.0-28-mips64r6el [mips64r6el mipsr6el], linux-image-5.10.0-28-mips32r6 [mipsr6], linux-image-5.10.0-28-mips32r6el [mipsr6el], linux-image-5.10.0-28-powerpc [powerpc], linux-image-5.10.0-28-powerpc-smp [powerpc], linux-image-5.10.0-28-powerpc64 [powerpc ppc64], linux-image-5.10.0-28-powerpc64le [ppc64el], linux-image-5.10.0-28-riscv64 [riscv64], linux-image-5.10.0-28-s390x [s390x], linux-image-5.10.0-28-sh7751r [sh4], linux-image-5.10.0-28-sh7785lcr [sh4], linux-image-5.10.0-28-sparc64 [sparc64], linux-image-5.10.0-28-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-28-alpha-generic [alpha], linux-image-5.10.0-28-alpha-smp [alpha], linux-image-5.10.0-28-amd64-unsigned [amd64], linux-image-5.10.0-28-cloud-amd64-unsigned [amd64], linux-image-5.10.0-28-rt-amd64-unsigned [amd64], linux-image-5.10.0-28-arm64-unsigned [arm64], linux-image-5.10.0-28-cloud-arm64-unsigned [arm64], linux-image-5.10.0-28-rt-arm64-unsigned [arm64], linux-image-5.10.0-28-marvell [armel], linux-image-5.10.0-28-rpi [armel], linux-image-5.10.0-28-parisc [hppa], linux-image-5.10.0-28-parisc64 [hppa], linux-image-5.10.0-28-686-unsigned [i386], linux-image-5.10.0-28-686-pae-unsigned [i386], linux-image-5.10.0-28-rt-686-pae-unsigned [i386], linux-image-5.10.0-28-itanium [ia64], linux-image-5.10.0-28-mckinley [ia64], linux-image-5.10.0-28-m68k [m68k], linux-image-5.10.0-28-4kc-malta [mips mipsel], linux-image-5.10.0-28-5kc-malta [mips mips64 mips64el mipsel], linux-image-5.10.0-28-octeon [mips mips64 mips64el mipsel], linux-image-5.10.0-28-loongson-3 [mips64el mipsel], linux-image-5.10.0-28-mips64r6 [mips64r6 mipsr6], linux-image-5.10.0-28-mips64r6el [mips64r6el mipsr6el], linux-image-5.10.0-28-mips32r6 [mipsr6], linux-image-5.10.0-28-mips32r6el [mipsr6el], linux-image-5.10.0-28-powerpc [powerpc], linux-image-5.10.0-28-powerpc-smp [powerpc], linux-image-5.10.0-28-powerpc64 [powerpc ppc64], linux-image-5.10.0-28-powerpc64le [ppc64el], linux-image-5.10.0-28-riscv64 [riscv64], linux-image-5.10.0-28-s390x [s390x], linux-image-5.10.0-28-sh7751r [sh4], linux-image-5.10.0-28-sh7785lcr [sh4], linux-image-5.10.0-28-sparc64 [sparc64], linux-image-5.10.0-28-sparc64-smp [sparc64] Classes: smp