mirror of https://gitee.com/openkylin/qemu.git
Remove unused Makefile variable
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
9c1dd99b20
commit
71c4f21f02
|
@ -221,7 +221,7 @@ tcg/tcg.o: cpu.h
|
|||
|
||||
# HELPER_CFLAGS is used for all the code compiled with static register
|
||||
# variables
|
||||
op_helper.o: CFLAGS += $(HELPER_CFLAGS) $(I386_CFLAGS)
|
||||
op_helper.o: CFLAGS += $(HELPER_CFLAGS)
|
||||
|
||||
cpu-exec.o: CFLAGS += $(HELPER_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue