diff options
Diffstat (limited to 'target/rb532/Makefile')
-rw-r--r-- | target/rb532/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rb532/Makefile b/target/rb532/Makefile index 88145c64c..b0c50dc5d 100644 --- a/target/rb532/Makefile +++ b/target/rb532/Makefile @@ -12,7 +12,7 @@ OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build kernel-install: $(TARGET_CROSS)objcopy $(OSTRIP) -S $(LINUX_DIR)/vmlinux \ $(TARGET_DIR)/boot/kernel - cp $(TARGET_DIR)/boot/kernel \ + @cp $(TARGET_DIR)/boot/kernel \ $(BUILD_DIR)/${ADK_TARGET}-${FS}-kernel ifeq ($(FS),ext2-cf) |