build: Trigger rebuild on overlay changes

If any file in the `overlay` directory changes, the `build-rootfs.sh`
script needs to be re-run in order to copy the changes into the
destination root and regenerate the SquashFS image.
gentoo
Dustin 2023-03-09 09:07:28 -06:00
parent 189f1f656e
commit 9bdf0fbfd0
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ $(O)/.ready: \
installonly.packages \
busybox.symlinks \
$(O)/linux/arch/arm64/boot/Image.gz \
$(shell find overlay -type f) \
$(O)/.host-tools \
$(O)/.built
./build-rootfs.sh