]> Git Repo - qemu.git/blame_incremental - target/unicore32/Makefile.objs
target/arm: Convert v8 extensions from feature bits to isar tests
[qemu.git] / target / unicore32 / Makefile.objs
... / ...
CommitLineData
1obj-y += translate.o op_helper.o helper.o cpu.o
2obj-y += ucf64_helper.o
3
4obj-$(CONFIG_SOFTMMU) += softmmu.o
5
6# Huh? Uses curses directly instead of using ui/console.h interfaces ...
7helper.o-cflags := $(CURSES_CFLAGS)
8helper.o-libs := $(CURSES_LIBS)
This page took 0.019609 seconds and 4 git commands to generate.