]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/meson.build
shared: split out ESP/XBOOTLDR search stuff from bootspec.c
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2022 10:49:39 +0000 (11:49 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Mar 2022 11:01:45 +0000 (12:01 +0100)
commite94830c0a19f5de22b7f660ff71074efe2417408
tree11392acbc54ebe867740341043db670b0b32cd0c
parent09d4d603603aeab26e57721b3fbae504dab5284e
shared: split out ESP/XBOOTLDR search stuff from bootspec.c

The code is quite different from the rest of bootspec.c, with different
deps and stuff. There's even a /***/ line to separate the two parts.
Given how large the file already is, let#s just split it into two.

No code changes, just some splitting out.
src/boot/bless-boot.c
src/boot/bootctl.c
src/shared/bootspec.c
src/shared/bootspec.h
src/shared/find-esp.c [new file with mode: 0644]
src/shared/find-esp.h [new file with mode: 0644]
src/shared/meson.build