Skip to content

Instantly share code, notes, and snippets.

@oraccha
Created June 27, 2011 20:18
Show Gist options
  • Save oraccha/1049736 to your computer and use it in GitHub Desktop.
Save oraccha/1049736 to your computer and use it in GitHub Desktop.
Add vmlinux image support for SuperH
diff --git a/linux/Config.in b/linux/Config.in
index e7d1bd8..94a8cd1 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -131,7 +131,7 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
config BR2_LINUX_KERNEL_VMLINUX
bool "vmlinux"
- depends on BR2_mips || BR2_mipsel
+ depends on BR2_mips || BR2_mipsel || BR2_sh
config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
bool "custom target"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment