| Submitter | 陳韋任 |
|---|---|
| Date | Nov. 8, 2011, 1:07 p.m. |
| Message ID | <1320757649-20041-1-git-send-email-chenwj@iis.sinica.edu.tw> |
| Download | mbox | patch |
| Permalink | /patch/124356/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile.target b/Makefile.target index a111521..d1f7993 100644 --- a/Makefile.target +++ b/Makefile.target @@ -92,14 +92,6 @@ tci-dis.o: QEMU_CFLAGS += -I$(SRC_PATH)/tcg -I$(SRC_PATH)/tcg/tci $(libobj-y): $(GENERATED_HEADERS) -# libqemu - -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)