diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-30 11:44:16 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-02-20 13:14:18 +0100 |
commit | f966f9ddd175bdf82f12650c3b7b5a93cc421d88 (patch) | |
tree | a87ac9debe09f90f3ef7060848b92f29fb52d030 /Makefile.target | |
parent | 66518bf668f09eaab14c174bc975f85480e2371f (diff) |
build: softmmu targets do not have a "main.o" file
Thus this rule is useless.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 3945260897..ba1234063e 100644 --- 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 |