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.
This commit is contained in:
2023-03-09 09:07:28 -06:00
parent 189f1f656e
commit 9bdf0fbfd0

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