diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-12 14:49:14 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-12 14:49:14 +0100 |
commit | 311ae2f8df28e69ffbf26ff63f7bf70070c225b5 (patch) | |
tree | 5cd60507db201ef1cfb2f508f14c00ff9e496976 /include/inject.sh | |
parent | 76f81697e6e9a6f8ec7cb121cb6bc58f41bdf443 (diff) |
inject.sh: define xchanged here instead
this is used here, and also needed in cbmk.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/inject.sh')
-rw-r--r-- | include/inject.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inject.sh b/include/inject.sh index 890ac275..a17ed19c 100644 --- a/include/inject.sh +++ b/include/inject.sh @@ -14,7 +14,7 @@ cv="CONFIG_GBE_BIN_PATH" [ -n "$cvchk" ] && cv="$cv $cvchk" eval "`setvars "" archive boarddir IFD_platform ifdprefix tree new_mac \ - tmpromdir board $cv`" + tmpromdir board xchanged $cv`" inject() { |