From 0bf1bd1d51750bf9eb0b3e149452dc1c3a89166c Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 27 Dec 2010 17:27:59 +0000 Subject: Redo r28026 so that all .S files get the __ASSEMBLER__ define. Patch by Thomas Jarosch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28913 a1c6a512-1295-4272-9138-f99709370657 --- tools/make.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/make.inc') diff --git a/tools/make.inc b/tools/make.inc index 5521612f62..d03898b2e1 100644 --- a/tools/make.inc +++ b/tools/make.inc @@ -11,7 +11,7 @@ $(OBJDIR)/%.o: %.c $(OBJDIR)/%.o: %.S $(SILENT)mkdir -p $(dir $@) - $(call PRINTS,CC $<)$(CC) $(CFLAGS) -c $< -o $@ + $(call PRINTS,CC $<)$(CC) $(CFLAGS) $(ASMFLAGS) -c $< -o $@ # The echo stuff last in the dep update shell magic is to prevent any compiler # errors/warnings to cause an error code to get returned and thus stop the -- cgit v1.2.3