diff options
Diffstat (limited to 'target/rb4xx/Makefile')
-rw-r--r-- | target/rb4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/rb4xx/Makefile b/target/rb4xx/Makefile index 5bc9aba7e..b4e98a5a8 100644 --- a/target/rb4xx/Makefile +++ b/target/rb4xx/Makefile @@ -11,7 +11,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 + $(TARGET_DIR)/boot/kernel @cp $(TARGET_DIR)/boot/kernel \ $(BUILD_DIR)/${ADK_TARGET}-${FS}-kernel |