diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-10-16 02:56:06 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-16 10:40:16 +0000 |
commit | 935f7a2b428f71a40e985f09955bccaaf09518fa (patch) | |
tree | 2214d900a962cf8b63d676897f042ef4780a4d46 /Makefile.target | |
parent | 53add759be1a39063cfc52ca2a6d0fcdd1091697 (diff) |
target-xtensa: add fsf core
This is FSF big endian core implemented through linux overlay.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 95d51ae417..9991d884bf 100644 --- a/Makefile.target +++ b/Makefile.target @@ -373,6 +373,7 @@ obj-xtensa-y += xtensa_pic.o obj-xtensa-y += xtensa_dc232b.o obj-xtensa-y += xtensa-semi.o obj-xtensa-y += core-dc232b.o +obj-xtensa-y += core-fsf.o main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) |