mirror of
https://github.com/fernandotcl/TinyEMU.git
synced 2025-10-14 01:58:37 +08:00
Fix Emscripten build
This commit is contained in:

committed by
Fernando Lemos

parent
cd86ae5534
commit
e3c61f8058
@@ -37,8 +37,8 @@ all: $(PROGS)
|
||||
JS_OBJS=jsemu.js.o softfp.js.o virtio.js.o fs.js.o fs_net.js.o fs_wget.js.o fs_utils.js.o simplefb.js.o pci.js.o json.js.o block_net.js.o
|
||||
JS_OBJS+=iomem.js.o cutils.js.o aes.js.o sha256.js.o
|
||||
|
||||
RISCVEMU64_OBJS=$(JS_OBJS) riscv_cpu64.js.o riscv_machine.js.o machine.js.o
|
||||
RISCVEMU32_OBJS=$(JS_OBJS) riscv_cpu32.js.o riscv_machine.js.o machine.js.o
|
||||
RISCVEMU64_OBJS=$(JS_OBJS) riscv_cpu64.js.o riscv_machine.js.o machine.js.o elf.js.o
|
||||
RISCVEMU32_OBJS=$(JS_OBJS) riscv_cpu32.js.o riscv_machine.js.o machine.js.o elf.js.o
|
||||
|
||||
js/riscvemu64.js: $(RISCVEMU64_OBJS) js/lib.js
|
||||
$(EMCC) $(EMLDFLAGS_ASMJS) -o $@ $(RISCVEMU64_OBJS)
|
||||
|
Reference in New Issue
Block a user