diff options
Diffstat (limited to 'target/mips/Makefile')
-rw-r--r-- | target/mips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 215bb8e01..876c39352 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -131,7 +131,7 @@ ifneq ($(ADK_HARDWARE_QEMU),) endif endif ifeq ($(ADK_TARGET_FS),initramfs-piggyback) -imageinstall: ${BUILD_DIR}/${INITRAMFS_PIGGYBACK} createinitramfs +imageinstall: createinitramfs @cp $(KERNEL) $(BIN_DIR)/$(TARGET_KERNEL) @echo 'The kernel+initramfs file is: $(BIN_DIR)/${TARGET_KERNEL}' ifneq ($(ADK_HARDWARE_QEMU),) |