diff options
Diffstat (limited to 'target-sh4/Makefile.objs')
-rw-r--r-- | target-sh4/Makefile.objs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target-sh4/Makefile.objs b/target-sh4/Makefile.objs index c574c9ea7d..8e9be602a5 100644 --- a/target-sh4/Makefile.objs +++ b/target-sh4/Makefile.objs @@ -1 +1,3 @@ -# still empty +obj-y += op_helper.o helper.o cpu.o + +$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |