diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-12-15 18:28:52 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2011-12-16 10:03:23 +0000 |
commit | 7fc3574d065d6744afbab73d8a701ffd94206138 (patch) | |
tree | beb06a196277e89ea550921531b9ca55bc962f10 /Makefile.target | |
parent | b61744b391e9184ac49c52f7eb42722507cc76ee (diff) | |
download | qemu-7fc3574d065d6744afbab73d8a701ffd94206138.zip qemu-7fc3574d065d6744afbab73d8a701ffd94206138.tar.gz qemu-7fc3574d065d6744afbab73d8a701ffd94206138.tar.bz2 |
Makefile.target: Remove unnecessary dependency rules
Remove some dependency rules which aren't necessary (the automatically
generated .d files cover all these). These were leftovers from dyngen
days, when the object files also had a dependency on some generated
files.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.target b/Makefile.target index 8be9b9a..3261383 100644 --- a/Makefile.target +++ b/Makefile.target @@ -92,12 +92,6 @@ tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci $(libobj-y): $(GENERATED_HEADERS) -translate.o: translate.c cpu.h - -translate-all.o: translate-all.c cpu.h - -tcg/tcg.o: cpu.h - # HELPER_CFLAGS is used for all the code compiled with static register # variables op_helper.o ldst_helper.o user-exec.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |