diff options
| author | Tom Rini <[email protected]> | 2025-10-09 13:50:59 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-09 13:50:59 -0600 |
| commit | 8cc77c78b0bc44aab44aa00e9a0ceab14ffe2017 (patch) | |
| tree | d2d86c319404adb0d6311615c9c513983dcfc51d /lib/Makefile | |
| parent | a1fd7a9589bf150c6f79d3a37fbc426f00a8af94 (diff) | |
| parent | 50fc92938623be4a1cf1993c703812643afc9cdd (diff) | |
Merge patch series "fw_loader: Split from fs_loader into separate library file"
This series from Marek Vasut <[email protected]> splits
the fw_loader "script" code out from the fs_loader code as the former
does not require the latter.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 2643bfc867c..a2e60668864 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -22,6 +22,8 @@ obj-$(CONFIG_AES) += aes.o obj-$(CONFIG_AES) += aes/ obj-$(CONFIG_$(PHASE_)BINMAN_FDT) += binman.o +obj-$(CONFIG_FW_LOADER) += fw_loader.o + ifndef API_BUILD ifneq ($(CONFIG_CHARSET),) obj-y += charset.o |
