Makefile: Fix recipe dependencies
parent
d4fdb36d45
commit
e0d873bbf0
1
Makefile
1
Makefile
|
@ -75,6 +75,7 @@ images/firmware.img: images/sdcard.img
|
|||
output/update.tar.zstd: \
|
||||
images/rootfs.squashfs \
|
||||
images/firmware.img \
|
||||
install-update.sh \
|
||||
.host-tools \
|
||||
.prepared
|
||||
./build-update.sh
|
||||
|
|
|
@ -15,6 +15,7 @@ cd linux
|
|||
../linux.config
|
||||
make -C /usr/src/linux O=${PWD} olddefconfig
|
||||
make -j$(nproc)
|
||||
touch arch/arm64/boot/Image.gz
|
||||
kver=$(make -s kernelversion)
|
||||
make modules_install INSTALL_MOD_PATH=/mnt/gentoo/usr
|
||||
cd -
|
||||
|
|
Reference in New Issue