From ff0a2d4f573c4a0f4e7715584c4b408ad908fbbe Mon Sep 17 00:00:00 2001 From: Dwedit Date: Wed, 28 Mar 2018 17:32:37 -0500 Subject: [PATCH] Add files to the makefile --- Makefile.common | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index a0931b6a0e..ae667704fa 100644 --- a/Makefile.common +++ b/Makefile.common @@ -258,7 +258,14 @@ OBJ += frontend/frontend.o \ record/drivers/record_null.o \ $(LIBRETRO_COMM_DIR)/features/features_cpu.o \ performance_counters.o \ - verbosity.o + verbosity.o \ + runahead/copy_load_info.o \ + runahead/dirty_input.o \ + runahead/mem_util.o \ + runahead/mylist.o \ + runahead/run_ahead.o \ + runahead/secondary_core.o + ifeq ($(HAVE_CC_RESAMPLER), 1)