historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/target/unicore32/Makefile.objs
2024-01-16 11:20:27 -06:00

8 lines
250 B
Makefile

obj-y += translate.o op_helper.o helper.o cpu.o
obj-y += ucf64_helper.o
obj-$(CONFIG_SOFTMMU) += softmmu.o
# Huh? Uses curses directly instead of using ui/console.h interfaces ...
helper.o-cflags := $(CURSES_CFLAGS)
helper.o-libs := $(CURSES_LIBS)