* Patch by Yasushi Shoji, 07 Apr 2004:
- add support for microblaze processors
- add support for AtmarkTechno "suzaku" board
diff --git a/Makefile b/Makefile
index 685331b..fbcdeb7 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,11 @@
ifeq ($(ARCH),m68k)
CROSS_COMPILE = m68k-elf-
endif
+ifeq ($(ARCH),microblaze)
+CROSS_COMPILE = mb-
endif
endif
+endif
export CROSS_COMPILE
@@ -1249,6 +1252,17 @@
}
@./mkconfig -a ADNPESC1 nios nios adnpesc1 ssv
+
+#========================================================================
+# MicroBlaze
+#========================================================================
+#########################################################################
+## Microblaze
+#########################################################################
+suzaku_config: unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_SUZAKU 1" >> include/config.h
+ @./mkconfig -a $(@:_config=) microblaze microblaze suzaku AtmarkTechno
#########################################################################
## MIPS32 AU1X00