build: make initramfs kernel builds depend on the image prepare step
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45671
This commit is contained in:
parent
4acc2a3947
commit
c05f9b9c23
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ endef
|
|||
define Device/Build/initramfs
|
||||
$$(_TARGET): $(BIN_DIR)/$$(KERNEL_INITRAMFS_IMAGE)
|
||||
|
||||
$(KDIR)/$$(KERNEL_NAME)-initramfs: image_prepare
|
||||
$(BIN_DIR)/$$(KERNEL_INITRAMFS_IMAGE): $(KDIR)/$$(KERNEL_INITRAMFS_IMAGE)
|
||||
cp $$^ $$@
|
||||
|
||||
|
|
Loading…
Reference in a new issue