diff options
author | wdenk | 2003-05-23 12:36:20 +0000 |
---|---|---|
committer | wdenk | 2003-05-23 12:36:20 +0000 |
commit | 4c3b21a5f915988e3d9681cf9cb566bb7bd56859 (patch) | |
tree | 2ed1d16a43a353157b47aed11c6312a2caa76d82 /Makefile | |
parent | d9ff6e84e49cd95323172e6a70a21b7a5c879901 (diff) |
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-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |