summaryrefslogtreecommitdiff
path: root/target/nios2/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-27 04:27:15 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-05-27 04:27:15 +0200
commit1001eb01bfda448d47ab1a330ee11925b3469e1c (patch)
tree8977365daf5a643126c8f71d9f488c3eb6bad882 /target/nios2/Makefile
parent2c08065857e0bba314e23e45769630bc3d32d4f9 (diff)
add linux 4.6 support, finally with appended DTB qemu-system-nios2 boots
Diffstat (limited to 'target/nios2/Makefile')
-rw-r--r--target/nios2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/nios2/Makefile b/target/nios2/Makefile
index 6e11c30ba..ca418392d 100644
--- a/target/nios2/Makefile
+++ b/target/nios2/Makefile
@@ -8,7 +8,7 @@ include $(ADK_TOPDIR)/mk/image.mk
KERNEL:=$(LINUX_DIR)/vmlinux
OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id
-QEMU_ARGS+=-M 10m50-ghrd -dtb $(FW_DIR)/10m50_devboard.dtb
+QEMU_ARGS+=-M 10m50-ghrd
QEMU_ARGS+=${ADK_QEMU_ARGS}
# target helper text
@@ -53,7 +53,7 @@ endif
# image creation and kernel install
kernel-strip:
- $(TARGET_CROSS)objcopy $(OSTRIP) -S $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
+ @cp $(KERNEL) $(BUILD_DIR)/$(TARGET_KERNEL)
kernel-install: kernel-strip
@cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/$(TARGET_KERNEL)