]> git.proxmox.com Git - mirror_qemu.git/blob - target/unicore32/Makefile.objs
i386/kvm: Fix build with -m32
[mirror_qemu.git] / target / unicore32 / Makefile.objs
1 obj-y += translate.o op_helper.o helper.o cpu.o
2 obj-y += ucf64_helper.o
3
4 obj-$(CONFIG_SOFTMMU) += softmmu.o
5
6 # Huh? Uses curses directly instead of using ui/console.h interfaces ...
7 helper.o-cflags := $(CURSES_CFLAGS)
8 helper.o-libs := $(CURSES_LIBS)