We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19272b3 commit 6853acdCopy full SHA for 6853acd
arch/arm64/kernel/pi/Makefile
@@ -41,4 +41,4 @@ obj-y := idreg-override.pi.o \
41
obj-$(CONFIG_RELOCATABLE) += relocate.pi.o
42
obj-$(CONFIG_RANDOMIZE_BASE) += kaslr_early.pi.o
43
obj-$(CONFIG_UNWIND_PATCH_PAC_INTO_SCS) += patch-scs.pi.o
44
-extra-y := $(patsubst %.pi.o,%.o,$(obj-y))
+targets := $(patsubst %.pi.o,%.o,$(obj-y))
0 commit comments