summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2011-09-06 03:55:30 +0400
committerBlue Swirl <blauwirbel@gmail.com>2011-09-10 16:57:36 +0000
commit7b039f741c03988058447694a605cf1df067106e (patch)
tree85ff219f8c24c57eff4053bb460c096b75f3c554 /Makefile.target
parentf331fe5e5fc05fc4626e5dfe4be8ef62a7763b99 (diff)
downloadhqemu-7b039f741c03988058447694a605cf1df067106e.zip
hqemu-7b039f741c03988058447694a605cf1df067106e.tar.gz
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.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 2e94a63..7833dcc 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)
OpenPOWER on IntegriCloud