]>
Commit | Line | Data |
---|---|---|
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) |