projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66518bf
)
build: softmmu targets do not have a "main.o" file
author
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 30 Apr 2013 09:44:16 +0000
(11:44 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 20 Feb 2014 12:14:18 +0000
(13:14 +0100)
Thus this rule is useless.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 3945260897c4d31ecb2cd644c25bc1c48dc55efc..ba1234063eae2c453eedc53ec00372d9e6fc102d 100644
(file)
--- a/
Makefile.target
+++ b/
Makefile.target
@@
-130,8
+130,6
@@
else
obj-y += hw/$(TARGET_BASE_ARCH)/
endif
-main.o: QEMU_CFLAGS+=$(GPROF_CFLAGS)
-
GENERATED_HEADERS += hmp-commands.h qmp-commands-old.h
endif # CONFIG_SOFTMMU