7f709ce739
The canonical way of dealing with Xtensa instructions decoding and encoding is through the libisa. Libisa is a configuration-independent library with a stable interface plus generated configuration-specific xtensa-modules.c file with implementations of decoding and encoding functions. Libisa is MIT-licensed and originally disributed xtensa-modules.c files are also MIT-licensed and are available as a part of xtensa configuration overlay. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
9 lines
213 B
Makefile
9 lines
213 B
Makefile
obj-y += xtensa-semi.o
|
|
obj-y += core-dc232b.o
|
|
obj-y += core-dc233c.o
|
|
obj-y += core-fsf.o
|
|
obj-$(CONFIG_SOFTMMU) += monitor.o
|
|
obj-y += xtensa-isa.o
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += gdbstub.o
|