ba7651fba5
Import list of syscalls from the kernel source. Conditionalize code/data that is only used with softmmu. Implement exception handlers. Implement signal hander (only the core registers for now, no coprocessors or TIE). Cc: Riku Voipio <riku.voipio@iki.fi> Cc: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
10 lines
260 B
Makefile
10 lines
260 B
Makefile
obj-y += core-dc232b.o
|
|
obj-y += core-dc233c.o
|
|
obj-y += core-de212.o
|
|
obj-y += core-fsf.o
|
|
obj-y += core-sample_controller.o
|
|
obj-$(CONFIG_SOFTMMU) += monitor.o xtensa-semi.o
|
|
obj-y += xtensa-isa.o
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += gdbstub.o
|