diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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) |