2012-05-29 13:48:59 +04:00
|
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
2012-08-10 10:42:36 +04:00
|
|
|
obj-y += ucf64_helper.o
|
|
|
|
|
2013-01-20 14:43:30 +04:00
|
|
|
obj-$(CONFIG_SOFTMMU) += softmmu.o
|
2018-03-01 13:05:45 +03:00
|
|
|
|
|
|
|
# Huh? Uses curses directly instead of using ui/console.h interfaces ...
|
|
|
|
helper.o-cflags := $(CURSES_CFLAGS)
|
|
|
|
helper.o-libs := $(CURSES_LIBS)
|