wip, thread support and timer
[ginge.git] / loader / Makefile
index 423e541..ed9d113 100644 (file)
@@ -20,7 +20,7 @@ ASFLAGS += --32
 endif
 ifeq "$(ARCH)" "arm"
 ASFLAGS += -mfloat-abi=soft
 endif
 ifeq "$(ARCH)" "arm"
 ASFLAGS += -mfloat-abi=soft
-OBJ += sys_cacheflush.o
+OBJ += sys_cacheflush.o emu_arm.o
 endif
 
 vpath %.c = ../common/
 endif
 
 vpath %.c = ../common/