diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-05-30 04:23:37 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:43 +0200 |
commit | 901c4eaf9670060c837987dac7912e5ab46df58a (patch) | |
tree | 0c247ae77f94fafe9cb68e917e0ecdb5f5689195 /target-ppc/Makefile.objs | |
parent | d0f1562d6ace0fdb7d2db190dd5a9a2e7492c3b3 (diff) |
ppc: Split off misc helpers
Move misc helpers from op_helper.c to misc_helpers.c.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-ppc/Makefile.objs')
-rw-r--r-- | target-ppc/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/Makefile.objs b/target-ppc/Makefile.objs index 4a8864115d..3a444eb77a 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) |