From 901c4eaf9670060c837987dac7912e5ab46df58a Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Wed, 30 May 2012 04:23:37 +0000 Subject: ppc: Split off misc helpers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move misc helpers from op_helper.c to misc_helpers.c. Signed-off-by: Blue Swirl Signed-off-by: Alexander Graf Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- target-ppc/Makefile.objs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target-ppc/Makefile.objs') diff --git a/target-ppc/Makefile.objs b/target-ppc/Makefile.objs index 4a88641..3a444eb 100644 --- a/target-ppc/Makefile.objs +++ b/target-ppc/Makefile.objs @@ -7,5 +7,7 @@ obj-y += fpu_helper.o obj-y += int_helper.o obj-y += mmu_helper.o obj-y += timebase_helper.o +obj-y += misc_helper.o +$(obj)/misc_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -- cgit v1.1