]>
Commit | Line | Data |
---|---|---|
fbe37ef3 | 1 | obj-y += translate.o op_helper.o helper.o cpu.o |
e8ede0a8 GX |
2 | obj-y += ucf64_helper.o |
3 | ||
88e28512 | 4 | obj-$(CONFIG_SOFTMMU) += softmmu.o |
2373f7d5 GH |
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) |