diff options
author | Leah Rowe <leah@libreboot.org> | 2023-09-02 23:42:34 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-09-03 01:53:35 +0100 |
commit | 7c6b35cf95128a58b91a1d58b31469438fe1f5cc (patch) | |
tree | ef6e5eb392129240e31ea457b99253c9f35055b1 /resources/u-boot/default/target.cfg | |
parent | cec37747b75ee8e7fa146ff061b6a5d4aea98309 (diff) |
unify build/clean scripts: use handle/make instead
The -c option is added for distclean, and -x for crossgcc-clean,
in handle/make/config
about 100 sloc removed from lbmk
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/u-boot/default/target.cfg')
-rw-r--r-- | resources/u-boot/default/target.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/u-boot/default/target.cfg b/resources/u-boot/default/target.cfg index 62287217..bfcb86d7 100644 --- a/resources/u-boot/default/target.cfg +++ b/resources/u-boot/default/target.cfg @@ -1,2 +1,3 @@ tree="default" rev="62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9" # v2023.01 +arch="AArch64" |