]> Git Repo - J-u-boot.git/blobdiff - Makefile
* Patch by Rick Bronson, 16 Mar 2003:
[J-u-boot.git] / Makefile
index e545ec0da20558b13cd7a8c1927e6835872428d3..4ba42016892d68f4fa2229d686908f469181379e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ ifeq ($(ARCH),ppc)
 CROSS_COMPILE = ppc_8xx-
 endif
 ifeq ($(ARCH),arm)
-CROSS_COMPILE = arm_920TDI-
+CROSS_COMPILE = arm-linux-
 endif
 ifeq ($(ARCH),i386)
 #CROSS_COMPILE = i386-elf-
@@ -314,6 +314,10 @@ SM850_config       :       unconfig
 SPD823TS_config:       unconfig
        @./mkconfig $(@:_config=) ppc mpc8xx spd8xx
 
+svm_sc8xx_config:      unconfig
+       @ >include/config.h
+       @./mkconfig $(@:_config=) ppc mpc8xx svm_sc8xx
+
 SXNI855T_config:       unconfig
        @./mkconfig $(@:_config=) ppc mpc8xx sixnet
 
@@ -624,6 +628,9 @@ ELPPC_config: unconfig
 ## StrongARM Systems
 #########################################################################
 
+at91rm9200dk_config    :       unconfig
+       @./mkconfig $(@:_config=) arm at91rm9200 at91rm9200dk
+
 lart_config    :       unconfig
        @./mkconfig $(@:_config=) arm sa1100 lart
 
This page took 0.024088 seconds and 4 git commands to generate.