summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-05-23 12:36:20 +0000
committerwdenk <wdenk>2003-05-23 12:36:20 +0000
commit4c3b21a5f915988e3d9681cf9cb566bb7bd56859 (patch)
tree2ed1d16a43a353157b47aed11c6312a2caa76d82 /Makefile
parentd9ff6e84e49cd95323172e6a70a21b7a5c879901 (diff)
downloadblackbird-obmc-uboot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.tar.gz
blackbird-obmc-uboot-4c3b21a5f915988e3d9681cf9cb566bb7bd56859.zip
Patch by Kyle Harris, 20 May 2003:
In preparation for an ixp port, rename cpu/xscale and arch-xscale into cpu/pxa and arch-pxa.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3e66bf0b2a..539d4998e5 100644
--- a/Makefile
+++ b/Makefile
@@ -706,19 +706,19 @@ ep7312_config : unconfig
#########################################################################
cradle_config : unconfig
- @./mkconfig $(@:_config=) arm xscale cradle
+ @./mkconfig $(@:_config=) arm pxa cradle
csb226_config : unconfig
- @./mkconfig $(@:_config=) arm xscale csb226
+ @./mkconfig $(@:_config=) arm pxa csb226
innokom_config : unconfig
- @./mkconfig $(@:_config=) arm xscale innokom
+ @./mkconfig $(@:_config=) arm pxa innokom
lubbock_config : unconfig
- @./mkconfig $(@:_config=) arm xscale lubbock
+ @./mkconfig $(@:_config=) arm pxa lubbock
wepep250_config : unconfig
- @./mkconfig $(@:_config=) arm xscale wepep250
+ @./mkconfig $(@:_config=) arm pxa wepep250
#========================================================================
# i386
OpenPOWER on IntegriCloud