diff options
| author | Tom Rini <[email protected]> | 2025-07-08 13:10:12 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-07-08 13:10:12 -0600 |
| commit | 9be6c5f96758c144ca4ed6bba503ad55cf7d3708 (patch) | |
| tree | fea62d9c075a905abe78ddce39d367bcc6c057ef /scripts/Makefile.xpl | |
| parent | 72582405a695f90a977931f15486a9a4be3de455 (diff) | |
| parent | 5f520875bdf0ff1269e535fe215ec0ce481c7792 (diff) | |
Merge patch series "kbuild: Update Makefile.extrawarn to 5.1"
This series from Ilias Apalodimas <[email protected]> largely
finishes the re-sync with the Linux Kernel v5.1 kbuild system.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/Makefile.xpl')
| -rw-r--r-- | scripts/Makefile.xpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.xpl b/scripts/Makefile.xpl index 43f27874f9f..03a2f151d91 100644 --- a/scripts/Makefile.xpl +++ b/scripts/Makefile.xpl @@ -135,7 +135,7 @@ head-y := $(addprefix $(obj)/,$(head-y)) libs-y := $(addprefix $(obj)/,$(libs-y)) u-boot-spl-dirs := $(patsubst %/,%,$(filter %/, $(libs-y))) -libs-y := $(patsubst %/, %/built-in.o, $(libs-y)) +libs-y := $(patsubst %/, %/built-in.a, $(libs-y)) # Add GCC lib ifeq ($(CONFIG_USE_PRIVATE_LIBGCC),y) |
