diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2011-09-06 03:55:30 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-09-10 16:57:36 +0000 |
commit | 7b039f741c03988058447694a605cf1df067106e (patch) | |
tree | 85ff219f8c24c57eff4053bb460c096b75f3c554 /Makefile.target | |
parent | f331fe5e5fc05fc4626e5dfe4be8ef62a7763b99 (diff) |
target-xtensa: add sample board
Sample board and sample CPU core are used for debug and may be used for
development of custom SoC emulators.
This board has two fixed size memory regions for DTCM and ITCM and
variable length SRAM region.
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 2e94a630bc..7833dcc10a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -369,6 +369,7 @@ obj-alpha-y = i8259.o mc146818rtc.o obj-alpha-y += vga.o cirrus_vga.o obj-xtensa-y += xtensa_pic.o +obj-xtensa-y += xtensa_sample.o main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS) |