From 56edf469baeef2e562bbc31aed207d257d622c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 12 Oct 2012 06:43:48 +0000 Subject: [PATCH] Fixed typo (SOBJS instead of AOBJS) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99e6247..1159e1e 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ASRCS= \ COBJS=$(patsubst $(SRCDIR),$(OBJDIR),$(patsubst %.c,%.o,$(CSRCS))) AOBJS=$(patsubst $(SRCDIR),$(OBJDIR),$(patsubst %.S,%.o,$(ASRCS))) -OBJS=$(COBJS) $(SOBJS) +OBJS=$(COBJS) $(AOBJS) all: $(EXEC)