diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-10-16 02:56:07 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 10:40:23 +0000 |
commit | 5e4085737400ffa3db09f1dc22569b167f9e2675 (patch) | |
tree | d0a1a10579550a35e345e6f439fad6a3205e014a /Makefile.target | |
parent | 935f7a2b428f71a40e985f09955bccaaf09518fa (diff) |
target-xtensa: rename dc232b board to sim
This is to get aligned with the linux name for this machine.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 9991d884bf..752221c44b 100644 --- a/Makefile.target +++ b/Makefile.target @@ -370,7 +370,7 @@ obj-alpha-y += vga.o cirrus_vga.o obj-alpha-y += alpha_pci.o alpha_dp264.o alpha_typhoon.o obj-xtensa-y += xtensa_pic.o -obj-xtensa-y += xtensa_dc232b.o +obj-xtensa-y += xtensa_sim.o obj-xtensa-y += xtensa-semi.o obj-xtensa-y += core-dc232b.o obj-xtensa-y += core-fsf.o |