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