hw/arm: Restore local modifications
[qemu/ar7.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)