projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vl: Avoid unnecessary 'if' nesting
[qemu.git]
/
target-sh4
/
Makefile.objs
diff --git
a/target-sh4/Makefile.objs
b/target-sh4/Makefile.objs
index 2e0e093e1f989c1fa4d0922fc4d7efa195d5bc77..a285358adf972309b4921397a74e1751671f93b1 100644
(file)
--- a/
target-sh4/Makefile.objs
+++ b/
target-sh4/Makefile.objs
@@
-1,4
+1,2
@@
obj-y += translate.o op_helper.o helper.o cpu.o
-obj-$(CONFIG_SOFTMMU) += machine.o
-
-$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
+obj-y += gdbstub.o
This page took
0.025098 seconds
and
4
git commands to generate.