From 2f3dd0375cc129c5fde241cf3d1224ba7f71ce17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 16 Oct 2012 17:33:55 +0000 Subject: [PATCH] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1d02320..94ceb42 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ ASRCS= \ STRT_SRC = startcf.S STRT_OBJ = $(OBJDIR)/startcf.o + COBJS=$(patsubst $(SRCDIR)/%.o,$(OBJDIR)/%.o,$(patsubst %.c,%.o,$(CSRCS))) AOBJS=$(patsubst $(SRCDIR)/%.o,$(OBJDIR)/%.o,$(patsubst %.S,%.o,$(ASRCS)))