diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-13 15:33:21 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-13 15:33:21 +0100 |
| commit | eb23cd3de8cc32d1933dbd94e9eef1c41a5dc153 (patch) | |
| tree | 115395ac3ba41d8fb7bdffe4ccde04c8e0632020 /include/common.sh | |
| parent | 07ed4e940bdace7e1fc8c4d0946a23ffd08a34c5 (diff) | |
split up include/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/common.sh')
| -rw-r--r-- | include/common.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/common.sh b/include/common.sh index a8f3435f..7ace6ec7 100644 --- a/include/common.sh +++ b/include/common.sh @@ -1,13 +1,13 @@ # SPDX-License-Identifier: GPL-3.0-or-later . "include/lib.sh" -. "include/init.sh" -. "include/vendor.sh" -. "include/mrc.sh" -. "include/inject.sh" -. "include/rom.sh" -. "include/release.sh" -. "include/get.sh" +. "include/env/init.sh" +. "include/fw/vendor.sh" +. "include/fw/mrc.sh" +. "include/fw/inject.sh" +. "include/fw/rom.sh" +. "include/mk/release.sh" +. "include/env/get.sh" xbcommands=" \ version \ |
