Merge tag 's390-ccw-bios-2019-09-18' of https://gitlab.com/huth/qemu into s390-next
[qemu.git] / target / unicore32 / Makefile.objs
blob35d8bf530d87326ca766fba0804f0dfab8ace6f2
1 obj-y += translate.o op_helper.o helper.o cpu.o
2 obj-y += ucf64_helper.o
4 obj-$(CONFIG_SOFTMMU) += softmmu.o
6 # Huh? Uses curses directly instead of using ui/console.h interfaces ...
7 helper.o-cflags := $(CURSES_CFLAGS)
8 helper.o-libs := $(CURSES_LIBS)