Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.13 8 lines 258 B view raw
1# SPDX-License-Identifier: GPL-2.0 2KASAN_SANITIZE := n 3GCOV_PROFILE := n 4 5obj-$(CONFIG_EFI) += memmap.o quirks.o efi.o efi_$(BITS).o \ 6 efi_stub_$(BITS).o 7obj-$(CONFIG_EFI_MIXED) += efi_thunk_$(BITS).o 8obj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o