summaryrefslogtreecommitdiff
path: root/target/unicore32/Makefile.objs
blob: 35d8bf530d87326ca766fba0804f0dfab8ace6f2 (plain)
1
2
3
4
5
6
7
8
obj-y += translate.o op_helper.o helper.o cpu.o
obj-y += ucf64_helper.o

obj-$(CONFIG_SOFTMMU) += softmmu.o

# Huh? Uses curses directly instead of using ui/console.h interfaces ...
helper.o-cflags := $(CURSES_CFLAGS)
helper.o-libs := $(CURSES_LIBS)