]> git.proxmox.com Git - mirror_qemu.git/blame - target/unicore32/Makefile.objs
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200330' into...
[mirror_qemu.git] / target / unicore32 / Makefile.objs
CommitLineData
fbe37ef3 1obj-y += translate.o op_helper.o helper.o cpu.o
e8ede0a8
GX
2obj-y += ucf64_helper.o
3
88e28512 4obj-$(CONFIG_SOFTMMU) += softmmu.o
2373f7d5
GH
5
6# Huh? Uses curses directly instead of using ui/console.h interfaces ...
7helper.o-cflags := $(CURSES_CFLAGS)
8helper.o-libs := $(CURSES_LIBS)