summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Woudstra2023-03-07 08:34:51 +0100
committerEric Woudstra2023-03-07 08:34:51 +0100
commit7313d21b393559c58b34a2ebc9ce553311e58463 (patch)
tree941cf3d755db0bcac6fa895d70ad62cfcedabd58
parent63292e16d89625ffb3950dfbdc37b0131dc327d0 (diff)
downloadaur-bpir64-mkimage.tar.gz
start with make clean
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ff2b6b2a843..c28d38e992f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ build() {
# kwbimage needs libcrypto, so remove it from build
sed -i '/kwbimage.o \\/d' ./tools/Makefile
sed -i 's/FIT_OBJS-y :=.*/FIT_OBJS-y := fit_common.o boot\/image-fit.o/' ./tools/Makefile
+ ARCH=arm64 make clean
ARCH=arm64 make my_defconfig
ARCH=arm64 make tools-only
mv -vf tools/mkimage bpir3-mkimage