summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 57fc2cf..82023cc 100644
--- a/Makefile
+++ b/Makefile
@@ -171,13 +171,10 @@ endif
include Makefile.common
-OBJS := $(SOURCES:.c=.o)
-OBJS := $(OBJS:.S=.o)
-OBJS := $(OBJS:.s=.o)
+OBJS := $(SOURCES:.c=.o) $(SOURCES_ASM:.S=.o)
CFLAGS += $(DEFINES) $(COMMON_DEFINES) $(INCLUDES)
-
ifeq ($(platform), theos_ios)
COMMON_FLAGS := -DIOS $(COMMON_DEFINES) $(INCFLAGS) -I$(THEOS_INCLUDE_PATH) -Wno-error
$(LIBRARY_NAME)_CFLAGS += $(CFLAGS) $(COMMON_FLAGS)