summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/s390/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/target/s390/Makefile b/target/s390/Makefile
index 4e4dd8496..fd7142e45 100644
--- a/target/s390/Makefile
+++ b/target/s390/Makefile
@@ -47,11 +47,8 @@ endif
endif
# image creation and kernel install
-kernel-strip:
- $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
-
-kernel-install: kernel-strip
- @cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL}
+kernel-install:
+ @cp $(KERNEL) $(FW_DIR)/${TARGET_KERNEL}
# filesystem specific targets
ifeq ($(ADK_TARGET_FS),archive)