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.

efi/libstub: use 'targets' instead of extra-y in Makefile

These objects are built as prerequisites of %.stub.o files.
There is no need to use extra-y, which is planned for deprecation.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

+1 -1
+1 -1
drivers/firmware/efi/libstub/Makefile
··· 102 102 103 103 lib-$(CONFIG_UNACCEPTED_MEMORY) += unaccepted_memory.o bitmap.o find.o 104 104 105 - extra-y := $(lib-y) 105 + targets := $(lib-y) 106 106 lib-y := $(patsubst %.o,%.stub.o,$(lib-y)) 107 107 108 108 # Even when -mbranch-protection=none is set, Clang will generate a