make: Add busybox.symlinks dep for rootfs

This ensures the root filesystem image will be regenerated if the
base `busybox.symlinks` file from Aimee OS changes.
dev/gentoo
Dustin 2024-12-13 19:22:49 -06:00
parent b9356f619c
commit 4a27f46e68
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ $(O)/.ready: \
install.packages \ install.packages \
$(CONFIGDIR)/install.packages \ $(CONFIGDIR)/install.packages \
$(wildcard $(CONFIGDIR)/installonly.packages) \ $(wildcard $(CONFIGDIR)/installonly.packages) \
busybox.symlinks \
$(wildcard $(CONFIGDIR)/busybox.symlinks) \ $(wildcard $(CONFIGDIR)/busybox.symlinks) \
$(O)/linux/arch/arm64/boot/Image.gz \ $(O)/linux/arch/arm64/boot/Image.gz \
$(O)/semanage.mods \ $(O)/semanage.mods \